summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Digest-HMAC/ChangeLog8
-rw-r--r--dev-perl/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild8
-rw-r--r--dev-perl/Eidetic/ChangeLog8
-rw-r--r--dev-perl/Eidetic/Eidetic-2.003003.ebuild12
-rw-r--r--dev-perl/Email-Find/ChangeLog8
-rw-r--r--dev-perl/Email-Find/Email-Find-0.09.ebuild6
-rw-r--r--dev-perl/Exception-Class/ChangeLog7
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild6
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.21.ebuild6
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.22.ebuild4
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.23.ebuild4
-rw-r--r--dev-perl/File-Find-Rule/ChangeLog6
-rw-r--r--dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild6
-rw-r--r--dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild6
14 files changed, 58 insertions, 37 deletions
diff --git a/dev-perl/Digest-HMAC/ChangeLog b/dev-perl/Digest-HMAC/ChangeLog
index f28effc53465..056637ea02ae 100644
--- a/dev-perl/Digest-HMAC/ChangeLog
+++ b/dev-perl/Digest-HMAC/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Digest-HMAC
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-HMAC/ChangeLog,v 1.20 2005/05/24 15:45:06 mcummings Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-HMAC/ChangeLog,v 1.21 2006/02/13 12:53:18 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Digest-HMAC-1.01-r1.ebuild:
+ Virtuals for perl-core
24 May 2005; Michael Cummings <mcummings@gentoo.org>
Digest-HMAC-1.01-r1.ebuild:
diff --git a/dev-perl/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild b/dev-perl/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild
index a240ce8019e5..4ee6577daa74 100644
--- a/dev-perl/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild
+++ b/dev-perl/Digest-HMAC/Digest-HMAC-1.01-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/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild,v 1.19 2005/05/24 15:45:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-HMAC/Digest-HMAC-1.01-r1.ebuild,v 1.20 2006/02/13 12:53:18 mcummings Exp $
inherit perl-module
@@ -17,6 +17,6 @@ SRC_TEST="do"
mydoc="rfc*.txt"
-DEPEND="perl-core/digest-base
- perl-core/Digest-MD5
+DEPEND="virtual/perl-digest-base
+ virtual/perl-Digest-MD5
dev-perl/Digest-SHA1"
diff --git a/dev-perl/Eidetic/ChangeLog b/dev-perl/Eidetic/ChangeLog
index eee38c4348c9..30c1ac47149f 100644
--- a/dev-perl/Eidetic/ChangeLog
+++ b/dev-perl/Eidetic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Eidetic
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.1 2005/11/04 20:55:04 chriswhite Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/ChangeLog,v 1.2 2006/02/13 12:54:42 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Eidetic-2.003003.ebuild:
+ Virtuals for perl-core
*Eidetic-2.003003 (04 Nov 2005)
diff --git a/dev-perl/Eidetic/Eidetic-2.003003.ebuild b/dev-perl/Eidetic/Eidetic-2.003003.ebuild
index 3782e598622f..c77984446cf4 100644
--- a/dev-perl/Eidetic/Eidetic-2.003003.ebuild
+++ b/dev-perl/Eidetic/Eidetic-2.003003.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/Eidetic/Eidetic-2.003003.ebuild,v 1.2 2006/01/09 22:31:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Eidetic/Eidetic-2.003003.ebuild,v 1.3 2006/02/13 12:54:42 mcummings Exp $
inherit perl-module webapp eutils
@@ -15,10 +15,10 @@ IUSE="mysql auth"
DEPEND="dev-lang/perl
>=dev-perl/Config-Simple-4.1
>=dev-perl/DBI-1.03
- >=perl-core/File-Temp-0.12
- >=perl-core/Digest-MD5-2.09
- >=perl-core/CGI-2.56
- perl-core/File-Spec
+ >=virtual/perl-File-Temp-0.12
+ >=virtual/perl-Digest-MD5-2.09
+ >=virtual/perl-CGI-2.56
+ virtual/perl-File-Spec
>=dev-perl/Mail-Sender-0.8
>=dev-perl/Sort-Tree-1.07
>=dev-perl/Template-Toolkit-2.08
diff --git a/dev-perl/Email-Find/ChangeLog b/dev-perl/Email-Find/ChangeLog
index a7ee26067b7c..2e142bf4290e 100644
--- a/dev-perl/Email-Find/ChangeLog
+++ b/dev-perl/Email-Find/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Email-Find
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/ChangeLog,v 1.12 2006/02/08 23:30:41 tove Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/ChangeLog,v 1.13 2006/02/13 12:55:24 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Email-Find-0.09.ebuild:
+ Virtuals for perl-core
28 Nov 2005; Tom Gall <tgall@gentoo.org> Email-Find-0.09.ebuild:
stable on ppc64
diff --git a/dev-perl/Email-Find/Email-Find-0.09.ebuild b/dev-perl/Email-Find/Email-Find-0.09.ebuild
index 88a5bf5520b2..f36dbce27b80 100644
--- a/dev-perl/Email-Find/Email-Find-0.09.ebuild
+++ b/dev-perl/Email-Find/Email-Find-0.09.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/Email-Find/Email-Find-0.09.ebuild,v 1.14 2005/11/29 03:02:09 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/Email-Find-0.09.ebuild,v 1.15 2006/02/13 12:55:24 mcummings Exp $
inherit perl-module
@@ -17,4 +17,4 @@ SRC_TEST="do"
DEPEND="dev-perl/MailTools
dev-perl/Email-Valid
- perl-core/Test-Simple"
+ virtual/perl-Test-Simple"
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index 256d0c2b1b3d..24eb83100307 100644
--- a/dev-perl/Exception-Class/ChangeLog
+++ b/dev-perl/Exception-Class/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Exception-Class
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.32 2006/02/04 00:33:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.33 2006/02/13 12:56:06 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ Exception-Class-1.14-r1.ebuild, Exception-Class-1.21.ebuild,
+ Exception-Class-1.22.ebuild, Exception-Class-1.23.ebuild:
+ Virtuals for perl-core
04 Feb 2006; Aron Griffis <agriffis@gentoo.org>
Exception-Class-1.22.ebuild:
diff --git a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild
index c621f8b22723..49e86c81a619 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.14-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/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.10 2005/05/25 15:06:46 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.11 2006/02/13 12:56:06 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -17,6 +17,6 @@ DEPEND="${DEPEND}
>=dev-lang/perl-5.8.0-r12
>=dev-perl/Class-Data-Inheritable-0.02
>=dev-perl/Devel-StackTrace-1.01
- >=perl-core/Test-Simple-0.47"
+ >=virtual/perl-Test-Simple-0.47"
export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Exception-Class/Exception-Class-1.21.ebuild b/dev-perl/Exception-Class/Exception-Class-1.21.ebuild
index 62247ab3c214..b2cab49b478c 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.21.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.21.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/Exception-Class/Exception-Class-1.21.ebuild,v 1.8 2005/10/02 12:39:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.21.ebuild,v 1.9 2006/02/13 12:56:06 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -18,6 +18,6 @@ DEPEND="${DEPEND}
dev-perl/module-build
>=dev-perl/Class-Data-Inheritable-0.02
>=dev-perl/Devel-StackTrace-1.11
- >=perl-core/Test-Simple-0.47"
+ >=virtual/perl-Test-Simple-0.47"
export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Exception-Class/Exception-Class-1.22.ebuild b/dev-perl/Exception-Class/Exception-Class-1.22.ebuild
index 3b2605a5fdf7..484a73a9a50b 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.22.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-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/Exception-Class/Exception-Class-1.22.ebuild,v 1.5 2006/02/04 00:33:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.22.ebuild,v 1.6 2006/02/13 12:56:06 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -21,5 +21,5 @@ DEPEND="${DEPEND}
RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
>=dev-perl/Devel-StackTrace-1.12
- >=perl-core/Test-Simple-0.47"
+ >=virtual/perl-Test-Simple-0.47"
export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild
index c637e0cf9e9a..0cdb66356699 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.23.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/Exception-Class/Exception-Class-1.23.ebuild,v 1.1 2006/01/16 15:27:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.2 2006/02/13 12:56:06 mcummings Exp $
myconf='INSTALLDIRS=vendor'
inherit perl-module
@@ -21,5 +21,5 @@ DEPEND="${DEPEND}
RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
>=dev-perl/Devel-StackTrace-1.12
- >=perl-core/Test-Simple-0.47"
+ >=virtual/perl-Test-Simple-0.47"
export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog
index c9bbfcbc3b03..1bdb332d564c 100644
--- a/dev-perl/File-Find-Rule/ChangeLog
+++ b/dev-perl/File-Find-Rule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/File-Find-Rule
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.27 2006/02/08 23:32:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.28 2006/02/13 12:56:58 mcummings Exp $
+
+ 13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ File-Find-Rule-0.26.ebuild, File-Find-Rule-0.28.ebuild:
+ Virtuals for perl-core
27 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
File-Find-Rule-0.28.ebuild:
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild
index 4eae842aeae5..2fb06f903e53 100644
--- a/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild
+++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.26.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/File-Find-Rule/File-Find-Rule-0.26.ebuild,v 1.14 2006/01/27 20:26:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.26.ebuild,v 1.15 2006/02/13 12:56:58 mcummings Exp $
inherit perl-module
@@ -13,8 +13,8 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha hppa ~mips ppc sparc x86"
IUSE=""
-DEPEND="perl-core/Test-Simple
- perl-core/File-Spec
+DEPEND="virtual/perl-Test-Simple
+ virtual/perl-File-Spec
dev-perl/Number-Compare
dev-perl/Text-Glob
dev-perl/module-build"
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild
index 08f7b6a07c51..3a4602fdcbc9 100644
--- a/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild
+++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.28.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/File-Find-Rule/File-Find-Rule-0.28.ebuild,v 1.17 2006/01/27 21:33:52 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/File-Find-Rule-0.28.ebuild,v 1.18 2006/02/13 12:56:58 mcummings Exp $
inherit perl-module
@@ -15,8 +15,8 @@ IUSE=""
SRC_TEST="do"
-DEPEND="perl-core/Test-Simple
- perl-core/File-Spec
+DEPEND="virtual/perl-Test-Simple
+ virtual/perl-File-Spec
dev-perl/Number-Compare
dev-perl/Text-Glob
dev-perl/module-build"