summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-13 20:00:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-13 20:00:52 +0000
commit2078b1af025ce7f9ce69248d719278c447647373 (patch)
tree237244552caa879e6c2ad7df25ec40e4365a0700 /virtual
parentRemoved from dev-lisp: Frequent upstream releases means a CVS ebuild for ECLS... (diff)
downloadhistorical-2078b1af025ce7f9ce69248d719278c447647373.tar.gz
historical-2078b1af025ce7f9ce69248d719278c447647373.tar.bz2
historical-2078b1af025ce7f9ce69248d719278c447647373.zip
Updated RDEPS
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Memoize/ChangeLog6
-rw-r--r--virtual/perl-Memoize/perl-Memoize-1.01.ebuild4
-rw-r--r--virtual/perl-PodParser/ChangeLog6
-rw-r--r--virtual/perl-PodParser/perl-PodParser-1.30.ebuild4
-rw-r--r--virtual/perl-PodParser/perl-PodParser-1.32.ebuild4
-rw-r--r--virtual/perl-Safe/ChangeLog6
-rw-r--r--virtual/perl-Safe/perl-Safe-2.11.ebuild4
-rw-r--r--virtual/perl-Scalar-List-Utils/ChangeLog6
-rw-r--r--virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild4
-rw-r--r--virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild4
-rw-r--r--virtual/perl-Storable/ChangeLog6
-rw-r--r--virtual/perl-Storable/perl-Storable-2.13.ebuild4
-rw-r--r--virtual/perl-Storable/perl-Storable-2.15.ebuild4
-rw-r--r--virtual/perl-Sys-Syslog/ChangeLog6
-rw-r--r--virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild4
-rw-r--r--virtual/perl-Test-Harness/ChangeLog6
-rw-r--r--virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild4
-rw-r--r--virtual/perl-Test-Simple/ChangeLog6
-rw-r--r--virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild4
-rw-r--r--virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild4
-rw-r--r--virtual/perl-Test/ChangeLog6
-rw-r--r--virtual/perl-Test/perl-Test-1.25.ebuild4
-rw-r--r--virtual/perl-Text-Balanced/ChangeLog6
-rw-r--r--virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild4
-rw-r--r--virtual/perl-Time-HiRes/ChangeLog6
-rw-r--r--virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild4
-rw-r--r--virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild4
-rw-r--r--virtual/perl-Time-Local/ChangeLog6
-rw-r--r--virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild4
29 files changed, 94 insertions, 46 deletions
diff --git a/virtual/perl-Memoize/ChangeLog b/virtual/perl-Memoize/ChangeLog
index 4d68aebeaeda..5d68b4d7c65a 100644
--- a/virtual/perl-Memoize/ChangeLog
+++ b/virtual/perl-Memoize/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Memoize/ChangeLog,v 1.1 2006/02/07 11:54:20 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Memoize/ChangeLog,v 1.2 2006/02/13 19:47:56 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Memoize-1.01.ebuild:
+ Updated RDEPS
*perl-Memoize-1.01 (07 Feb 2006)
diff --git a/virtual/perl-Memoize/perl-Memoize-1.01.ebuild b/virtual/perl-Memoize/perl-Memoize-1.01.ebuild
index 7e3fb971f231..83ccc573197a 100644
--- a/virtual/perl-Memoize/perl-Memoize-1.01.ebuild
+++ b/virtual/perl-Memoize/perl-Memoize-1.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Memoize/perl-Memoize-1.01.ebuild,v 1.1 2006/02/07 11:54:20 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Memoize/perl-Memoize-1.01.ebuild,v 1.2 2006/02/13 19:47:56 mcummings Exp $
DESCRIPTION="Virtual for Memoize"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Memoize-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Memoize-${PV} )"
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog
index b60412da363d..b22b5e67f66c 100644
--- a/virtual/perl-PodParser/ChangeLog
+++ b/virtual/perl-PodParser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.1 2006/02/06 17:03:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.2 2006/02/13 19:50:29 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-PodParser-1.30.ebuild, perl-PodParser-1.32.ebuild:
+ Updated RDEPS
*perl-PodParser-1.32 (06 Feb 2006)
*perl-PodParser-1.30 (06 Feb 2006)
diff --git a/virtual/perl-PodParser/perl-PodParser-1.30.ebuild b/virtual/perl-PodParser/perl-PodParser-1.30.ebuild
index 9ae5758c7a6e..5e7f7784df00 100644
--- a/virtual/perl-PodParser/perl-PodParser-1.30.ebuild
+++ b/virtual/perl-PodParser/perl-PodParser-1.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.30.ebuild,v 1.1 2006/02/06 17:03:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.30.ebuild,v 1.2 2006/02/13 19:50:29 mcummings Exp $
DESCRIPTION="Virtual for PodParser"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="=perl-core/PodParser-1.30"
+RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/PodParser-${PV} )"
diff --git a/virtual/perl-PodParser/perl-PodParser-1.32.ebuild b/virtual/perl-PodParser/perl-PodParser-1.32.ebuild
index c8fd23fb0b23..ede34096021a 100644
--- a/virtual/perl-PodParser/perl-PodParser-1.32.ebuild
+++ b/virtual/perl-PodParser/perl-PodParser-1.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.32.ebuild,v 1.1 2006/02/06 17:03:19 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.32.ebuild,v 1.2 2006/02/13 19:50:29 mcummings Exp $
DESCRIPTION="Virtual for PodParser"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
DEPEND=""
-RDEPEND="=perl-core/PodParser-1.32"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/PodParser-${PV} )"
diff --git a/virtual/perl-Safe/ChangeLog b/virtual/perl-Safe/ChangeLog
index 1651b765a7ca..660afaec2f4b 100644
--- a/virtual/perl-Safe/ChangeLog
+++ b/virtual/perl-Safe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.1 2006/02/07 11:54:59 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/ChangeLog,v 1.2 2006/02/13 19:51:18 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Safe-2.11.ebuild:
+ Updated RDEPS
*perl-Safe-2.11 (07 Feb 2006)
diff --git a/virtual/perl-Safe/perl-Safe-2.11.ebuild b/virtual/perl-Safe/perl-Safe-2.11.ebuild
index c277626c66ba..de58e27c045f 100644
--- a/virtual/perl-Safe/perl-Safe-2.11.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.1 2006/02/07 11:54:59 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Safe/perl-Safe-2.11.ebuild,v 1.2 2006/02/13 19:51:18 mcummings Exp $
DESCRIPTION="Virtual for Safe"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Safe-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Safe-${PV} )"
diff --git a/virtual/perl-Scalar-List-Utils/ChangeLog b/virtual/perl-Scalar-List-Utils/ChangeLog
index ffa24bd36046..d1f732bb4f3c 100644
--- a/virtual/perl-Scalar-List-Utils/ChangeLog
+++ b/virtual/perl-Scalar-List-Utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.1 2006/02/07 11:55:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.2 2006/02/13 19:52:50 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Scalar-List-Utils-1.14.ebuild, perl-Scalar-List-Utils-1.18.ebuild:
+ Updated RDEPS
*perl-Scalar-List-Utils-1.18 (07 Feb 2006)
*perl-Scalar-List-Utils-1.14 (07 Feb 2006)
diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild
index 1f7996367024..cc9cd81a502a 100644
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild,v 1.1 2006/02/07 11:55:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.14.ebuild,v 1.2 2006/02/13 19:52:50 mcummings Exp $
DESCRIPTION="Virtual for Scalar-List-Utils"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Scalar-List-Utils-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Scalar-List-Utils-${PV} )"
diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild
index 3ef3820b2f23..b0b5e8e8b01b 100644
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild,v 1.1 2006/02/07 11:55:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.18.ebuild,v 1.2 2006/02/13 19:52:50 mcummings Exp $
DESCRIPTION="Virtual for Scalar-List-Utils"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Scalar-List-Utils-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Scalar-List-Utils-${PV} )"
diff --git a/virtual/perl-Storable/ChangeLog b/virtual/perl-Storable/ChangeLog
index 6033ea31c6e0..370be7341568 100644
--- a/virtual/perl-Storable/ChangeLog
+++ b/virtual/perl-Storable/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.2 2006/02/08 18:57:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/ChangeLog,v 1.3 2006/02/13 19:53:36 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Storable-2.13.ebuild, perl-Storable-2.15.ebuild:
+ Updated RDEPS
08 Feb 2006; Simon Stelling <blubb@gentoo.org> perl-Storable-2.15.ebuild:
stable on amd64
diff --git a/virtual/perl-Storable/perl-Storable-2.13.ebuild b/virtual/perl-Storable/perl-Storable-2.13.ebuild
index 9fc456d522db..4e518fbb69bd 100644
--- a/virtual/perl-Storable/perl-Storable-2.13.ebuild
+++ b/virtual/perl-Storable/perl-Storable-2.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.13.ebuild,v 1.1 2006/02/07 11:56:18 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.13.ebuild,v 1.2 2006/02/13 19:53:36 mcummings Exp $
DESCRIPTION="Virtual for Storable"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Storable-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Storable-${PV} )"
diff --git a/virtual/perl-Storable/perl-Storable-2.15.ebuild b/virtual/perl-Storable/perl-Storable-2.15.ebuild
index 2e670b075b09..33dbe27e8ac8 100644
--- a/virtual/perl-Storable/perl-Storable-2.15.ebuild
+++ b/virtual/perl-Storable/perl-Storable-2.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.15.ebuild,v 1.2 2006/02/08 18:57:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Storable/perl-Storable-2.15.ebuild,v 1.3 2006/02/13 19:53:36 mcummings Exp $
DESCRIPTION="Virtual for Storable"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Storable-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Storable-${PV} )"
diff --git a/virtual/perl-Sys-Syslog/ChangeLog b/virtual/perl-Sys-Syslog/ChangeLog
index fd9a338ee7e5..0d901829e027 100644
--- a/virtual/perl-Sys-Syslog/ChangeLog
+++ b/virtual/perl-Sys-Syslog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog,v 1.1 2006/02/07 11:56:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/ChangeLog,v 1.2 2006/02/13 19:54:28 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Sys-Syslog-0.13.ebuild:
+ Updated RDEPS
*perl-Sys-Syslog-0.13 (07 Feb 2006)
diff --git a/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild b/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild
index 447959b755b0..32bee2c8974f 100644
--- a/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild
+++ b/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild,v 1.1 2006/02/07 11:56:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.13.ebuild,v 1.2 2006/02/13 19:54:28 mcummings Exp $
DESCRIPTION="Virtual for Sys-Syslog"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Sys-Syslog-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Sys-Syslog-${PV} )"
diff --git a/virtual/perl-Test-Harness/ChangeLog b/virtual/perl-Test-Harness/ChangeLog
index 2a3ca229740c..002f2e2c8c49 100644
--- a/virtual/perl-Test-Harness/ChangeLog
+++ b/virtual/perl-Test-Harness/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Harness/ChangeLog,v 1.1 2006/02/06 17:05:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Harness/ChangeLog,v 1.2 2006/02/13 19:56:04 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Test-Harness-2.56.ebuild:
+ Updated RDEPS
*perl-Test-Harness-2.56 (06 Feb 2006)
*perl-Test-Harness-2.52 (06 Feb 2006)
diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild b/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild
index 2bfd1696b2b7..00f68934759f 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild,v 1.1 2006/02/06 17:05:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Harness/perl-Test-Harness-2.56.ebuild,v 1.2 2006/02/13 19:56:04 mcummings Exp $
DESCRIPTION="Virtual for Test-Harness"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE=""
DEPEND=""
-RDEPEND="=perl-core/Test-Harness-2.56"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Test-Harness-2.56 )"
diff --git a/virtual/perl-Test-Simple/ChangeLog b/virtual/perl-Test-Simple/ChangeLog
index f1198883b5ed..504eb3eb3f71 100644
--- a/virtual/perl-Test-Simple/ChangeLog
+++ b/virtual/perl-Test-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.1 2006/02/06 17:06:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/ChangeLog,v 1.2 2006/02/13 19:57:46 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Test-Simple-0.54.ebuild, perl-Test-Simple-0.62.ebuild:
+ Updated RDEPS
*perl-Test-Simple-0.62 (06 Feb 2006)
*perl-Test-Simple-0.60 (06 Feb 2006)
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild
index c7b32dd248b4..fa2230b8da74 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild,v 1.1 2006/02/06 17:06:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.54.ebuild,v 1.2 2006/02/13 19:57:46 mcummings Exp $
DESCRIPTION="Virtual for Test-Simple"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Test-Simple-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Test-Simple-${PV} )"
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild
index 1d67bb9a3776..ab0a013db70f 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild,v 1.1 2006/02/06 17:06:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test-Simple/perl-Test-Simple-0.62.ebuild,v 1.2 2006/02/13 19:57:46 mcummings Exp $
DESCRIPTION="Virtual for Test-Simple"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Test-Simple-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Test-Simple-${PV} )"
diff --git a/virtual/perl-Test/ChangeLog b/virtual/perl-Test/ChangeLog
index 53f31d4725d9..1e861ecf5036 100644
--- a/virtual/perl-Test/ChangeLog
+++ b/virtual/perl-Test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test/ChangeLog,v 1.1 2006/02/07 11:57:36 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test/ChangeLog,v 1.2 2006/02/13 19:55:05 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Test-1.25.ebuild:
+ Updated RDEPS
*perl-Test-1.25 (07 Feb 2006)
*perl-Test-1.24 (07 Feb 2006)
diff --git a/virtual/perl-Test/perl-Test-1.25.ebuild b/virtual/perl-Test/perl-Test-1.25.ebuild
index ef80f73d40fe..81d165dc22b6 100644
--- a/virtual/perl-Test/perl-Test-1.25.ebuild
+++ b/virtual/perl-Test/perl-Test-1.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test/perl-Test-1.25.ebuild,v 1.1 2006/02/07 11:57:36 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Test/perl-Test-1.25.ebuild,v 1.2 2006/02/13 19:55:05 mcummings Exp $
DESCRIPTION="Virtual for Test"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Test-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Test-${PV} )"
diff --git a/virtual/perl-Text-Balanced/ChangeLog b/virtual/perl-Text-Balanced/ChangeLog
index 8f22e4ccfdbe..52f2fc0a5b9e 100644
--- a/virtual/perl-Text-Balanced/ChangeLog
+++ b/virtual/perl-Text-Balanced/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.1 2006/02/07 11:58:14 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.2 2006/02/13 19:58:37 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Text-Balanced-1.95.ebuild:
+ Updated RDEPS
*perl-Text-Balanced-1.95 (07 Feb 2006)
diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild
index 38a99f38bf45..0f8ea1d16699 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild,v 1.1 2006/02/07 11:58:14 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild,v 1.2 2006/02/13 19:58:37 mcummings Exp $
DESCRIPTION="Virtual for Text-Balanced"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Text-Balanced-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Text-Balanced-${PV} )"
diff --git a/virtual/perl-Time-HiRes/ChangeLog b/virtual/perl-Time-HiRes/ChangeLog
index d52ad7499c07..ba6d58f37937 100644
--- a/virtual/perl-Time-HiRes/ChangeLog
+++ b/virtual/perl-Time-HiRes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog,v 1.2 2006/02/08 18:57:18 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/ChangeLog,v 1.3 2006/02/13 19:59:39 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Time-HiRes-1.66.ebuild, perl-Time-HiRes-1.86.ebuild:
+ Updated RDEPS
08 Feb 2006; Simon Stelling <blubb@gentoo.org>
perl-Time-HiRes-1.82.ebuild:
diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild
index 09836a1f3ca6..191e3d112472 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild,v 1.1 2006/02/07 11:58:54 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.66.ebuild,v 1.2 2006/02/13 19:59:39 mcummings Exp $
DESCRIPTION="Virtual for Time-HiRes"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Time-HiRes-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Time-HiRes-${PV} )"
diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild
index 74e075f644df..6008a83d5b14 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild,v 1.1 2006/02/07 11:58:54 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-HiRes/perl-Time-HiRes-1.86.ebuild,v 1.2 2006/02/13 19:59:39 mcummings Exp $
DESCRIPTION="Virtual for Time-HiRes"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Time-HiRes-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Time-HiRes-${PV} )"
diff --git a/virtual/perl-Time-Local/ChangeLog b/virtual/perl-Time-Local/ChangeLog
index be99ade6bab8..fa24bdef4a00 100644
--- a/virtual/perl-Time-Local/ChangeLog
+++ b/virtual/perl-Time-Local/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.2 2006/02/08 18:57:29 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.3 2006/02/13 20:00:52 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-Time-Local-1.11.ebuild:
+ Updated RDEPS
08 Feb 2006; Simon Stelling <blubb@gentoo.org>
perl-Time-Local-1.11.ebuild:
diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild
index 4f0619c1c3ca..5193edd50b5f 100644
--- a/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild,v 1.2 2006/02/08 18:57:29 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.11.ebuild,v 1.3 2006/02/13 20:00:52 mcummings Exp $
DESCRIPTION="Virtual for Time-Local"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/Time-Local-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Time-Local-${PV} )"