diff options
author | Torsten Veller <tove@gentoo.org> | 2012-07-24 18:31:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-07-24 18:31:44 +0000 |
commit | 7d96b57c9f2b45ccbc3b7b38623b92e3c44af4c7 (patch) | |
tree | afad3c8e1a0ec3cf926432dd851f2d04866a52cd | |
parent | Stable for HPPA (bug #426508). (diff) | |
download | gentoo-2-7d96b57c9f2b45ccbc3b7b38623b92e3c44af4c7.tar.gz gentoo-2-7d96b57c9f2b45ccbc3b7b38623b92e3c44af4c7.tar.bz2 gentoo-2-7d96b57c9f2b45ccbc3b7b38623b92e3c44af4c7.zip |
[bump] dev-perl/Class-Load-0.200.0
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.200.0.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 8bd9498ba20f..853b1f5d6415 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.31 2012/06/24 12:59:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.32 2012/07/24 18:31:44 tove Exp $ + +*Class-Load-0.200.0 (24 Jul 2012) + + 24 Jul 2012; Torsten Veller <tove@gentoo.org> +Class-Load-0.200.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Class-Load/Class-Load-0.200.0.ebuild b/dev-perl/Class-Load/Class-Load-0.200.0.ebuild new file mode 100644 index 000000000000..2472647b6e7e --- /dev/null +++ b/dev-perl/Class-Load/Class-Load-0.200.0.ebuild @@ -0,0 +1,32 @@ +# 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.200.0.ebuild,v 1.1 2012/07/24 18:31:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.20 +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 + >=dev-perl/Module-Runtime-0.12.0 + >=dev-perl/Module-Implementation-0.40.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" |