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/GD | |
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/GD')
-rw-r--r-- | dev-perl/GD/GD-1.41.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/GD/GD-2.07.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/GD/GD-2.12.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/GD/GD-1.41.ebuild b/dev-perl/GD/GD-1.41.ebuild index afb0ce2cf4fe..60589b44dd54 100644 --- a/dev-perl/GD/GD-1.41.ebuild +++ b/dev-perl/GD/GD-1.41.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/GD/GD-1.41.ebuild,v 1.6 2004/06/30 17:18:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.41.ebuild,v 1.7 2004/10/16 23:57:22 rac Exp $ inherit perl-module eutils CATEGORY="dev-perl" @@ -9,7 +9,7 @@ DESCRIPTION="The Perl DBI Module" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" IUSE="X jpeg gif truetype" diff --git a/dev-perl/GD/GD-2.07.ebuild b/dev-perl/GD/GD-2.07.ebuild index 716e170d54ec..9fafb2880849 100644 --- a/dev-perl/GD/GD-2.07.ebuild +++ b/dev-perl/GD/GD-2.07.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/GD/GD-2.07.ebuild,v 1.9 2004/06/30 17:18:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.07.ebuild,v 1.10 2004/10/16 23:57:22 rac Exp $ inherit eutils perl-module @@ -8,7 +8,7 @@ DESCRIPTION="interface to Thomas Boutell's gd library" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa ia64 ~amd64 ~mips" IUSE="jpeg truetype X gif" diff --git a/dev-perl/GD/GD-2.12.ebuild b/dev-perl/GD/GD-2.12.ebuild index 2fb270003c5a..c9637bd19750 100644 --- a/dev-perl/GD/GD-2.12.ebuild +++ b/dev-perl/GD/GD-2.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/GD/GD-2.12.ebuild,v 1.3 2004/06/30 17:18:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.12.ebuild,v 1.4 2004/10/16 23:57:22 rac Exp $ inherit eutils perl-module @@ -8,7 +8,7 @@ DESCRIPTION="interface to Thomas Boutell's gd library" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~ia64 ~amd64 ~mips" IUSE="jpeg truetype X gif" |