summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-CGI/ChangeLog7
-rw-r--r--virtual/perl-CGI/perl-CGI-3.05.ebuild4
-rw-r--r--virtual/perl-CGI/perl-CGI-3.07.ebuild4
-rw-r--r--virtual/perl-CGI/perl-CGI-3.09.ebuild4
-rw-r--r--virtual/perl-CGI/perl-CGI-3.10.ebuild4
-rw-r--r--virtual/perl-CGI/perl-CGI-3.15.ebuild4
-rw-r--r--virtual/perl-DB_File/ChangeLog7
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.811.ebuild4
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.813.ebuild4
-rw-r--r--virtual/perl-DB_File/perl-DB_File-1.814.ebuild4
10 files changed, 28 insertions, 18 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog
index 29e1de7f77f1..12aacf35b5e4 100644
--- a/virtual/perl-CGI/ChangeLog
+++ b/virtual/perl-CGI/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.2 2006/02/07 20:59:55 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.3 2006/02/13 19:01:38 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> perl-CGI-3.05.ebuild,
+ perl-CGI-3.07.ebuild, perl-CGI-3.09.ebuild, perl-CGI-3.10.ebuild,
+ perl-CGI-3.15.ebuild:
+ Updated RDEPENDS
07 Feb 2006; Simon Stelling <blubb@gentoo.org> perl-CGI-3.10.ebuild:
stable on amd64
diff --git a/virtual/perl-CGI/perl-CGI-3.05.ebuild b/virtual/perl-CGI/perl-CGI-3.05.ebuild
index ad673a6a7e43..e29b60b74da3 100644
--- a/virtual/perl-CGI/perl-CGI-3.05.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.05.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-CGI/perl-CGI-3.05.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.05.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $
DESCRIPTION="Virtual for CGI"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips ia64 ppc64"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/CGI-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.6 ~perl-core/CGI-${PV} )"
diff --git a/virtual/perl-CGI/perl-CGI-3.07.ebuild b/virtual/perl-CGI/perl-CGI-3.07.ebuild
index 9c3917f87cdb..f45e9121cd87 100644
--- a/virtual/perl-CGI/perl-CGI-3.07.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.07.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-CGI/perl-CGI-3.07.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.07.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $
DESCRIPTION="Virtual for CGI"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~ia64 ~ppc64"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/CGI-${PV}"
+RDEPEND="|| ( >dev-lang/perl-5.8.6 ~perl-core/CGI-${PV} )"
diff --git a/virtual/perl-CGI/perl-CGI-3.09.ebuild b/virtual/perl-CGI/perl-CGI-3.09.ebuild
index 80ff4b27e2e6..0354bb4b3027 100644
--- a/virtual/perl-CGI/perl-CGI-3.09.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.09.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-CGI/perl-CGI-3.09.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.09.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $
DESCRIPTION="Virtual for CGI"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~ia64 ~ppc64"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/CGI-${PV}"
+RDEPEND="|| ( >dev-lang/perl-5.8.6 ~perl-core/CGI-${PV} )"
diff --git a/virtual/perl-CGI/perl-CGI-3.10.ebuild b/virtual/perl-CGI/perl-CGI-3.10.ebuild
index 7e662c80bc9b..a97e7cd5cfad 100644
--- a/virtual/perl-CGI/perl-CGI-3.10.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.10.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-CGI/perl-CGI-3.10.ebuild,v 1.2 2006/02/07 20:59:55 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.10.ebuild,v 1.3 2006/02/13 19:01:38 mcummings Exp $
DESCRIPTION="Virtual for CGI"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/CGI-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/CGI-${PV} )"
diff --git a/virtual/perl-CGI/perl-CGI-3.15.ebuild b/virtual/perl-CGI/perl-CGI-3.15.ebuild
index 9d2998d21711..1a1c4442be41 100644
--- a/virtual/perl-CGI/perl-CGI-3.15.ebuild
+++ b/virtual/perl-CGI/perl-CGI-3.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-CGI/perl-CGI-3.15.ebuild,v 1.1 2006/02/06 17:15:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.15.ebuild,v 1.2 2006/02/13 19:01:38 mcummings Exp $
DESCRIPTION="Virtual for CGI"
HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
@@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="~perl-core/CGI-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.8 ~perl-core/CGI-${PV} )"
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog
index eef0175b861d..4f02ea502e95 100644
--- a/virtual/perl-DB_File/ChangeLog
+++ b/virtual/perl-DB_File/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gentoo-x86/virtual
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.2 2006/02/07 21:04:28 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.3 2006/02/13 19:03:58 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ perl-DB_File-1.811.ebuild, perl-DB_File-1.813.ebuild,
+ perl-DB_File-1.814.ebuild:
+ Updated RDEPENDS
07 Feb 2006; Simon Stelling <blubb@gentoo.org> perl-DB_File-1.814.ebuild:
stable on amd64
diff --git a/virtual/perl-DB_File/perl-DB_File-1.811.ebuild b/virtual/perl-DB_File/perl-DB_File-1.811.ebuild
index 10186d40e87c..c0cc3d8fe37b 100644
--- a/virtual/perl-DB_File/perl-DB_File-1.811.ebuild
+++ b/virtual/perl-DB_File/perl-DB_File-1.811.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-DB_File/perl-DB_File-1.811.ebuild,v 1.1 2006/02/06 17:24:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.811.ebuild,v 1.2 2006/02/13 19:03:58 mcummings Exp $
DESCRIPTION="Virtual for DB_File"
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/DB_File-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/DB_File-${PV} )"
diff --git a/virtual/perl-DB_File/perl-DB_File-1.813.ebuild b/virtual/perl-DB_File/perl-DB_File-1.813.ebuild
index 03cb672682ba..f0943a5655e6 100644
--- a/virtual/perl-DB_File/perl-DB_File-1.813.ebuild
+++ b/virtual/perl-DB_File/perl-DB_File-1.813.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-DB_File/perl-DB_File-1.813.ebuild,v 1.1 2006/02/06 17:24:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.813.ebuild,v 1.2 2006/02/13 19:03:58 mcummings Exp $
DESCRIPTION="Virtual for DB_File"
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/DB_File-${PV}"
+RDEPEND="|| ( >dev-lang/perl-5.8.7 ~perl-core/DB_File-${PV} )"
diff --git a/virtual/perl-DB_File/perl-DB_File-1.814.ebuild b/virtual/perl-DB_File/perl-DB_File-1.814.ebuild
index a4161dc4b40b..8b85b5be3411 100644
--- a/virtual/perl-DB_File/perl-DB_File-1.814.ebuild
+++ b/virtual/perl-DB_File/perl-DB_File-1.814.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-DB_File/perl-DB_File-1.814.ebuild,v 1.2 2006/02/07 21:04:28 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.814.ebuild,v 1.3 2006/02/13 19:03:58 mcummings Exp $
DESCRIPTION="Virtual for DB_File"
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/DB_File-${PV}"
+RDEPEND="|| ( >=dev-lang/perl-5.8.8 ~perl-core/DB_File-${PV} )"