summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-02-28 09:09:41 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-02-28 09:09:41 +0000
commite7ea3afb77fc4c040b2163d71d105e04b73e5e72 (patch)
tree175be727eab161c47cdcafdb49b7ad0d12818568 /dev-php/PEAR-Cache
parent* stable on x86 (diff)
downloadgentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.gz
gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.tar.bz2
gentoo-2-e7ea3afb77fc4c040b2163d71d105e04b73e5e72.zip
Various PEAR package updates/fixes.
(Portage version: 2.1_pre5)
Diffstat (limited to 'dev-php/PEAR-Cache')
-rw-r--r--dev-php/PEAR-Cache/ChangeLog6
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild3
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild5
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog
index bd62812b399b..523080ad7427 100644
--- a/dev-php/PEAR-Cache/ChangeLog
+++ b/dev-php/PEAR-Cache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Cache
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.35 2006/02/17 21:46:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.36 2006/02/28 09:09:40 sebastian Exp $
+
+ 28 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org>
+ PEAR-Cache-1.5.4.ebuild, PEAR-Cache-1.5.4-r1.ebuild:
+ Fix RDEPEND.
17 Feb 2006; Aron Griffis <agriffis@gentoo.org>
PEAR-Cache-1.5.4-r1.ebuild:
diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild
index e1159e0794d0..36294529bed7 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.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-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild,v 1.16 2006/02/17 21:46:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.4-r1.ebuild,v 1.17 2006/02/28 09:09:40 sebastian Exp $
inherit php-pear-r1
@@ -10,3 +10,4 @@ LICENSE="PHP"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
+RDEPEND="dev-php/PEAR-HTTP_Request"
diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild
index 447a260bdb25..42b20383206b 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.4.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-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild,v 1.11 2005/05/13 01:21:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.4.ebuild,v 1.12 2006/02/28 09:09:40 sebastian Exp $
inherit php-pear
@@ -10,3 +10,4 @@ LICENSE="PHP"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86"
IUSE=""
+DEPEND="dev-php/PEAR-HTTP_Request"