diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-08 18:04:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-08 18:04:36 +0000 |
commit | 3b83c6702424954454719132cf35ab119050614c (patch) | |
tree | fdc1fe18559b1aa46d854493ca36a33d88492015 /dev-perl/SOAP-Lite | |
parent | alpha/ia64/sparc stable wrt #314467 (diff) | |
download | gentoo-2-3b83c6702424954454719132cf35ab119050614c.tar.gz gentoo-2-3b83c6702424954454719132cf35ab119050614c.tar.bz2 gentoo-2-3b83c6702424954454719132cf35ab119050614c.zip |
alpha/ia64/sparc stable wrt #314467
(Portage version: 2.1.7.17/cvs/Linux ia64, RepoMan options: --force)
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.710.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 9544808921ec..2165bd6cb71e 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.53 2010/04/17 08:33:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.54 2010/05/08 18:04:36 armin76 Exp $ + + 08 May 2010; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.710.10.ebuild: + alpha/ia64/sparc stable wrt #314467 17 Apr 2010; Torsten Veller <tove@gentoo.org> SOAP-Lite-0.710.10.ebuild, SOAP-Lite-0.711.ebuild: 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 81744a05c6fd..4394ea029874 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.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.710.10.ebuild,v 1.2 2010/04/17 08:33:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild,v 1.3 2010/05/08 18:04:36 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" |