diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-10 12:23:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-10 12:23:02 +0000 |
commit | 007a7cdfb64d9ca89543da541377b0604cdc713b (patch) | |
tree | 1c8b581d1499d51743f9a5525ff6bcd2c5076af0 /dev-perl/UNIVERSAL-can | |
parent | Import from perl-experimental (diff) | |
download | gentoo-2-007a7cdfb64d9ca89543da541377b0604cdc713b.tar.gz gentoo-2-007a7cdfb64d9ca89543da541377b0604cdc713b.tar.bz2 gentoo-2-007a7cdfb64d9ca89543da541377b0604cdc713b.zip |
Import from perl-experimental
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/ChangeLog | 22 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.15.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/metadata.xml | 5 |
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog new file mode 100644 index 000000000000..48a7e24f8d3a --- /dev/null +++ b/dev-perl/UNIVERSAL-can/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for dev-perl/UNIVERSAL-can +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.1 2009/10/10 12:23:02 tove Exp $ + + 10 Oct 2009; Torsten Veller <tove@gentoo.org> +UNIVERSAL-can-1.15.ebuild, + +metadata.xml: + Import from perl-experimental + + 26 Jun 2009; Kent Fredric <kentfredric@gmail.com> + -UNIVERSAL-can-1.12.ebuild, -UNIVERSAL-can-1.14.ebuild: + Pruning, gone from upstream mirror + +*UNIVERSAL-can-1.15 (26 Jun 2009) + + 26 Jun 2009; Kent Fredric <kentfredric@gmail.com> + +UNIVERSAL-can-1.15.ebuild: + Bumped, Tests, EAPI2 + + 22 Jun 2009; Michele Beltrame <mb@cattlegrid.info> + +UNIVERSAL-can-1.14.ebuild: + Bump + diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.15.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.15.ebuild new file mode 100644 index 000000000000..6e19d7bb6c5d --- /dev/null +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.15.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.15.ebuild,v 1.1 2009/10/10 12:23:02 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=CHROMATIC +inherit perl-module + +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND=" + >=virtual/perl-Module-Build-0.33 + test? ( + ${RDEPEND} + >=virtual/perl-Test-Simple-0.60 + )" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-can/metadata.xml b/dev-perl/UNIVERSAL-can/metadata.xml new file mode 100644 index 000000000000..fcd994bc881b --- /dev/null +++ b/dev-perl/UNIVERSAL-can/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |