summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-24 10:43:32 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-24 10:43:32 +0000
commit1312e08283724b84892061c1a64aacdd4b5f4a56 (patch)
tree59134c71955bcbd4e8c7f8085573eb3509aaa8c0 /virtual/perl-Module-Load-Conditional
parentVersion bump (diff)
downloadgentoo-2-1312e08283724b84892061c1a64aacdd4b5f4a56.tar.gz
gentoo-2-1312e08283724b84892061c1a64aacdd4b5f4a56.tar.bz2
gentoo-2-1312e08283724b84892061c1a64aacdd4b5f4a56.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Module-Load-Conditional')
-rw-r--r--virtual/perl-Module-Load-Conditional/ChangeLog8
-rw-r--r--virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog
index d7fc22fbc5fd..617118336b8c 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.2 2009/08/25 10:56:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.3 2009/10/24 10:43:32 tove Exp $
+
+*perl-Module-Load-Conditional-0.32 (24 Oct 2009)
+
+ 24 Oct 2009; Torsten Veller <tove@gentoo.org>
+ +perl-Module-Load-Conditional-0.32.ebuild:
+ Version bump
25 Aug 2009; Torsten Veller <tove@gentoo.org>
perl-Module-Load-Conditional-0.30.ebuild:
diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild
new file mode 100644
index 000000000000..58c61fb8d599
--- /dev/null
+++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.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.32.ebuild,v 1.1 2009/10/24 10:43:32 tove 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 ~x86"
+IUSE=""
+
+RDEPEND="~perl-core/Module-Load-Conditional-${PV}"