diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-21 19:50:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-21 19:50:08 +0000 |
commit | 0b452ba6ad7f85c5422bc3f1ea7317c404100ee0 (patch) | |
tree | bcf8efe296963c7ca32280250790ec66a63c548d /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-0b452ba6ad7f85c5422bc3f1ea7317c404100ee0.tar.gz gentoo-2-0b452ba6ad7f85c5422bc3f1ea7317c404100ee0.tar.bz2 gentoo-2-0b452ba6ad7f85c5422bc3f1ea7317c404100ee0.zip |
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.100.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.120.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.130.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.80.0.ebuild | 27 |
5 files changed, 6 insertions, 118 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 58b41f22875d..20e5a72b8925 100644 --- a/dev-perl/Class-Load/ChangeLog +++ b/dev-perl/Class-Load/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Class-Load # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.28 2012/04/07 12:00:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.29 2012/04/21 19:50:08 tove Exp $ + + 21 Apr 2012; Torsten Veller <tove@gentoo.org> -Class-Load-0.80.0.ebuild, + -Class-Load-0.100.0.ebuild, -Class-Load-0.120.0.ebuild, + -Class-Load-0.130.0.ebuild: + Cleanup 07 Apr 2012; Markus Meier <maekke@gentoo.org> Class-Load-0.170.0.ebuild: x86 stable, bug #395297 diff --git a/dev-perl/Class-Load/Class-Load-0.100.0.ebuild b/dev-perl/Class-Load/Class-Load-0.100.0.ebuild deleted file mode 100644 index 6335bc400dba..000000000000 --- a/dev-perl/Class-Load/Class-Load-0.100.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.100.0.ebuild,v 1.1 2011/09/06 15:36:49 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.10 -inherit perl-module - -DESCRIPTION="a working (require q{Class::Name}) and more " - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - virtual/perl-Scalar-List-Utils - dev-perl/Data-OptList - >=dev-perl/Package-Stash-0.320.0 - dev-perl/Try-Tiny -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - dev-perl/Test-Fatal - )" - -SRC_TEST="do" diff --git a/dev-perl/Class-Load/Class-Load-0.120.0.ebuild b/dev-perl/Class-Load/Class-Load-0.120.0.ebuild deleted file mode 100644 index b6bee2f1a3f1..000000000000 --- a/dev-perl/Class-Load/Class-Load-0.120.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.120.0.ebuild,v 1.5 2012/02/19 12:07:38 klausman Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION="A working (require q{Class::Name}) and more" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-Scalar-List-Utils - dev-perl/Data-OptList - >=dev-perl/Module-Runtime-0.11.0 - >=dev-perl/Package-Stash-0.320.0 - dev-perl/Try-Tiny -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - dev-perl/Test-Fatal - )" - -SRC_TEST="do" diff --git a/dev-perl/Class-Load/Class-Load-0.130.0.ebuild b/dev-perl/Class-Load/Class-Load-0.130.0.ebuild deleted file mode 100644 index f578f7237c99..000000000000 --- a/dev-perl/Class-Load/Class-Load-0.130.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.130.0.ebuild,v 1.1 2011/12/25 11:54:14 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.13 -inherit perl-module - -DESCRIPTION="A working (require q{Class::Name}) and more" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-Scalar-List-Utils - dev-perl/Data-OptList - >=dev-perl/Module-Runtime-0.11.0 - >=dev-perl/Package-Stash-0.320.0 - dev-perl/Try-Tiny -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - dev-perl/Test-Fatal - dev-perl/Test-Requires - )" - -SRC_TEST="do" diff --git a/dev-perl/Class-Load/Class-Load-0.80.0.ebuild b/dev-perl/Class-Load/Class-Load-0.80.0.ebuild deleted file mode 100644 index a433b2ae501f..000000000000 --- a/dev-perl/Class-Load/Class-Load-0.80.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.80.0.ebuild,v 1.5 2011/09/03 16:33:22 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION="a working (require q{Class::Name}) and more " - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-Scalar-List-Utils - dev-perl/Data-OptList -" -DEPEND="${RDEPEND} - test? ( - virtual/perl-Test-Simple - dev-perl/Test-Fatal - )" - -SRC_TEST="do" |