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 | b48d91822714f92a848a3d9635988eb5d8a7caa8 (patch) | |
tree | 5159cf8c8c008d713e08396660718e10e75d0335 /dev-php5 | |
parent | Fix PEAR-Console_Getopt dependency, it's now included in PEAR-PEAR. (diff) | |
download | historical-b48d91822714f92a848a3d9635988eb5d8a7caa8.tar.gz historical-b48d91822714f92a848a3d9635988eb5d8a7caa8.tar.bz2 historical-b48d91822714f92a848a3d9635988eb5d8a7caa8.zip |
Fix PEAR-Console_Getopt dependency, it's now included in PEAR-PEAR.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php5')
-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..5a9760c5542f 100644 --- a/dev-php5/pecl-apd/Manifest +++ b/dev-php5/pecl-apd/Manifest @@ -1,5 +1,5 @@ -MD5 95f87d1b4c73ea76135521516027af39 ChangeLog 623 +MD5 eb3cdbf82b0e5e0a7abf1e67bda7664f 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 c9793662fc3732820f7fcd83852f6870 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 |