summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-20 14:28:31 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-20 14:28:31 +0000
commitf5c24cbbafc165f22d2957bd0acd4ca4a90e7726 (patch)
tree8585ffd52833c8c39c2f57bad5d9e2d8e9ac93b6 /virtual/perl-Module-Load
parentChange version scheme (diff)
downloadhistorical-f5c24cbbafc165f22d2957bd0acd4ca4a90e7726.tar.gz
historical-f5c24cbbafc165f22d2957bd0acd4ca4a90e7726.tar.bz2
historical-f5c24cbbafc165f22d2957bd0acd4ca4a90e7726.zip
Add perl-5.14.0 as provider. Change version scheme
Package-Manager: portage-2.2.0_alpha34/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Module-Load')
-rw-r--r--virtual/perl-Module-Load/ChangeLog8
-rw-r--r--virtual/perl-Module-Load/perl-Module-Load-0.180.0.ebuild (renamed from virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/perl-Module-Load/ChangeLog b/virtual/perl-Module-Load/ChangeLog
index 25551bb6ba66..6e7d3875a843 100644
--- a/virtual/perl-Module-Load/ChangeLog
+++ b/virtual/perl-Module-Load/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-Module-Load
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.15 2011/05/02 19:52:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.16 2011/05/20 14:28:27 tove Exp $
+
+*perl-Module-Load-0.180.0 (20 May 2011)
+
+ 20 May 2011; Torsten Veller <tove@gentoo.org> -perl-Module-Load-0.18.ebuild,
+ +perl-Module-Load-0.180.0.ebuild:
+ Add perl-5.14.0 as provider. Change version scheme
02 May 2011; Fabian Groffen <grobian@gentoo.org>
perl-Module-Load-0.18.ebuild:
diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.180.0.ebuild
index 7a1c090a3ec7..948ec77a145b 100644
--- a/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.180.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild,v 1.6 2011/05/02 19:52:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.180.0.ebuild,v 1.1 2011/05/20 14:28:27 tove Exp $
DESCRIPTION="runtime require of both modules and files"
HOMEPAGE=""
@@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Module-Load-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Module-Load-${PV} )"