diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:34:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:34:09 +0000 |
commit | c1b4eb430e1b4a25e1968484bba3ef195153d036 (patch) | |
tree | 11540e919f8cd493909fdd0a931bbe7b2e3c2761 /virtual/perl-Module-Load-Conditional | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-c1b4eb430e1b4a25e1968484bba3ef195153d036.tar.gz historical-c1b4eb430e1b4a25e1968484bba3ef195153d036.tar.bz2 historical-c1b4eb430e1b4a25e1968484bba3ef195153d036.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Module-Load-Conditional')
-rw-r--r-- | virtual/perl-Module-Load-Conditional/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.34.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog index b2182e2fec76..ac42ffcee5a7 100644 --- a/virtual/perl-Module-Load-Conditional/ChangeLog +++ b/virtual/perl-Module-Load-Conditional/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Load-Conditional # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.4 2009/10/27 17:42:29 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.5 2009/11/10 10:34:09 robbat2 Exp $ + +*perl-Module-Load-Conditional-0.34 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +perl-Module-Load-Conditional-0.34.ebuild: + Version bump via perl-bump experimental tool. 27 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> perl-Module-Load-Conditional-0.32.ebuild: diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.34.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.34.ebuild new file mode 100644 index 000000000000..c67e9183b133 --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.34.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.34.ebuild,v 1.1 2009/11/10 10:34:09 robbat2 Exp $ + +DESCRIPTION="Looking up module information / loading at runtime" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="~perl-core/Module-Load-Conditional-${PV}" |