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 | 018c7b5782c16ff6210cf7a097201a5584980fb2 (patch) | |
tree | 7c888b83bf0224b653f746036b964e50f6a3fc97 /dev-perl | |
parent | ppc64 stable wrt #397853 (diff) | |
download | gentoo-2-018c7b5782c16ff6210cf7a097201a5584980fb2.tar.gz gentoo-2-018c7b5782c16ff6210cf7a097201a5584980fb2.tar.bz2 gentoo-2-018c7b5782c16ff6210cf7a097201a5584980fb2.zip |
Import from ::perl-experimental for rt-4 (#381861)
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/HTML-Mason-PSGIHandler/metadata.xml | 8 |
4 files changed, 54 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/Manifest b/dev-perl/HTML-Mason-PSGIHandler/Manifest new file mode 100644 index 000000000000..e7c44df00fe0 --- /dev/null +++ b/dev-perl/HTML-Mason-PSGIHandler/Manifest @@ -0,0 +1,4 @@ +DIST HTML-Mason-PSGIHandler-0.52.tar.gz 13167 RMD160 1da64959e0695c576a8b4caa8b11f5edba1abee9 SHA1 6cec3a48d095022db824235ebbcfc46e9765233c SHA256 e48e4362f983871da804b497a7ac176d6bffb503ea958ae92c8fb768af967157 +EBUILD HTML-Mason-PSGIHandler-0.520.0.ebuild 435 RMD160 9ac85ff2cb34bd3f60155ccb9d5ce9023aa175a1 SHA1 0c13c964a14a2bb91fd692dbf15b62bb6578f2da SHA256 7f7b67507e4fe4d01d7c1823f32ce2167eb2e37394484e3d3fbb18f57efe16ca +MISC ChangeLog 461 RMD160 a04abf54ce3838073885953e746105e78e4836a8 SHA1 a0ec99b12b0e2d4616d9bdfdd008ca000dcd1254 SHA256 3a8600846735e74d624546286fadc317755e0672516551fa2834c98409a1019f +MISC metadata.xml 248 RMD160 7cde1242eec78be0a80b3db889eff6b9777ad223 SHA1 25bd0b23af1d0859a130a8bdb46bb27320170a30 SHA256 6dc8ea8446a1a6e7b1aa5f2a5833929f10a2b0fa4a26f01591c7f4d526e78dcb 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> |