diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-06 15:36:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-06 15:36:49 +0000 |
commit | 05b8ef9b024af8ee7359940bc22ffc1ddacbbee7 (patch) | |
tree | ce15dcb2358b59037f4c3314de05e45b947d11e1 /dev-perl/Class-Load | |
parent | [bump] dev-perl/Package-Stash-0.320.0 (diff) | |
download | gentoo-2-05b8ef9b024af8ee7359940bc22ffc1ddacbbee7.tar.gz gentoo-2-05b8ef9b024af8ee7359940bc22ffc1ddacbbee7.tar.bz2 gentoo-2-05b8ef9b024af8ee7359940bc22ffc1ddacbbee7.zip |
[bump] dev-perl/Class-Load-0.100.0
(Portage version: 2.2.0_alpha53/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.100.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 903a0a1b7eea..15994cec2f66 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.12 2011/09/03 16:33:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.13 2011/09/06 15:36:49 tove Exp $ + +*Class-Load-0.100.0 (06 Sep 2011) + + 06 Sep 2011; Torsten Veller <tove@gentoo.org> +Class-Load-0.100.0.ebuild: + Version bump 03 Sep 2011; Raúl Porcel <armin76@gentoo.org> Class-Load-0.80.0.ebuild: Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #379449 diff --git a/dev-perl/Class-Load/Class-Load-0.100.0.ebuild b/dev-perl/Class-Load/Class-Load-0.100.0.ebuild new file mode 100644 index 000000000000..6335bc400dba --- /dev/null +++ b/dev-perl/Class-Load/Class-Load-0.100.0.ebuild @@ -0,0 +1,29 @@ +# 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" |