diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-13 19:46:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-13 19:46:05 +0000 |
commit | 09f37bbd4c1a0f783f8ba879e45e7548ee1baef4 (patch) | |
tree | 01261e4525e92b72254eef611ea4271fe15920ac /dev-perl/SOAP-Lite | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #341865 (diff) | |
download | historical-09f37bbd4c1a0f783f8ba879e45e7548ee1baef4.tar.gz historical-09f37bbd4c1a0f783f8ba879e45e7548ee1baef4.tar.bz2 historical-09f37bbd4c1a0f783f8ba879e45e7548ee1baef4.zip |
alpha/ia64/sparc stable wrt #344591
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 50c9bc03afce..7ced894e95fc 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,9 @@ # 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.60 2010/11/08 20:05:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.61 2010/11/13 19:46:05 armin76 Exp $ + + 13 Nov 2010; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.711.ebuild: + alpha/ia64/sparc stable wrt #344591 08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> SOAP-Lite-0.711.ebuild: Stable on amd64 wrt bug #344591 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild index cef9463ef45f..307ce0235cd3 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild @@ -1,6 +1,6 @@ # 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.4 2010/11/08 20:05:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.5 2010/11/13 19:46:05 armin76 Exp $ MODULE_AUTHOR="MKUTTER" inherit perl-module eutils @@ -10,7 +10,7 @@ DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on 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" |