diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 07:01:39 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 07:01:39 +0000 |
commit | ae493f74c5e8dd9f3721bae6bace2a680352b80e (patch) | |
tree | c4a348e9197e114f7f4d05d0f60bfcb973d02c5e /dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild | |
parent | Initial ebuild for the Net_URL PEAR package. (diff) | |
download | gentoo-2-ae493f74c5e8dd9f3721bae6bace2a680352b80e.tar.gz gentoo-2-ae493f74c5e8dd9f3721bae6bace2a680352b80e.tar.bz2 gentoo-2-ae493f74c5e8dd9f3721bae6bace2a680352b80e.zip |
Initial ebuild for the HTTP_Request PEAR package.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild new file mode 100644 index 000000000000..9ba6b2748b31 --- /dev/null +++ b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 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.2.4.ebuild,v 1.1 2005/02/16 07:01:39 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="Provides an easy way to perform HTTP requests." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Net_URL-1.0.12 + >=dev-php/PEAR-Net_Socket-1.0.2" |