diff options
author | 2005-02-16 07:14:26 +0000 | |
---|---|---|
committer | 2005-02-16 07:14:26 +0000 | |
commit | ed06f1104a5d1a8c1fc3f255e207f384e03b3938 (patch) | |
tree | 1a86506dbd1fc514bb9ce60f48286c7573973c68 /dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild | |
parent | Initial ebuild for the Net_DNS PEAR package. (diff) | |
download | gentoo-2-ed06f1104a5d1a8c1fc3f255e207f384e03b3938.tar.gz gentoo-2-ed06f1104a5d1a8c1fc3f255e207f384e03b3938.tar.bz2 gentoo-2-ed06f1104a5d1a8c1fc3f255e207f384e03b3938.zip |
Initial ebuild for the SOAP PEAR package.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild')
-rw-r--r-- | dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild new file mode 100644 index 000000000000..66d6a75b57b1 --- /dev/null +++ b/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/PEAR-SOAP-0.8.1.ebuild,v 1.1 2005/02/16 07:14:26 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="SOAP Client/Server for PHP 4." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="dev-php/PEAR-HTTP_Request + dev-php/PEAR-Mail_Mime + dev-php/PEAR-Net_URL + dev-php/PEAR-Net_DIME" |