diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:05:06 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:05:06 +0000 |
commit | 0105369716a3068f6565cee54e651a8d1d82b25e (patch) | |
tree | 890279e9bd43bb816db79272aeeffe4e4dc7f86e /dev-php5 | |
parent | Cleanup (diff) | |
download | gentoo-2-0105369716a3068f6565cee54e651a8d1d82b25e.tar.gz gentoo-2-0105369716a3068f6565cee54e651a8d1d82b25e.tar.bz2 gentoo-2-0105369716a3068f6565cee54e651a8d1d82b25e.zip |
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-http/files/digest-pecl-http-1.5.2 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.5.2.ebuild | 31 |
3 files changed, 4 insertions, 35 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog index 69bbab2fb151..3e1a006ca3d6 100644 --- a/dev-php5/pecl-http/ChangeLog +++ b/dev-php5/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-http # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.6 2007/08/30 13:04:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.7 2007/09/06 16:05:06 jokey Exp $ + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.2.ebuild: + Cleanup 28 Aug 2007; Jakub Moc <jakub@gentoo.org> pecl-http-1.5.4.ebuild: Check for hash, not mhash in postinst. diff --git a/dev-php5/pecl-http/files/digest-pecl-http-1.5.2 b/dev-php5/pecl-http/files/digest-pecl-http-1.5.2 deleted file mode 100644 index 7978e12a5927..000000000000 --- a/dev-php5/pecl-http/files/digest-pecl-http-1.5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7df4c9f7cb9023cede5c18913c995fd4 pecl_http-1.5.2.tgz 168058 -RMD160 ecbc203eb0f07fe60c1e4d79885d06cfd5090890 pecl_http-1.5.2.tgz 168058 -SHA256 cd5341c19209a9d10aad8d43e9bf70cfa844bbfa128749b09f4c7f723f199513 pecl_http-1.5.2.tgz 168058 diff --git a/dev-php5/pecl-http/pecl-http-1.5.2.ebuild b/dev-php5/pecl-http/pecl-http-1.5.2.ebuild deleted file mode 100644 index 15684b8d6ee8..000000000000 --- a/dev-php5/pecl-http/pecl-http-1.5.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.5.2.ebuild,v 1.1 2007/03/17 23:55:14 chtekk Exp $ - -PHP_EXT_NAME="http" -PHP_EXT_PECL_PKG="pecl_http" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Extended HTTP Support for PHP." -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="net-misc/curl - sys-libs/zlib" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_compile() { - my_conf="--enable-http \ - --with-http-curl-requests \ - --with-http-zlib-compression" - - php-ext-pecl-r1_src_compile -} |