summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-25 10:57:01 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-25 10:57:01 +0000
commit1387702daa19592335344aa41b8788b46761f3a8 (patch)
treed12980966a38137af537dbaeb42166d01dcd74d1 /virtual/perl-Pod-Simple
parentRenamed xfce4-battery and xfce4-cellmodem. (diff)
downloadhistorical-1387702daa19592335344aa41b8788b46761f3a8.tar.gz
historical-1387702daa19592335344aa41b8788b46761f3a8.tar.bz2
historical-1387702daa19592335344aa41b8788b46761f3a8.zip
Add support for perl-5.10.1
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Pod-Simple')
-rw-r--r--virtual/perl-Pod-Simple/ChangeLog5
-rw-r--r--virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/perl-Pod-Simple/ChangeLog b/virtual/perl-Pod-Simple/ChangeLog
index fbeaf62ed5d5..50a1d1d9b4fd 100644
--- a/virtual/perl-Pod-Simple/ChangeLog
+++ b/virtual/perl-Pod-Simple/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/perl-Pod-Simple
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.3 2009/07/18 08:19:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/ChangeLog,v 1.4 2009/08/25 10:56:47 tove Exp $
+
+ 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-Pod-Simple-3.07.ebuild:
+ Add support for perl-5.10.1
*perl-Pod-Simple-3.08 (18 Jul 2009)
diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild
index aea3b230a5b5..713774a94988 100644
--- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild
+++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild,v 1.2 2008/11/03 16:47:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Simple/perl-Pod-Simple-3.07.ebuild,v 1.3 2009/08/25 10:56:47 tove Exp $
DESCRIPTION="framework for parsing Pod"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -13,4 +13,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~spa
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Pod-Simple-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Pod-Simple-${PV} )"