summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-09 16:41:36 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-09 16:41:36 +0000
commit0b0b0390d6dd312b7c09e5733f628c1f379129b8 (patch)
tree3cafb6fc3dcd78b0f3122de898d121f5fc86a742
parentMarked hppa stable (bug #117495). (diff)
downloadgentoo-2-0b0b0390d6dd312b7c09e5733f628c1f379129b8.tar.gz
gentoo-2-0b0b0390d6dd312b7c09e5733f628c1f379129b8.tar.bz2
gentoo-2-0b0b0390d6dd312b7c09e5733f628c1f379129b8.zip
Fix PEAR-Console_Getopt dependency, it's now included in PEAR-PEAR.
(Portage version: 2.0.54)
-rw-r--r--dev-php4/pecl-apd/ChangeLog7
-rw-r--r--dev-php4/pecl-apd/Manifest4
-rw-r--r--dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild6
-rw-r--r--dev-php5/pecl-apd/ChangeLog7
-rw-r--r--dev-php5/pecl-apd/Manifest4
-rw-r--r--dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild6
6 files changed, 20 insertions, 14 deletions
diff --git a/dev-php4/pecl-apd/ChangeLog b/dev-php4/pecl-apd/ChangeLog
index 9ed48bdd703f..6d3dde12954b 100644
--- a/dev-php4/pecl-apd/ChangeLog
+++ b/dev-php4/pecl-apd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/pecl-apd
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apd/ChangeLog,v 1.3 2005/11/24 22:01:26 chtekk Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apd/ChangeLog,v 1.4 2006/01/09 16:39:58 chtekk Exp $
+
+ 09 Jan 2006; Luca Longinotti <chtekk@gentoo.org> pecl-apd-0.9.2.ebuild:
+ Fix PEAR-Console_Getopt dependency, it's now included in PEAR-PEAR.
24 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
+files/fix-version-string-0.9.2.patch, pecl-apd-0.9.2.ebuild:
diff --git a/dev-php4/pecl-apd/Manifest b/dev-php4/pecl-apd/Manifest
index d61d90e71ffd..02b178954f2a 100644
--- a/dev-php4/pecl-apd/Manifest
+++ b/dev-php4/pecl-apd/Manifest
@@ -1,5 +1,5 @@
-MD5 fec4d7cbc101b10bdf4f8da9846c99cf ChangeLog 613
+MD5 092efc493e85eb1fc8a80e3d702cf1de ChangeLog 758
MD5 ab22b4ee784597a319c8c74368918d1c files/digest-pecl-apd-0.9.2 57
MD5 bf92949b02d0103cf353ceef2371189d files/fix-version-string-0.9.2.patch 280
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 e523db6f8bfef04adb6b77d5a59d1c61 pecl-apd-0.9.2.ebuild 958
+MD5 b0de381cea8cfd5edd2c3ba85372cffb pecl-apd-0.9.2.ebuild 950
diff --git a/dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild b/dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild
index f006c95ebd6b..ac7408bf0ddb 100644
--- a/dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild
+++ b/dev-php4/pecl-apd/pecl-apd-0.9.2.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-php4/pecl-apd/pecl-apd-0.9.2.ebuild,v 1.3 2005/11/24 22:01:26 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild,v 1.4 2006/01/09 16:39:58 chtekk Exp $
PHP_EXT_NAME="apd"
PHP_EXT_INI="yes"
@@ -14,7 +14,7 @@ LICENSE="PHP"
SLOT="0"
IUSE=""
-RDEPEND="${RDEPEND} >=dev-php/PEAR-Console_Getopt-1.2-r1 !dev-php4/ZendOptimizer"
+RDEPEND="${RDEPEND} >=dev-php/PEAR-PEAR-1.3.6-r2 !dev-php4/ZendOptimizer"
need_php_by_category
diff --git a/dev-php5/pecl-apd/ChangeLog b/dev-php5/pecl-apd/ChangeLog
index 890f87f5d17d..a10f5e0faa3d 100644
--- a/dev-php5/pecl-apd/ChangeLog
+++ b/dev-php5/pecl-apd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-apd
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apd/ChangeLog,v 1.3 2005/11/26 23:17:00 chtekk Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apd/ChangeLog,v 1.4 2006/01/09 16:41:36 chtekk Exp $
+
+ 09 Jan 2006; Luca Longinotti <chtekk@gentoo.org> pecl-apd-1.0.1.ebuild:
+ Fix PEAR-Console_Getopt dependency, it's now included in PEAR-PEAR.
26 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
+files/fix-version-string-1.0.1.patch, pecl-apd-1.0.1.ebuild:
diff --git a/dev-php5/pecl-apd/Manifest b/dev-php5/pecl-apd/Manifest
index 6acbb30050b6..8a08c13b1625 100644
--- a/dev-php5/pecl-apd/Manifest
+++ b/dev-php5/pecl-apd/Manifest
@@ -1,5 +1,5 @@
-MD5 95f87d1b4c73ea76135521516027af39 ChangeLog 623
+MD5 c032b056648a581020ba3951c645d3fd ChangeLog 768
MD5 3f5b44e18a6fc64c64ad6919e7192603 files/digest-pecl-apd-1.0.1 57
MD5 28ec9f62ed19b6ea529b0efefcd2c119 files/fix-version-string-1.0.1.patch 278
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 2cc53bff168e1b1eb1e81956c6a1f34a pecl-apd-1.0.1.ebuild 1218
+MD5 6bb73c0064273c50f9d6a591e0dafe70 pecl-apd-1.0.1.ebuild 1210
diff --git a/dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild b/dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild
index c641b028279d..a24bdc42bf10 100644
--- a/dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild
+++ b/dev-php5/pecl-apd/pecl-apd-1.0.1.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-php5/pecl-apd/pecl-apd-1.0.1.ebuild,v 1.4 2005/11/26 23:17:00 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild,v 1.5 2006/01/09 16:41:36 chtekk Exp $
PHP_EXT_NAME="apd"
PHP_EXT_INI="yes"
@@ -14,7 +14,7 @@ LICENSE="PHP"
SLOT="0"
IUSE=""
-RDEPEND="${RDEPEND} >=dev-php/PEAR-Console_Getopt-1.2-r1 !dev-php5/ZendOptimizer"
+RDEPEND="${RDEPEND} >=dev-php/PEAR-PEAR-1.3.6-r2 !dev-php5/ZendOptimizer"
need_php_by_category