diff options
author | 2007-09-06 15:56:58 +0000 | |
---|---|---|
committer | 2007-09-06 15:56:58 +0000 | |
commit | 1048468cc795f895f4d767db879d95a0fac5a997 (patch) | |
tree | e6abb888cf38ebd9f812955b14c43e9814bf44a1 /dev-php4/pecl-http | |
parent | Cleanup (diff) | |
download | gentoo-2-1048468cc795f895f4d767db879d95a0fac5a997.tar.gz gentoo-2-1048468cc795f895f4d767db879d95a0fac5a997.tar.bz2 gentoo-2-1048468cc795f895f4d767db879d95a0fac5a997.zip |
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php4/pecl-http')
-rw-r--r-- | dev-php4/pecl-http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-http/files/digest-pecl-http-1.5.2 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-http/pecl-http-1.5.2.ebuild | 31 |
3 files changed, 4 insertions, 35 deletions
diff --git a/dev-php4/pecl-http/ChangeLog b/dev-php4/pecl-http/ChangeLog index fc43e8686758..489093883a04 100644 --- a/dev-php4/pecl-http/ChangeLog +++ b/dev-php4/pecl-http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-http # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.6 2007/08/30 12:39:47 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.7 2007/09/06 15:56:58 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: Remove mhash from postinst check diff --git a/dev-php4/pecl-http/files/digest-pecl-http-1.5.2 b/dev-php4/pecl-http/files/digest-pecl-http-1.5.2 deleted file mode 100644 index 7978e12a5927..000000000000 --- a/dev-php4/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-php4/pecl-http/pecl-http-1.5.2.ebuild b/dev-php4/pecl-http/pecl-http-1.5.2.ebuild deleted file mode 100644 index d968526ec58b..000000000000 --- a/dev-php4/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-php4/pecl-http/pecl-http-1.5.2.ebuild,v 1.1 2007/03/06 19:51:07 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 -} |