diff options
author | 2005-02-16 07:01:39 +0000 | |
---|---|---|
committer | 2005-02-16 07:01:39 +0000 | |
commit | d4b1d3830804f461f8cd69d09234b7ec33948f33 (patch) | |
tree | ce6cf22c849a91fabe069cb15d703ae63ab0a8d4 /dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.2.4.ebuild | |
parent | Initial ebuild for the Net_URL PEAR package. (diff) | |
download | historical-d4b1d3830804f461f8cd69d09234b7ec33948f33.tar.gz historical-d4b1d3830804f461f8cd69d09234b7ec33948f33.tar.bz2 historical-d4b1d3830804f461f8cd69d09234b7ec33948f33.zip |
Initial ebuild for the HTTP_Request PEAR package.
Package-Manager: portage-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" |