diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-08 01:02:49 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-08 01:02:49 +0000 |
commit | 4dcce5dc16895fe3e49061f78ac6691a9c80d50b (patch) | |
tree | e298537c9ee53c62d833c113964a81a51f3742e6 | |
parent | New version (diff) | |
download | gentoo-2-4dcce5dc16895fe3e49061f78ac6691a9c80d50b.tar.gz gentoo-2-4dcce5dc16895fe3e49061f78ac6691a9c80d50b.tar.bz2 gentoo-2-4dcce5dc16895fe3e49061f78ac6691a9c80d50b.zip |
stable x86, bug 344591
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 64f2e6d904b2..f278d791cddd 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.58 2010/11/05 14:12:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.59 2010/11/08 01:02:49 fauli Exp $ + + 08 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + SOAP-Lite-0.711.ebuild: + stable x86, bug 344591 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> SOAP-Lite-0.710.10.ebuild: diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild index b0f5f570924b..7bc14b8965a0 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.2 2010/04/17 08:33:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.3 2010/11/08 01:02:49 fauli 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" |