diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:33:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:33:06 +0000 |
commit | 50b0ffde43baba6ea4d2e3564bcc1a8877b91756 (patch) | |
tree | 3fac3feab805caa4751fe6cc769bc4831cc23d41 /dev-perl/SOAP-Lite | |
parent | Add quotes around variables that could contain spaces in paths. Fixes bug #31... (diff) | |
download | gentoo-2-50b0ffde43baba6ea4d2e3564bcc1a8877b91756.tar.gz gentoo-2-50b0ffde43baba6ea4d2e3564bcc1a8877b91756.tar.bz2 gentoo-2-50b0ffde43baba6ea4d2e3564bcc1a8877b91756.zip |
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 4a9171471017..9544808921ec 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.52 2010/03/27 21:48:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.53 2010/04/17 08:33:06 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> SOAP-Lite-0.710.10.ebuild, + SOAP-Lite-0.711.ebuild: + Stable on amd64, x86 (#314467). Shorten DESCRIPTION *SOAP-Lite-0.711 (27 Mar 2010) diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild index 7f3c78a99eec..81744a05c6fd 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild,v 1.1 2009/11/10 10:27:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild,v 1.2 2010/04/17 08:33:06 tove Exp $ MODULE_AUTHOR="MKUTTER" inherit perl-module eutils -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." +DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" IUSE="jabber ssl" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" myconf="${myconf} --noprompt" diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild index b2c021bcaabf..b0f5f570924b 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.1 2010/03/27 21:48:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.2 2010/04/17 08:33:06 tove Exp $ MODULE_AUTHOR="MKUTTER" inherit perl-module eutils -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." +DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" IUSE="jabber ssl" SLOT="0" |