diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:35:10 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:35:10 +0000 |
commit | d63bd39a79b960b409178c9d0a12330b535e35c1 (patch) | |
tree | 841dea3bc662c222daa43977992b084434a5fe13 /dev-php/PEAR-SOAP | |
parent | Version bump, bug 225915 (diff) | |
download | historical-d63bd39a79b960b409178c9d0a12330b535e35c1.tar.gz historical-d63bd39a79b960b409178c9d0a12330b535e35c1.tar.bz2 historical-d63bd39a79b960b409178c9d0a12330b535e35c1.zip |
Version bump, bug 249808
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-SOAP')
-rw-r--r-- | dev-php/PEAR-SOAP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/PEAR-SOAP-0.12.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-SOAP/ChangeLog b/dev-php/PEAR-SOAP/ChangeLog index 83b794075dc8..5f5727966954 100644 --- a/dev-php/PEAR-SOAP/ChangeLog +++ b/dev-php/PEAR-SOAP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-SOAP -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.36 2007/12/06 00:52:06 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.37 2009/08/22 18:35:10 beandog Exp $ + +*PEAR-SOAP-0.12.0 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-SOAP-0.12.0.ebuild: + Version bump, bug 249808 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-SOAP-0.9.1.ebuild, PEAR-SOAP-0.11.0.ebuild: diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.12.0.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.12.0.ebuild new file mode 100644 index 000000000000..f6460f9c9589 --- /dev/null +++ b/dev-php/PEAR-SOAP/PEAR-SOAP-0.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.12.0.ebuild,v 1.1 2009/08/22 18:35:10 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="SOAP Client/Server for PHP 4" + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="minimal" + +RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1 + !minimal? ( dev-php/PEAR-Mail + >=dev-php/PEAR-Mail_Mime-1.3.1-r1 + >=dev-php/PEAR-Net_DIME-0.3-r1 )" |