diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-15 11:41:41 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-15 11:41:41 +0000 |
commit | 3c973b4b39adbc35af4afd914d32224f59882d5f (patch) | |
tree | a34fcb64aa24b51dc0a2f456623041fdf3e40351 /dev-php/PEAR-HTTP_Request2 | |
parent | Version bump (diff) | |
download | gentoo-2-3c973b4b39adbc35af4afd914d32224f59882d5f.tar.gz gentoo-2-3c973b4b39adbc35af4afd914d32224f59882d5f.tar.bz2 gentoo-2-3c973b4b39adbc35af4afd914d32224f59882d5f.zip |
bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-HTTP_Request2')
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.5.2.ebuild | 14 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild | 14 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild | 17 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/metadata.xml | 6 |
5 files changed, 31 insertions, 30 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/ChangeLog b/dev-php/PEAR-HTTP_Request2/ChangeLog index 6cb11042d1c6..50fb4cfe9fe2 100644 --- a/dev-php/PEAR-HTTP_Request2/ChangeLog +++ b/dev-php/PEAR-HTTP_Request2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-HTTP_Request2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.2 2011/02/21 13:57:17 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.3 2012/01/15 11:41:40 mabi Exp $ + +*PEAR-HTTP_Request2-2.0.0 (15 Jan 2012) + + 15 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-HTTP_Request2-0.5.2.ebuild, + -PEAR-HTTP_Request2-0.6.0.ebuild, +PEAR-HTTP_Request2-2.0.0.ebuild: + version bump & remove old *PEAR-HTTP_Request2-0.6.0 (21 Feb 2011) diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.5.2.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.5.2.ebuild deleted file mode 100644 index 513bf1a9b389..000000000000 --- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.5.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2010 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-0.5.2.ebuild,v 1.1 2010/09/26 17:49:09 olemarkus Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Provides an easy way to perform HTTP requests" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-Net_URL2-0.2.0" diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild deleted file mode 100644 index 84033c7ffa09..000000000000 --- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 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-0.6.0.ebuild,v 1.1 2011/02/21 13:57:17 olemarkus Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Provides an easy way to perform HTTP requests" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-Net_URL2-0.3.0" diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild new file mode 100644 index 000000000000..c27757328924 --- /dev/null +++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 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.0.0.ebuild,v 1.1 2012/01/15 11:41:41 mabi Exp $ + +EAPI=4 + +inherit php-pear-r1 + +DESCRIPTION="Provides an easy way to perform HTTP requests" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+curl +fileinfo +ssl +zlib" + +RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?] +>=dev-php/PEAR-Net_URL2-0.3.0" diff --git a/dev-php/PEAR-HTTP_Request2/metadata.xml b/dev-php/PEAR-HTTP_Request2/metadata.xml index 83258d4c4cb2..a685ca019fad 100644 --- a/dev-php/PEAR-HTTP_Request2/metadata.xml +++ b/dev-php/PEAR-HTTP_Request2/metadata.xml @@ -5,5 +5,11 @@ <longdescription lang="en">PHP5 rewrite of HTTP_Request package. Provides an easy way to perform HTTP requests. </longdescription> + <use> + <flag name='curl'>Force dev-lang/php to be compiled with curl extension</flag> + <flag name='fileinfo'>Force dev-lang/php to be compiled with fileinfo extension</flag> + <flag name='ssl'>Force dev-lang/php to be compiled with ssl extension</flag> + <flag name='zlib'>Force dev-lang/php to be compiled with zlib extension</flag> + </use> </pkgmetadata> |