diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-13 18:21:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-13 18:21:37 +0000 |
commit | c874c2a270cd66a6d68145f64ea05653333acaa3 (patch) | |
tree | d8bcec0ac8bce65884578a1545cecf3df6afd155 /perl-core | |
parent | Drop maintainer due retirement, bug #225633 (diff) | |
download | historical-c874c2a270cd66a6d68145f64ea05653333acaa3.tar.gz historical-c874c2a270cd66a6d68145f64ea05653333acaa3.tar.bz2 historical-c874c2a270cd66a6d68145f64ea05653333acaa3.zip |
[bump] perl-core/Module-Load-Conditional-0.460.0
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Load-Conditional/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Module-Load-Conditional/Module-Load-Conditional-0.460.0.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/perl-core/Module-Load-Conditional/ChangeLog b/perl-core/Module-Load-Conditional/ChangeLog index bf7fd721fa83..9b16308cd28e 100644 --- a/perl-core/Module-Load-Conditional/ChangeLog +++ b/perl-core/Module-Load-Conditional/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-Load-Conditional # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.19 2011/07/07 23:16:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.20 2011/09/13 18:21:37 tove Exp $ + +*Module-Load-Conditional-0.460.0 (13 Sep 2011) + + 13 Sep 2011; Torsten Veller <tove@gentoo.org> + +Module-Load-Conditional-0.460.0.ebuild: + Version bump 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Module-Load-Conditional-0.440.0.ebuild: diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.460.0.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.460.0.ebuild new file mode 100644 index 000000000000..c3cd3eef679c --- /dev/null +++ b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.460.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.460.0.ebuild,v 1.1 2011/09/13 18:21:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BINGOS +MODULE_VERSION=0.46 +inherit perl-module + +DESCRIPTION="Looking up module information / loading at runtime" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/perl-Module-Load-0.12 + >=virtual/perl-Module-CoreList-0.22 + virtual/perl-Locale-Maketext-Simple + virtual/perl-Params-Check + virtual/perl-version" +RDEPEND="${DEPEND}" + +SRC_TEST=do |