diff options
author | Torsten Veller <tove@gentoo.org> | 2011-10-30 17:18:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-10-30 17:18:51 +0000 |
commit | 35bf3a5772381bf673a72de7f21aadfeb6024a84 (patch) | |
tree | 9013017de6c7529ffafe2c17af59d724592a4b9d /dev-perl/Class-Load | |
parent | alpha/ia64/sh/sparc stable wrt #385699 (diff) | |
download | gentoo-2-35bf3a5772381bf673a72de7f21aadfeb6024a84.tar.gz gentoo-2-35bf3a5772381bf673a72de7f21aadfeb6024a84.tar.bz2 gentoo-2-35bf3a5772381bf673a72de7f21aadfeb6024a84.zip |
[bump] dev-perl/Class-Load-0.120.0
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-Load')
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.120.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 15994cec2f66..d72853974700 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.13 2011/09/06 15:36:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.14 2011/10/30 17:18:51 tove Exp $ + +*Class-Load-0.120.0 (30 Oct 2011) + + 30 Oct 2011; Torsten Veller <tove@gentoo.org> +Class-Load-0.120.0.ebuild: + Version bump *Class-Load-0.100.0 (06 Sep 2011) diff --git a/dev-perl/Class-Load/Class-Load-0.120.0.ebuild b/dev-perl/Class-Load/Class-Load-0.120.0.ebuild new file mode 100644 index 000000000000..e0f658f52867 --- /dev/null +++ b/dev-perl/Class-Load/Class-Load-0.120.0.ebuild @@ -0,0 +1,30 @@ +# 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.120.0.ebuild,v 1.1 2011/10/30 17:18:51 tove 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="~amd64 ~x86" +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" |