diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-23 18:27:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-23 18:27:47 +0000 |
commit | d873f3f9cde6d11f7d6941e36ddfb015e82bff8b (patch) | |
tree | 26e7a83824357767783744f10e59b52118d10d38 /virtual/perl-Module-Load-Conditional | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-d873f3f9cde6d11f7d6941e36ddfb015e82bff8b.tar.gz gentoo-2-d873f3f9cde6d11f7d6941e36ddfb015e82bff8b.tar.bz2 gentoo-2-d873f3f9cde6d11f7d6941e36ddfb015e82bff8b.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc67/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.38.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 de5dd836f1e8..0e5222e9fcb4 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.8 2010/02/11 11:59:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.9 2010/04/23 18:27:47 robbat2 Exp $ + +*perl-Module-Load-Conditional-0.38 (23 Apr 2010) + + 23 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> + +perl-Module-Load-Conditional-0.38.ebuild: + Version bump via perl-bump experimental tool. *perl-Module-Load-Conditional-0.36 (11 Feb 2010) diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.38.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.38.ebuild new file mode 100644 index 000000000000..5acd93f0b893 --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.38.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 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.38.ebuild,v 1.1 2010/04/23 18:27:47 robbat2 Exp $ + +DESCRIPTION="Looking up module information / loading at runtime" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="~perl-core/Module-Load-Conditional-${PV}" |