diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:19:21 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 19:19:21 +0000 |
commit | 53e33c3c06673ac635e8f657d6ec1f3d6d428238 (patch) | |
tree | 677c5f6084278d28221d2d148c1bec30cb497113 /dev-perl/SOAP-Lite | |
parent | ppc stable #323529 (diff) | |
download | gentoo-2-53e33c3c06673ac635e8f657d6ec1f3d6d428238.tar.gz gentoo-2-53e33c3c06673ac635e8f657d6ec1f3d6d428238.tar.bz2 gentoo-2-53e33c3c06673ac635e8f657d6ec1f3d6d428238.zip |
ppc stable #323529
(Portage version: 2.1.8.3/cvs/Linux ppc, 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 2165bd6cb71e..cb262aa7ace9 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.54 2010/05/08 18:04:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.55 2010/06/27 19:19:21 nixnut Exp $ + + 27 Jun 2010; <nixnut@gentoo.org> SOAP-Lite-0.710.10.ebuild: + ppc stable #323529 08 May 2010; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.710.10.ebuild: alpha/ia64/sparc stable wrt #314467 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 4394ea029874..a0707388df57 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.3 2010/05/08 18:04:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild,v 1.4 2010/06/27 19:19:21 nixnut 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" |