diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-09 16:41:36 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-09 16:41:36 +0000 |
commit | 0b0b0390d6dd312b7c09e5733f628c1f379129b8 (patch) | |
tree | 3cafb6fc3dcd78b0f3122de898d121f5fc86a742 /dev-php5/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-php5/pecl-apd')
-rw-r--r-- | dev-php5/pecl-apd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-apd/Manifest | 4 | ||||
-rw-r--r-- | dev-php5/pecl-apd/pecl-apd-1.0.1.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
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 |