diff options
author | 2007-08-18 15:07:38 +0000 | |
---|---|---|
committer | 2007-08-18 15:07:38 +0000 | |
commit | 9307cff0684fc88b85bea7e1c72e2e4587717486 (patch) | |
tree | b57751e93eca85036e8e8a66084c1eb8c52f535d /dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild | |
parent | Version bump, minor bugfix. (diff) | |
download | gentoo-2-9307cff0684fc88b85bea7e1c72e2e4587717486.tar.gz gentoo-2-9307cff0684fc88b85bea7e1c72e2e4587717486.tar.bz2 gentoo-2-9307cff0684fc88b85bea7e1c72e2e4587717486.zip |
version bump wrt bug 158633, thanks to Jakub Moc
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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 new file mode 100644 index 000000000000..0a4cf8af4d77 --- /dev/null +++ b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.1.ebuild @@ -0,0 +1,15 @@ +# 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 $ + +inherit php-pear-r1 + +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" +IUSE="" + +RDEPEND=">=dev-php/PEAR-Net_URL-1.0.14-r1 + >=dev-php/PEAR-Net_Socket-1.0.6-r1" |