diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-03 17:03:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-03 17:03:13 +0000 |
commit | 3441f0905874466450e65cd90802073213ce8d7a (patch) | |
tree | e61c5fdf05fae067d993e25ef124ce3908dbee3f /dev-perl/HTML-Mason-PSGIHandler | |
parent | old (diff) | |
download | historical-3441f0905874466450e65cd90802073213ce8d7a.tar.gz historical-3441f0905874466450e65cd90802073213ce8d7a.tar.bz2 historical-3441f0905874466450e65cd90802073213ce8d7a.zip |
Import from ::perl-experimental for rt-4 (#381861)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTML-Mason-PSGIHandler')
-rw-r--r-- | dev-perl/HTML-Mason-PSGIHandler/ChangeLog | 14 | ||||
-rw-r--r-- | dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/HTML-Mason-PSGIHandler/metadata.xml | 8 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-perl/HTML-Mason-PSGIHandler/ChangeLog b/dev-perl/HTML-Mason-PSGIHandler/ChangeLog new file mode 100644 index 000000000000..0f86f68cfd79 --- /dev/null +++ b/dev-perl/HTML-Mason-PSGIHandler/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-perl/HTML-Mason-PSGIHandler +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/ChangeLog,v 1.1 2012/02/03 17:03:13 tove Exp $ + + 03 Feb 2012; Torsten Veller <tove@gentoo.org> + +HTML-Mason-PSGIHandler-0.520.0.ebuild, +metadata.xml: + Import from ::perl-experimental for rt-4 (#381861) + +*HTML-Mason-PSGIHandler-0.520.0 (17 Oct 2011) + + 17 Oct 2011; Torsten Veller <tove@gentoo.org> + +HTML-Mason-PSGIHandler-0.520.0.ebuild, +metadata.xml: + Initial commit + diff --git a/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild new file mode 100644 index 000000000000..7ebd0d13defa --- /dev/null +++ b/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason-PSGIHandler/HTML-Mason-PSGIHandler-0.520.0.ebuild,v 1.1 2012/02/03 17:03:13 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ABH +MODULE_VERSION=0.52 +inherit perl-module + +DESCRIPTION="PSGI handler for HTML::Mason" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/CGI-PSGI + dev-perl/HTML-Mason +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.310.0 + test? ( + dev-perl/Plack + ) +" + +SRC_TEST=do diff --git a/dev-perl/HTML-Mason-PSGIHandler/metadata.xml b/dev-perl/HTML-Mason-PSGIHandler/metadata.xml new file mode 100644 index 000000000000..e5bb693c2c29 --- /dev/null +++ b/dev-perl/HTML-Mason-PSGIHandler/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">HTML-Mason-PSGIHandler</remote-id> + </upstream> +</pkgmetadata> |