diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-10-02 14:43:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-10-02 14:43:35 +0000 |
commit | d2051b274b351ad3adabf2473a7c223339ffaebc (patch) | |
tree | 01b7266bf68d4f3e3ae1d5733bc84b714c7cef70 /dev-php5/pecl-http | |
parent | Version bump. (diff) | |
download | gentoo-2-d2051b274b351ad3adabf2473a7c223339ffaebc.tar.gz gentoo-2-d2051b274b351ad3adabf2473a7c223339ffaebc.tar.bz2 gentoo-2-d2051b274b351ad3adabf2473a7c223339ffaebc.zip |
Version bump.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'dev-php5/pecl-http')
-rw-r--r-- | dev-php5/pecl-http/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-http/files/digest-pecl-http-1.3.1 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.3.1.ebuild | 20 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog index 1cdeff6312a0..d490dc812156 100644 --- a/dev-php5/pecl-http/ChangeLog +++ b/dev-php5/pecl-http/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-http # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.2 2006/09/17 15:21:18 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.3 2006/10/02 14:43:35 sebastian Exp $ + +*pecl-http-1.3.1 (02 Oct 2006) + + 02 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + -pecl-http-1.2.1.ebuild, +pecl-http-1.3.1.ebuild: + Version bump. 17 Sep 2006; Konstantin Arkhipov <voxus@gentoo.org> pecl-http-1.2.1.ebuild: Keyworded ~amd64 wrt bug #147529./ diff --git a/dev-php5/pecl-http/files/digest-pecl-http-1.3.1 b/dev-php5/pecl-http/files/digest-pecl-http-1.3.1 new file mode 100644 index 000000000000..0f69fbabf163 --- /dev/null +++ b/dev-php5/pecl-http/files/digest-pecl-http-1.3.1 @@ -0,0 +1,3 @@ +MD5 5c5810cff0f70ecc91840c967ce4110c pecl_http-1.3.1.tgz 195134 +RMD160 485ad005e1141bc5ffa58979e5c5260ef44e31ff pecl_http-1.3.1.tgz 195134 +SHA256 962e58eed1e4a36d7ff55636638cc75109ac1ce42e60eb29b97f95c986fd4c69 pecl_http-1.3.1.tgz 195134 diff --git a/dev-php5/pecl-http/pecl-http-1.3.1.ebuild b/dev-php5/pecl-http/pecl-http-1.3.1.ebuild new file mode 100644 index 000000000000..05df2be78f93 --- /dev/null +++ b/dev-php5/pecl-http/pecl-http-1.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 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.3.1.ebuild,v 1.1 2006/10/02 14:43:35 sebastian Exp $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="pecl_http" +PHP_EXT_NAME="http" +PHP_EXT_INI="yes" + +inherit php-ext-pecl-r1 + +IUSE="" +DESCRIPTION="Extended HTTP Support for PHP." +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +DEPEND="${DEPEND} net-misc/curl" + +need_php_by_category |