diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-04 07:42:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-04 07:42:23 +0000 |
commit | f7548c240ee200582ab23c38b919e9e08e81fe86 (patch) | |
tree | 6e034dff77fd1da26ddc2f276568c4ae69f83d58 /dev-perl/Class-Autouse | |
parent | [bump] perl-core/CPAN-Meta-2.120.351 (diff) | |
download | gentoo-2-f7548c240ee200582ab23c38b919e9e08e81fe86.tar.gz gentoo-2-f7548c240ee200582ab23c38b919e9e08e81fe86.tar.bz2 gentoo-2-f7548c240ee200582ab23c38b919e9e08e81fe86.zip |
[bump] dev-perl/Class-Autouse-2.10.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-Autouse')
-rw-r--r-- | dev-perl/Class-Autouse/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Class-Autouse/Class-Autouse-2.10.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Class-Autouse/ChangeLog b/dev-perl/Class-Autouse/ChangeLog index 9d791913971c..9f6f1d9eebaf 100644 --- a/dev-perl/Class-Autouse/ChangeLog +++ b/dev-perl/Class-Autouse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Class-Autouse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/ChangeLog,v 1.66 2011/09/04 11:22:13 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/ChangeLog,v 1.67 2012/02/04 07:42:23 tove Exp $ + +*Class-Autouse-2.10.0 (04 Feb 2012) + + 04 Feb 2012; Torsten Veller <tove@gentoo.org> +Class-Autouse-2.10.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Class-Autouse-2.ebuild: Cleanup diff --git a/dev-perl/Class-Autouse/Class-Autouse-2.10.0.ebuild b/dev-perl/Class-Autouse/Class-Autouse-2.10.0.ebuild new file mode 100644 index 000000000000..5ecb092c0d32 --- /dev/null +++ b/dev-perl/Class-Autouse/Class-Autouse-2.10.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Autouse/Class-Autouse-2.10.0.ebuild,v 1.1 2012/02/04 07:42:23 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=2.01 +inherit perl-module + +DESCRIPTION="Runtime aspect loading of one or more classes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |