diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:13:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:13:48 +0000 |
commit | b5bce75f2e080138dabb013bdc1a802dcadd57e3 (patch) | |
tree | ccff021b05bac935cbb3644988edfaeae5c46231 /dev-php/PEAR-HTTP_Request2 | |
parent | Stable for alpha, wrt bug #534842 (diff) | |
download | gentoo-2-b5bce75f2e080138dabb013bdc1a802dcadd57e3.tar.gz gentoo-2-b5bce75f2e080138dabb013bdc1a802dcadd57e3.tar.bz2 gentoo-2-b5bce75f2e080138dabb013bdc1a802dcadd57e3.zip |
Stable for alpha, wrt bug #535276
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/PEAR-HTTP_Request2')
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/ChangeLog b/dev-php/PEAR-HTTP_Request2/ChangeLog index 73d80241489a..20306f3d2cab 100644 --- a/dev-php/PEAR-HTTP_Request2/ChangeLog +++ b/dev-php/PEAR-HTTP_Request2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-HTTP_Request2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.15 2015/02/14 13:50:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.16 2015/02/24 09:13:48 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> + PEAR-HTTP_Request2-2.2.1.ebuild: + Stable for alpha, wrt bug #535276 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PEAR-HTTP_Request2-2.2.1.ebuild: diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild index 390e1632c887..26323d0ff971 100644 --- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild +++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild,v 1.3 2015/02/14 13:50:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild,v 1.4 2015/02/24 09:13:48 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests" LICENSE="BSD" 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="+curl +fileinfo +ssl +zlib" RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?] |