ChangeLog

# ChangeLog for dev-php4/pecl-http
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-http/ChangeLog,v 1.8 2008/03/16 12:32:03 cla Exp $

16 Mar 2008; Dawid Węgliński pecl-http-1.5.4.ebuild:
Stable on x86 (bug #213566)

06 Sep 2007; Markus Ullmann -pecl-http-1.5.2.ebuild:
Cleanup

28 Aug 2007; Jakub Moc pecl-http-1.5.4.ebuild:
Remove mhash from postinst check

*pecl-http-1.5.4 (27 Aug 2007)

27 Aug 2007; Markus Ullmann +pecl-http-1.5.4.ebuild:
Version bump from project overlay

27 Aug 2007; Jakub Moc +metadata.xml,
+pecl-http-1.5.4.ebuild:
Version bump, Bug 190381

*pecl-http-1.5.2 (06 Mar 2007)

06 Mar 2007; Luca Longinotti -pecl-http-1.3.1.ebuild,
+pecl-http-1.5.2.ebuild:
Version bump.

27 Nov 2006; Sven Wegener pecl-http-1.3.1.ebuild:
Add ~amd64 keyword.

*pecl-http-1.3.1 (02 Oct 2006)

02 Oct 2006; Sebastian Bergmann
-pecl-http-1.2.1.ebuild, +pecl-http-1.3.1.ebuild:
Version bump.

*pecl-http-1.2.1 (26 Aug 2006)

26 Aug 2006; Sebastian Bergmann +metadata.xml,
+pecl-http-1.2.1.ebuild:
Initial ebuild.

Manifest

DIST pecl_http-1.5.4.tgz 168091 RMD160 e3698afac63d4a292ffc5a091cd09de9b08f40b5 SHA1 3f6794d09b8b7177a4ec55d87b22f64f4c1c2dc7 SHA256 7dcab683935616d25dba8e77edbd526a19f200ea3d3d84e09d9869abdb41f526
EBUILD pecl-http-1.5.4.ebuild 893 RMD160 bbf4c414d7e90555b131f87f3085f10bb509b2e0 SHA1 0e72f95ba8404465bf1c2a33c82bd99e4f92fbb9 SHA256 6e01d890eadce61acf3efad5a566d2610304f7dbfe6f6ce8fa22dd4b3a9d3d69
MISC ChangeLog 1314 RMD160 da209cb34529483574ecff540f9ec533f080c261 SHA1 3bddda4406cf97ba3ae9453f68bc2ad0fea3e165 SHA256 7c2e5b4f9a3d13c6fc0850a45be0f334d4626f03c4d5cee68e84a3f60aadb949
MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1

metadata.xml




php

pecl-http-1.5.4.ebuild

# Copyright 1999-2008 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.4.ebuild,v 1.3 2008/03/16 12:32:03 cla 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
}

pkg_postinst() {
has_php
if ! built_with_use --missing true =${PHP_PKG} iconv session ; then
elog "${PN} can optionally use iconv and session features."
elog "If you want those, recompile ${PHP_PKG} with those flags in USE."
fi
}