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/Exception-Class | |
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/Exception-Class')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-perl/Exception-Class/Exception-Class-1.12.ebuild b/dev-perl/Exception-Class/Exception-Class-1.12.ebuild index d8de2543dcfe..b136f54cb0f1 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.12.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.12.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/Exception-Class/Exception-Class-1.12.ebuild,v 1.5 2004/06/25 00:26:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.12.ebuild,v 1.6 2004/10/16 23:57:21 rac Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" IUSE="" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ppc sparc alpha" DEPEND="${DEPEND} diff --git a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild index 8d72e087ee62..d748fc4389af 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.14-r1.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/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.7 2004/09/07 20:08:48 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14-r1.ebuild,v 1.8 2004/10/16 23:57:21 rac Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" IUSE="" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ppc sparc alpha" DEPEND="${DEPEND} diff --git a/dev-perl/Exception-Class/Exception-Class-1.14.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14.ebuild index c90606a18b6a..fd31531b0ede 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.14.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.14.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/Exception-Class/Exception-Class-1.14.ebuild,v 1.4 2004/09/07 20:08:48 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.14.ebuild,v 1.5 2004/10/16 23:57:21 rac Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" IUSE="" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 ~amd64 ppc ~sparc ~alpha" DEPEND="${DEPEND} diff --git a/dev-perl/Exception-Class/Exception-Class-1.19.ebuild b/dev-perl/Exception-Class/Exception-Class-1.19.ebuild index 3657b6298121..35413aa43589 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.19.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.19.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/Exception-Class/Exception-Class-1.19.ebuild,v 1.3 2004/09/07 20:08:48 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.19.ebuild,v 1.4 2004/10/16 23:57:21 rac Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" IUSE="" SLOT="0" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha" SRC_TEST="do" |