summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"