summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-03 20:10:11 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-03 20:10:11 +0000
commit5d2ac5db9040d47c7d8d687191f9422fa7c8597b (patch)
tree0719a32e4095fbfdd63e478e3fe6c35317551779 /dev-perl/Apache-Session
parentFixed RDEPEND wrt bug #134781; fixed DEPEND (diff)
downloadgentoo-2-5d2ac5db9040d47c7d8d687191f9422fa7c8597b.tar.gz
gentoo-2-5d2ac5db9040d47c7d8d687191f9422fa7c8597b.tar.bz2
gentoo-2-5d2ac5db9040d47c7d8d687191f9422fa7c8597b.zip
Fixed RDEPEND wrt bug #134781; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
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 7c890a2e5e77..eb2890c4c141 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.15 2006/02/13 10:38:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.60.ebuild,v 1.16 2006/07/03 20:10:11 ian Exp $
inherit perl-module
MY_PV=${PV/0/}
@@ -16,6 +16,6 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-DEPEND="${DEPEND}
- virtual/perl-Digest-MD5
+DEPEND="virtual/perl-Digest-MD5
virtual/perl-Storable"
+RDEPEND="${DEPEND}" \ No newline at end of file
diff --git a/dev-perl/Apache-Session/Apache-Session-1.80.ebuild b/dev-perl/Apache-Session/Apache-Session-1.80.ebuild
index c3965f0f801b..6a2430df03d2 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.8 2006/02/13 10:38:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.80.ebuild,v 1.9 2006/07/03 20:10:11 ian Exp $
inherit perl-module
IUSE=""
@@ -13,6 +13,6 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-DEPEND="${DEPEND}
- virtual/perl-Digest-MD5
+DEPEND="virtual/perl-Digest-MD5
virtual/perl-Storable"
+RDEPEND="${DEPEND}" \ No newline at end of file
diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog
index 498949ade9fa..467223108303 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.25 2006/02/13 10:38:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.26 2006/07/03 20:10:11 ian Exp $
+
+ 03 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ Apache-Session-1.60.ebuild, Apache-Session-1.80.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed DEPEND
13 Feb 2006; <mcumming@gentoo.org> Apache-Session-1.60.ebuild,
Apache-Session-1.80.ebuild: