diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:27:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:27:48 +0000 |
commit | cb89d5febcc326605342afb97942817eb40be271 (patch) | |
tree | 39e40d1a6fea28265a9008f763823cc381e7a4bb /dev-perl/SOAP-Lite | |
parent | sync IUSE (+mmx) (Manifest recommit) (diff) | |
download | gentoo-2-cb89d5febcc326605342afb97942817eb40be271.tar.gz gentoo-2-cb89d5febcc326605342afb97942817eb40be271.tar.bz2 gentoo-2-cb89d5febcc326605342afb97942817eb40be271.zip |
sync IUSE (+jabber, +ssl), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild index 38d4f983ffb2..c8f67361f302 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 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.55.ebuild,v 1.7 2004/06/25 00:59:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild,v 1.8 2004/07/14 20:27:48 agriffis Exp $ IUSE="" inherit perl-module MY_P=SOAP-Lite-${PV} -S=${WORKDIR}/${P} DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz" diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild index 8727c713d2bc..264884e0228c 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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.60a.ebuild,v 1.3 2004/06/25 00:59:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild,v 1.4 2004/07/14 20:27:48 agriffis Exp $ -IUSE="" +IUSE="jabber ssl" inherit perl-module |