diff options
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php5/pecl-http/ChangeLog b/dev-php5/pecl-http/ChangeLog index c6c71e592e95..f7e46d513ff2 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.10 2007/12/06 01:09:29 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/ChangeLog,v 1.11 2008/05/05 20:54:11 maekke Exp $ + + 05 May 2008; Markus Meier <maekke@gentoo.org> pecl-http-1.6.0.ebuild: + amd64/x86 stable, bug #213566 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.6.ebuild, pecl-http-1.6.0.ebuild: diff --git a/dev-php5/pecl-http/pecl-http-1.6.0.ebuild b/dev-php5/pecl-http/pecl-http-1.6.0.ebuild index 8eaf3a206e7d..fcb582023c84 100644 --- a/dev-php5/pecl-http/pecl-http-1.6.0.ebuild +++ b/dev-php5/pecl-http/pecl-http-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.6.0.ebuild,v 1.2 2007/12/06 01:09:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-http/pecl-http-1.6.0.ebuild,v 1.3 2008/05/05 20:54:11 maekke Exp $ PHP_EXT_NAME="http" PHP_EXT_PECL_PKG="pecl_http" @@ -10,7 +10,7 @@ DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" inherit php-ext-pecl-r1 php-ext-base-r1 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP." LICENSE="BSD-2 MIT" |