diff options
author | 2006-01-09 16:41:36 +0000 | |
---|---|---|
committer | 2006-01-09 16:41:36 +0000 | |
commit | 0b0b0390d6dd312b7c09e5733f628c1f379129b8 (patch) | |
tree | 3cafb6fc3dcd78b0f3122de898d121f5fc86a742 /dev-php4/pecl-apd | |
parent | Marked hppa stable (bug #117495). (diff) | |
download | gentoo-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)
Diffstat (limited to 'dev-php4/pecl-apd')
-rw-r--r-- | dev-php4/pecl-apd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-apd/Manifest | 4 | ||||
-rw-r--r-- | dev-php4/pecl-apd/pecl-apd-0.9.2.ebuild | 6 |
3 files changed, 10 insertions, 7 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 |