diff options
author | 2010-04-17 09:07:48 +0000 | |
---|---|---|
committer | 2010-04-17 09:07:48 +0000 | |
commit | b6eacc4772b42e73b0fb9b818ce3cafeee6f356f (patch) | |
tree | 379d50fbfad272d15e2e9688daf4a1a1cc649d69 /dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild | |
parent | Stable on amd64 (#314467) (diff) | |
download | historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.tar.gz historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.tar.bz2 historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.zip |
Stable on amd64, x86 (#314467)
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 7f3c78a99eec..81744a05c6fd 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.710.10.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.1 2009/11/10 10:27:40 robbat2 Exp $ +# $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 $ MODULE_AUTHOR="MKUTTER" inherit perl-module eutils -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." +DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" 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" |