summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-13 11:01:53 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-13 11:01:53 +0000
commitadf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3 (patch)
treee2216f62094285a63a8168e87c429d7eb85dfd00 /dev-perl/Apache-Session
parentThe patch for parallel make wasn't enough as configure file should be removed... (diff)
downloadhistorical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.tar.gz
historical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.tar.bz2
historical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.zip
Virtual for perl-core dep
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/Apache-Session')
-rw-r--r--dev-perl/Apache-Session/Apache-Session-1.60.ebuild6
-rw-r--r--dev-perl/Apache-Session/Apache-Session-1.80.ebuild6
-rw-r--r--dev-perl/Apache-Session/ChangeLog6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild b/dev-perl/Apache-Session/Apache-Session-1.60.ebuild
index bb187ef1f6a2..7c890a2e5e77 100644
--- a/dev-perl/Apache-Session/Apache-Session-1.60.ebuild
+++ b/dev-perl/Apache-Session/Apache-Session-1.60.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/Apache-Session/Apache-Session-1.60.ebuild,v 1.14 2006/01/18 13:09:35 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.15 2006/02/13 10:38:29 mcummings Exp $
inherit perl-module
MY_PV=${PV/0/}
@@ -17,5 +17,5 @@ LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
DEPEND="${DEPEND}
- perl-core/Digest-MD5
- perl-core/Storable"
+ virtual/perl-Digest-MD5
+ virtual/perl-Storable"
diff --git a/dev-perl/Apache-Session/Apache-Session-1.80.ebuild b/dev-perl/Apache-Session/Apache-Session-1.80.ebuild
index d5524a25d720..c3965f0f801b 100644
--- a/dev-perl/Apache-Session/Apache-Session-1.80.ebuild
+++ b/dev-perl/Apache-Session/Apache-Session-1.80.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/Apache-Session/Apache-Session-1.80.ebuild,v 1.7 2006/02/06 19:56:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.80.ebuild,v 1.8 2006/02/13 10:38:29 mcummings Exp $
inherit perl-module
IUSE=""
@@ -14,5 +14,5 @@ LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
DEPEND="${DEPEND}
- perl-core/Digest-MD5
- perl-core/Storable"
+ virtual/perl-Digest-MD5
+ virtual/perl-Storable"
diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog
index ba439b6d9fdb..498949ade9fa 100644
--- a/dev-perl/Apache-Session/ChangeLog
+++ b/dev-perl/Apache-Session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-Session
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.24 2006/02/06 19:56:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.25 2006/02/13 10:38:29 mcummings Exp $
+
+ 13 Feb 2006; <mcumming@gentoo.org> Apache-Session-1.60.ebuild,
+ Apache-Session-1.80.ebuild:
+ Virtual for perl-core dep
06 Feb 2006; Simon Stelling <blubb@gentoo.org> Apache-Session-1.80.ebuild:
stable on amd64