diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-01-27 21:46:53 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-01-27 21:46:53 +0000 |
commit | 12fefa67cb672e257c1eebd67d2dc3dab8cfb500 (patch) | |
tree | d76eeca8728bb9b120567b89dceb268bb5e77d63 /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-12fefa67cb672e257c1eebd67d2dc3dab8cfb500.tar.gz gentoo-2-12fefa67cb672e257c1eebd67d2dc3dab8cfb500.tar.bz2 gentoo-2-12fefa67cb672e257c1eebd67d2dc3dab8cfb500.zip |
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/ChangeLog b/dev-php/PEAR-HTTP_Request2/ChangeLog index 081ade6e7d8e..a8f38c80a234 100644 --- a/dev-php/PEAR-HTTP_Request2/ChangeLog +++ b/dev-php/PEAR-HTTP_Request2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-HTTP_Request2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.12 2013/03/25 19:57:18 mabi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.13 2014/01/27 21:46:53 mabi Exp $ + +*PEAR-HTTP_Request2-2.2.1 (27 Jan 2014) + + 27 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-HTTP_Request2-2.2.1.ebuild: + version bump *PEAR-HTTP_Request2-2.1.1 (25 Mar 2013) 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 new file mode 100644 index 000000000000..945ea81c0c15 --- /dev/null +++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.1 2014/01/27 21:46:53 mabi Exp $ + +EAPI=5 + +inherit php-pear-r1 + +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" +IUSE="+curl +fileinfo +ssl +zlib" + +RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?] +>=dev-php/PEAR-Net_URL2-2.0.0" |