diff options
author | Robert Coie <rac@gentoo.org> | 2004-10-16 23:57:25 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-10-16 23:57:25 +0000 |
commit | 1270582f6baf7b13b974b16bfc457ce784624b8d (patch) | |
tree | ae3e23310f9c3252c592b91bc03553b10e9bc0c8 /dev-perl/SOAP-Lite | |
parent | Add baselayout-1.9.4-r5 with splash patch from Spock for the sake of 2004.3; ... (diff) | |
download | gentoo-2-1270582f6baf7b13b974b16bfc457ce784624b8d.tar.gz gentoo-2-1270582f6baf7b13b974b16bfc457ce784624b8d.tar.bz2 gentoo-2-1270582f6baf7b13b974b16bfc457ce784624b8d.zip |
modify LICENSE to match glep 23 syntax
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild | 4 |
2 files changed, 4 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 c8f67361f302..8deb4379844d 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild @@ -1,6 +1,6 @@ # 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.8 2004/07/14 20:27:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild,v 1.9 2004/10/16 23:57:23 rac Exp $ IUSE="" @@ -13,7 +13,7 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ~ppc ~sparc alpha" DEPEND="${DEPEND} diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild index c4743cf2a572..387d47e15198 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild @@ -1,6 +1,6 @@ # 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.5 2004/09/27 09:08:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild,v 1.6 2004/10/16 23:57:23 rac Exp $ IUSE="jabber ssl" @@ -15,7 +15,7 @@ SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/SOAP/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~byrne/${P}" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" SRC_TEST="do" |