diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 22:43:40 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 22:43:40 +0000 |
commit | 0de08d7e2e266cd727fc044a61b832ac914a0347 (patch) | |
tree | f5df278eb0bddcadd1bd9be03a0b6f8bb1329fba /dev-php | |
parent | Version bump, Bug 158633 (diff) | |
download | gentoo-2-0de08d7e2e266cd727fc044a61b832ac914a0347.tar.gz gentoo-2-0de08d7e2e266cd727fc044a61b832ac914a0347.tar.bz2 gentoo-2-0de08d7e2e266cd727fc044a61b832ac914a0347.zip |
Version bump, Bug 158633
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-SOAP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/PEAR-SOAP-0.11.0.ebuild (renamed from dev-php/PEAR-SOAP/PEAR-SOAP-0.9.3.ebuild) | 11 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/PEAR-SOAP-0.9.4.ebuild | 18 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.11.0 | 3 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.3 | 3 | ||||
-rw-r--r-- | dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.4 | 3 |
6 files changed, 14 insertions, 32 deletions
diff --git a/dev-php/PEAR-SOAP/ChangeLog b/dev-php/PEAR-SOAP/ChangeLog index eca9873b1c8b..5693743594ff 100644 --- a/dev-php/PEAR-SOAP/ChangeLog +++ b/dev-php/PEAR-SOAP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-SOAP -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.27 2006/07/02 12:06:06 sebastian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.28 2007/08/20 22:43:40 jokey Exp $ + + 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +PEAR-SOAP-0.11.0.ebuild: + Version bump, Bug 158633 *PEAR-SOAP-0.9.4 (02 Jul 2006) diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.3.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.11.0.ebuild index 88510126b827..a9e719529222 100644 --- a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.3.ebuild +++ b/dev-php/PEAR-SOAP/PEAR-SOAP-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.9.3.ebuild,v 1.2 2007/02/11 10:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/PEAR-SOAP-0.11.0.ebuild,v 1.1 2007/08/20 22:43:40 jokey Exp $ inherit php-pear-r1 @@ -9,10 +9,9 @@ DESCRIPTION="SOAP Client/Server for PHP 4" LICENSE="PHP" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" +IUSE="minimal" RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1 - dev-php/PEAR-Mail - >=dev-php/PEAR-Mail_Mime-1.3.1-r1 - >=dev-php/PEAR-Net_URL-1.0.14-r1 - >=dev-php/PEAR-Net_DIME-0.3-r1" + !minimal? ( dev-php/PEAR-Mail + >=dev-php/PEAR-Mail_Mime-1.3.1-r1 + >=dev-php/PEAR-Net_DIME-0.3-r1 )" diff --git a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.4.ebuild b/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.4.ebuild deleted file mode 100644 index 5d90955bf770..000000000000 --- a/dev-php/PEAR-SOAP/PEAR-SOAP-0.9.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 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.9.4.ebuild,v 1.2 2007/02/11 10:58:23 vapier Exp $ - -inherit php-pear-r1 - -DESCRIPTION="SOAP Client/Server for PHP 4" - -LICENSE="PHP" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1 - dev-php/PEAR-Mail - >=dev-php/PEAR-Mail_Mime-1.3.1-r1 - >=dev-php/PEAR-Net_URL-1.0.14-r1 - >=dev-php/PEAR-Net_DIME-0.3-r1" diff --git a/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.11.0 b/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.11.0 new file mode 100644 index 000000000000..18211a8d23a0 --- /dev/null +++ b/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.11.0 @@ -0,0 +1,3 @@ +MD5 0e846e2279d8c49bf37e7e01fb71a115 SOAP-0.11.0.tgz 69948 +RMD160 50e6c242e5996ee124dac001903999e4463186bc SOAP-0.11.0.tgz 69948 +SHA256 2a7505522e49a423689bd57747ade9df29cefb97c5da2ec8fdd906d853c37679 SOAP-0.11.0.tgz 69948 diff --git a/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.3 b/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.3 deleted file mode 100644 index b613db1b4e2b..000000000000 --- a/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b016e4cb3654bf97ac7fef4ea98abdfd SOAP-0.9.3.tgz 70544 -RMD160 b67b81e507c854f4102888020d3832e1422b2356 SOAP-0.9.3.tgz 70544 -SHA256 cdd2b4f073a2cc16e0f91a56f04f1c03b2bc67936994f4a33d41f7475bc49909 SOAP-0.9.3.tgz 70544 diff --git a/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.4 b/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.4 deleted file mode 100644 index 78d192d030b2..000000000000 --- a/dev-php/PEAR-SOAP/files/digest-PEAR-SOAP-0.9.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 87a26a8abc3ca75fdbe5d307e26102fa SOAP-0.9.4.tgz 70574 -RMD160 7ea4677e5f28a2df36394c80abce86e95593fd3a SOAP-0.9.4.tgz 70574 -SHA256 3cacc06907ef23debd2909d0b1b1af2ff1ec858c6845420d39f215f2598bbb15 SOAP-0.9.4.tgz 70574 |