diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-HTTP_Request/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Request/ChangeLog b/dev-php/PEAR-HTTP_Request/ChangeLog index e6fcbeb2f81f..26afd75f5f80 100644 --- a/dev-php/PEAR-HTTP_Request/ChangeLog +++ b/dev-php/PEAR-HTTP_Request/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-HTTP_Request # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/ChangeLog,v 1.26 2007/08/18 15:07:38 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/ChangeLog,v 1.27 2007/09/16 06:09:33 jer Exp $ + + 16 Sep 2007; Jeroen Roovers <jer@gentoo.org> + PEAR-HTTP_Request-1.4.1.ebuild: + Stable for HPPA (bug #192247). *PEAR-HTTP_Request-1.4.1 (18 Aug 2007) diff --git a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild index 0a4cf8af4d77..874c59232281 100644 --- a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild +++ b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild,v 1.1 2007/08/18 15:07:38 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild,v 1.2 2007/09/16 06:09:33 jer Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests" LICENSE="PHP" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-Net_URL-1.0.14-r1 |