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/PEAR-HTTP_Request2-2.0.0.ebuild | |
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/PEAR-HTTP_Request2-2.0.0.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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" |