diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-10 12:19:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-10 12:19:00 +0000 |
commit | 54179aad7da2eba29231862dbf641616be1578c9 (patch) | |
tree | 03b119f8e99390525f03bcda60326d054c79a605 /dev-perl/UNIVERSAL-isa | |
parent | Import from perl-experimental (diff) | |
download | gentoo-2-54179aad7da2eba29231862dbf641616be1578c9.tar.gz gentoo-2-54179aad7da2eba29231862dbf641616be1578c9.tar.bz2 gentoo-2-54179aad7da2eba29231862dbf641616be1578c9.zip |
Import from perl-experimental
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/UNIVERSAL-isa')
-rw-r--r-- | dev-perl/UNIVERSAL-isa/ChangeLog | 24 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.03.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-isa/metadata.xml | 5 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-isa/ChangeLog b/dev-perl/UNIVERSAL-isa/ChangeLog new file mode 100644 index 000000000000..865533b02d09 --- /dev/null +++ b/dev-perl/UNIVERSAL-isa/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for dev-perl/UNIVERSAL-isa +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.1 2009/10/10 12:19:00 tove Exp $ + + 10 Oct 2009; Torsten Veller <tove@gentoo.org> +UNIVERSAL-isa-1.03.ebuild, + +metadata.xml: + Import from perl-experimental + + 26 Jun 2009; Kent Fredric <kentfredric@gmail.com> + -UNIVERSAL-isa-0.06-r1.ebuild, -UNIVERSAL-isa-0.06.ebuild, + -UNIVERSAL-isa-1.01.ebuild: + Removing ebuilds no longer installable ( mirror cleaned ) + +*UNIVERSAL-isa-1.03 (26 Jun 2009) + + 26 Jun 2009; Kent Fredric <kentfredric@gmail.com> + +UNIVERSAL-isa-1.03.ebuild: + Bumped + +*UNIVERSAL-isa-1.02 (04 Jun 2009) + + 04 Jun 2009; Torsten Veller <tove@gentoo.org> +UNIVERSAL-isa-1.02.ebuild: + Version bump + diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.03.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.03.ebuild new file mode 100644 index 000000000000..ab6369f80c32 --- /dev/null +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.03.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.03.ebuild,v 1.1 2009/10/10 12:19:00 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=CHROMATIC +inherit perl-module + +DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.31" + +SRC_TEST=do diff --git a/dev-perl/UNIVERSAL-isa/metadata.xml b/dev-perl/UNIVERSAL-isa/metadata.xml new file mode 100644 index 000000000000..fcd994bc881b --- /dev/null +++ b/dev-perl/UNIVERSAL-isa/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> |