diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-22 14:26:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-22 14:26:44 +0000 |
commit | 78bb182a4f6b60c8d426fbfe865ba688e069cffe (patch) | |
tree | 08e114ac0d38f45cda3991ff4bc63d432e9be411 /dev-perl/SOAP-Lite | |
parent | Corrected SRC_URI thanks to Diego (bug #163187) (diff) | |
download | gentoo-2-78bb182a4f6b60c8d426fbfe865ba688e069cffe.tar.gz gentoo-2-78bb182a4f6b60c8d426fbfe865ba688e069cffe.tar.bz2 gentoo-2-78bb182a4f6b60c8d426fbfe865ba688e069cffe.zip |
Stable on Alpha + IA64.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 66477ef0a87f..4f1796c9cf2a 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SOAP-Lite -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.35 2006/12/24 00:37:44 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.36 2007/01/22 14:26:44 kloeri Exp $ + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> SOAP-Lite-0.67.ebuild: + Stable on Alpha + IA64. 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> SOAP-Lite-0.67.ebuild: diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild index 88dd2ecaa75c..1ee7c41d9270 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.67.ebuild,v 1.6 2006/12/24 00:37:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild,v 1.7 2007/01/22 14:26:44 kloeri Exp $ IUSE="jabber ssl" @@ -16,7 +16,7 @@ HOMEPAGE="http://search.cpan.org/~byrne/${P}" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86" +KEYWORDS="alpha amd64 ia64 ppc sparc ~x86" myconf="${myconf} --noprompt" |