summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Test-Inline/ChangeLog7
-rw-r--r--dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild8
-rw-r--r--dev-perl/Test-Inline/Test-Inline-0.16.ebuild10
-rw-r--r--dev-perl/Test-Inline/Test-Inline-2.103.ebuild10
-rw-r--r--dev-perl/Test-Pod-Coverage/ChangeLog8
-rw-r--r--dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild8
-rw-r--r--dev-perl/Test-Pod/ChangeLog6
-rw-r--r--dev-perl/Test-Pod/Test-Pod-1.20.ebuild8
-rw-r--r--dev-perl/Test-Pod/Test-Pod-1.22.ebuild6
-rw-r--r--dev-perl/Tree-Simple/ChangeLog6
-rw-r--r--dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild6
-rw-r--r--dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild4
-rw-r--r--dev-perl/URI/ChangeLog9
-rw-r--r--dev-perl/URI/URI-1.28.ebuild6
-rw-r--r--dev-perl/URI/URI-1.30.ebuild6
-rw-r--r--dev-perl/URI/URI-1.31.ebuild6
-rw-r--r--dev-perl/URI/URI-1.33.ebuild6
-rw-r--r--dev-perl/URI/URI-1.34.ebuild6
-rw-r--r--dev-perl/URI/URI-1.35.ebuild6
-rw-r--r--dev-perl/Unicode-String/ChangeLog7
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild6
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild6
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.07.ebuild6
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.09.ebuild4
24 files changed, 94 insertions, 67 deletions
diff --git a/dev-perl/Test-Inline/ChangeLog b/dev-perl/Test-Inline/ChangeLog
index 6a7b69ea4b76..65e455f71f5a 100644
--- a/dev-perl/Test-Inline/ChangeLog
+++ b/dev-perl/Test-Inline/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-Inline
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.36 2006/02/10 20:09:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.37 2006/02/13 14:07:40 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Test-Inline-0.15-r1.ebuild, Test-Inline-0.16.ebuild,
+ Test-Inline-2.103.ebuild:
+ Virtuals for perl-core
10 Feb 2006; Aron Griffis <agriffis@gentoo.org> Test-Inline-2.103.ebuild:
Mark 2.103 stable on alpha
diff --git a/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild b/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild
index f34be00ddbdf..df0952fff736 100644
--- a/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild,v 1.12 2005/05/25 15:14:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild,v 1.13 2006/02/13 14:07:40 mcummings Exp $
inherit perl-module
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64"
IUSE=""
-DEPEND="perl-core/Memoize
- perl-core/Test-Simple"
+DEPEND="virtual/perl-Memoize
+ virtual/perl-Test-Simple"
S=${WORKDIR}/${MY_P}
diff --git a/dev-perl/Test-Inline/Test-Inline-0.16.ebuild b/dev-perl/Test-Inline/Test-Inline-0.16.ebuild
index d55cdd340ed1..d7eb13228ba7 100644
--- a/dev-perl/Test-Inline/Test-Inline-0.16.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.16.ebuild,v 1.15 2005/10/02 13:17:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.16.ebuild,v 1.16 2006/02/13 14:07:40 mcummings Exp $
inherit perl-module
@@ -16,8 +16,8 @@ IUSE=""
SRC_TEST="do"
-DEPEND="perl-core/Memoize
- perl-core/Test-Harness
- perl-core/Test-Simple"
+DEPEND="virtual/perl-Memoize
+ virtual/perl-Test-Harness
+ virtual/perl-Test-Simple"
S=${WORKDIR}/${MY_P}
diff --git a/dev-perl/Test-Inline/Test-Inline-2.103.ebuild b/dev-perl/Test-Inline/Test-Inline-2.103.ebuild
index 5e6bcb894645..7a0db08b521a 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.103.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.103.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/dev-perl/Test-Inline/Test-Inline-2.103.ebuild,v 1.10 2006/02/10 20:09:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-2.103.ebuild,v 1.11 2006/02/13 14:07:40 mcummings Exp $
inherit perl-module
@@ -17,11 +17,11 @@ IUSE=""
SRC_TEST="do"
-DEPEND="perl-core/Test-Simple
+DEPEND="virtual/perl-Test-Simple
>=dev-perl/Test-ClassAPI-1.02"
-RDEPEND="perl-core/Memoize
- perl-core/Test-Harness
- >=perl-core/File-Spec-0.80
+RDEPEND="virtual/perl-Memoize
+ virtual/perl-Test-Harness
+ >=virtual/perl-File-Spec-0.80
>=dev-perl/File-Slurp-9999.04
>=dev-perl/File-Find-Rule-0.26
>=dev-perl/Config-Tiny-2.00
diff --git a/dev-perl/Test-Pod-Coverage/ChangeLog b/dev-perl/Test-Pod-Coverage/ChangeLog
index 0d06bc628d8d..bfb1518ef85b 100644
--- a/dev-perl/Test-Pod-Coverage/ChangeLog
+++ b/dev-perl/Test-Pod-Coverage/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Pod-Coverage
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod-Coverage/ChangeLog,v 1.15 2005/12/14 07:42:31 cardoe Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod-Coverage/ChangeLog,v 1.16 2006/02/13 14:08:27 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Test-Pod-Coverage-1.06.ebuild:
+ Virtuals for perl-core
14 Dec 2005; Doug Goldstein <cardoe@gentoo.org>
Test-Pod-Coverage-1.06.ebuild:
diff --git a/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild b/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild
index 4dec5c3b45de..4f80cc40812c 100644
--- a/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild
+++ b/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild,v 1.14 2005/12/14 07:42:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod-Coverage/Test-Pod-Coverage-1.06.ebuild,v 1.15 2006/02/13 14:08:27 mcummings Exp $
inherit perl-module
@@ -12,8 +12,8 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-DEPEND="|| ( >=perl-core/Test-Simple-0.62
- ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )
+DEPEND="|| ( >=virtual/perl-Test-Simple-0.62
+ ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )
dev-perl/Pod-Coverage"
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog
index c12a15d93ea9..3e16b7edadda 100644
--- a/dev-perl/Test-Pod/ChangeLog
+++ b/dev-perl/Test-Pod/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Pod
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.25 2006/02/06 20:37:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.26 2006/02/13 14:08:58 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> Test-Pod-1.20.ebuild,
+ Test-Pod-1.22.ebuild:
+ Virtuals for perl-core
06 Feb 2006; Simon Stelling <blubb@gentoo.org> Test-Pod-1.22.ebuild:
stable on amd64
diff --git a/dev-perl/Test-Pod/Test-Pod-1.20.ebuild b/dev-perl/Test-Pod/Test-Pod-1.20.ebuild
index d552b4ebfb85..dd67db120cc3 100644
--- a/dev-perl/Test-Pod/Test-Pod-1.20.ebuild
+++ b/dev-perl/Test-Pod/Test-Pod-1.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.20.ebuild,v 1.14 2005/12/14 07:17:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.20.ebuild,v 1.15 2006/02/13 14:08:58 mcummings Exp $
inherit perl-module
@@ -15,5 +15,5 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-perl/Pod-Simple
- || ( >=perl-core/Test-Simple-0.62
- ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )"
+ || ( >=virtual/perl-Test-Simple-0.62
+ ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )"
diff --git a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild
index 93ef379738e3..99d902bba2f1 100644
--- a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild
+++ b/dev-perl/Test-Pod/Test-Pod-1.22.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/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.9 2006/02/06 20:37:19 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.10 2006/02/13 14:08:59 mcummings Exp $
inherit perl-module
@@ -15,5 +15,5 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-perl/Pod-Simple
- || ( >=perl-core/Test-Simple-0.62
- ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )"
+ || ( >=virtual/perl-Test-Simple-0.62
+ ( <virtual/perl-Test-Simple-0.62 dev-perl/Test-Builder-Tester ) )"
diff --git a/dev-perl/Tree-Simple/ChangeLog b/dev-perl/Tree-Simple/ChangeLog
index 23e709f65014..3326c031dabd 100644
--- a/dev-perl/Tree-Simple/ChangeLog
+++ b/dev-perl/Tree-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Tree-Simple
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.9 2006/01/13 16:55:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.10 2006/02/13 14:10:30 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Tree-Simple-1.14.ebuild, Tree-Simple-1.15.ebuild:
+ Virtuals for perl-core
*Tree-Simple-1.15 (13 Jan 2006)
diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild
index aa5844b2d254..920d2ed1731c 100644
--- a/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild
+++ b/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild,v 1.4 2005/05/25 15:15:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.14.ebuild,v 1.5 2006/02/13 14:10:30 mcummings Exp $
# this is an RT dependency
@@ -15,6 +15,6 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 ~ppc sparc ~amd64"
-DEPEND=">=perl-core/Test-Simple-0.47
+DEPEND=">=virtual/perl-Test-Simple-0.47
>=dev-perl/Test-Exception-0.15"
IUSE=""
diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild
index d0f90989e526..2e68c19d2b17 100644
--- a/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild
+++ b/dev-perl/Tree-Simple/Tree-Simple-1.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/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild,v 1.1 2006/01/13 16:55:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild,v 1.2 2006/02/13 14:10:30 mcummings Exp $
# this is an RT dependency
@@ -15,6 +15,6 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND=">=perl-core/Test-Simple-0.47
+DEPEND=">=virtual/perl-Test-Simple-0.47
>=dev-perl/Test-Exception-0.15"
IUSE=""
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog
index 0fdb0275de01..628dfbd8a7c0 100644
--- a/dev-perl/URI/ChangeLog
+++ b/dev-perl/URI/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/URI
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.50 2005/05/25 14:15:26 mcummings Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.51 2006/02/13 14:11:21 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> URI-1.28.ebuild,
+ URI-1.30.ebuild, URI-1.31.ebuild, URI-1.33.ebuild, URI-1.34.ebuild,
+ URI-1.35.ebuild:
+ Virtuals for perl-core
25 May 2005; Michael Cummings <mcummings@gentoo.org> URI-1.35.ebuild:
dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration
diff --git a/dev-perl/URI/URI-1.28.ebuild b/dev-perl/URI/URI-1.28.ebuild
index 419392fc2176..cdf1e42cdd6a 100644
--- a/dev-perl/URI/URI-1.28.ebuild
+++ b/dev-perl/URI/URI-1.28.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.15 2005/05/25 14:13:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.16 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/URI/URI-1.30.ebuild b/dev-perl/URI/URI-1.30.ebuild
index 07bbaf65a00e..b91b61aa0cd5 100644
--- a/dev-perl/URI/URI-1.30.ebuild
+++ b/dev-perl/URI/URI-1.30.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.7 2005/05/25 14:14:12 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.8 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild
index 5793c248d12b..9052b71e1aba 100644
--- a/dev-perl/URI/URI-1.31.ebuild
+++ b/dev-perl/URI/URI-1.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.10 2005/05/25 14:14:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.11 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="x86 ~ppc sparc mips alpha ~arm hppa amd64 ~ia64 ~s390"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/URI/URI-1.33.ebuild b/dev-perl/URI/URI-1.33.ebuild
index e66e3d67ee91..9bdd867833ef 100644
--- a/dev-perl/URI/URI-1.33.ebuild
+++ b/dev-perl/URI/URI-1.33.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.3 2005/05/25 14:14:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.4 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/URI/URI-1.34.ebuild b/dev-perl/URI/URI-1.34.ebuild
index 366151520ad8..a083087450b6 100644
--- a/dev-perl/URI/URI-1.34.ebuild
+++ b/dev-perl/URI/URI-1.34.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.3 2005/05/25 14:15:08 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.4 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild
index 3cec31dd9bac..3b047d592675 100644
--- a/dev-perl/URI/URI-1.35.ebuild
+++ b/dev-perl/URI/URI-1.35.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.10 2005/05/25 14:15:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.11 2006/02/13 14:11:21 mcummings Exp $
inherit perl-module
@@ -13,6 +13,6 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sparc x86 ppc64"
IUSE=""
-DEPEND="perl-core/MIME-Base64"
+DEPEND="virtual/perl-MIME-Base64"
mydoc="rfc2396.txt"
diff --git a/dev-perl/Unicode-String/ChangeLog b/dev-perl/Unicode-String/ChangeLog
index 21c407e78538..c0fb84b83230 100644
--- a/dev-perl/Unicode-String/ChangeLog
+++ b/dev-perl/Unicode-String/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Unicode-String
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.25 2006/01/13 16:56:18 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.26 2006/02/13 14:11:53 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Unicode-String-2.06-r1.ebuild, Unicode-String-2.06-r2.ebuild,
+ Unicode-String-2.07.ebuild, Unicode-String-2.09.ebuild:
+ Virtuals for perl-core
*Unicode-String-2.09 (13 Jan 2006)
diff --git a/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild b/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild
index 772c952ac317..509dc6a20725 100644
--- a/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild
+++ b/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild,v 1.18 2005/05/25 14:15:43 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r1.ebuild,v 1.19 2006/02/13 14:11:53 mcummings Exp $
inherit perl-module
@@ -14,4 +14,4 @@ KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
DEPEND="${DEPEND}
- >=perl-core/MIME-Base64-2.11"
+ >=virtual/perl-MIME-Base64-2.11"
diff --git a/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild b/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild
index 79b6bf186f2f..29e746d6d1af 100644
--- a/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild
+++ b/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild,v 1.10 2005/05/25 14:16:00 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.06-r2.ebuild,v 1.11 2006/02/13 14:11:53 mcummings Exp $
inherit perl-module
@@ -14,4 +14,4 @@ KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
DEPEND="${DEPEND}
- >=perl-core/MIME-Base64-2.11"
+ >=virtual/perl-MIME-Base64-2.11"
diff --git a/dev-perl/Unicode-String/Unicode-String-2.07.ebuild b/dev-perl/Unicode-String/Unicode-String-2.07.ebuild
index f90f8a9507a1..fa6ed41b8c7d 100644
--- a/dev-perl/Unicode-String/Unicode-String-2.07.ebuild
+++ b/dev-perl/Unicode-String/Unicode-String-2.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.07.ebuild,v 1.13 2005/10/02 13:24:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.07.ebuild,v 1.14 2006/02/13 14:11:53 mcummings Exp $
inherit perl-module
@@ -14,4 +14,4 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="${DEPEND}
- >=perl-core/MIME-Base64-2.11"
+ >=virtual/perl-MIME-Base64-2.11"
diff --git a/dev-perl/Unicode-String/Unicode-String-2.09.ebuild b/dev-perl/Unicode-String/Unicode-String-2.09.ebuild
index d5f069391892..5be999935d24 100644
--- a/dev-perl/Unicode-String/Unicode-String-2.09.ebuild
+++ b/dev-perl/Unicode-String/Unicode-String-2.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/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.1 2006/01/13 16:56:18 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.2 2006/02/13 14:11:53 mcummings Exp $
inherit perl-module
@@ -14,4 +14,4 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${DEPEND}
- >=perl-core/MIME-Base64-2.11"
+ >=virtual/perl-MIME-Base64-2.11"