summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-03-27 01:04:10 +0000
committerRobert Coie <rac@gentoo.org>2003-03-27 01:04:10 +0000
commitf62e14a8221a63fe19424bb8ddc76a199d22892f (patch)
treeff3b8c887210063e7e5e1854e2038998d3a7b0a3
parentfix ebuild to respect CC for distcc builds (bug 18243) (diff)
downloadhistorical-f62e14a8221a63fe19424bb8ddc76a199d22892f.tar.gz
historical-f62e14a8221a63fe19424bb8ddc76a199d22892f.tar.bz2
historical-f62e14a8221a63fe19424bb8ddc76a199d22892f.zip
licence format change
-rw-r--r--dev-perl/CGI/CGI-2.81.ebuild4
-rw-r--r--dev-perl/CGI/CGI-2.91.ebuild4
-rw-r--r--dev-perl/CGI/ChangeLog5
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/CGI/CGI-2.81.ebuild b/dev-perl/CGI/CGI-2.81.ebuild
index a8ebbfddbef1..b442607ab84e 100644
--- a/dev-perl/CGI/CGI-2.81.ebuild
+++ b/dev-perl/CGI/CGI-2.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.81.ebuild,v 1.1 2003/03/27 00:14:28 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.81.ebuild,v 1.2 2003/03/27 01:04:10 rac Exp $
inherit perl-module
@@ -11,5 +11,5 @@ SRC_URI="http://www.cpan.org/authors/id/LDS/${MY_P}.tar.gz"
HOMEPAGE="http://search.cpan.org/author/LDS/CGI.pm-${PV}/"
SLOT="0"
-LICENSE="Artistic | GPL-2"
+LICENSE="Artistic GPL-2"
KEYWORDS="x86 ppc sparc alpha"
diff --git a/dev-perl/CGI/CGI-2.91.ebuild b/dev-perl/CGI/CGI-2.91.ebuild
index 84a99915da66..fc3966821345 100644
--- a/dev-perl/CGI/CGI-2.91.ebuild
+++ b/dev-perl/CGI/CGI-2.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.91.ebuild,v 1.1 2003/03/27 00:14:28 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-2.91.ebuild,v 1.2 2003/03/27 01:04:10 rac Exp $
inherit perl-module
@@ -11,5 +11,5 @@ SRC_URI="http://www.cpan.org/authors/id/LDS/${MY_P}.tar.gz"
HOMEPAGE="http://search.cpan.org/author/LDS/CGI.pm-${PV}/"
SLOT="0"
-LICENSE="Artistic | GPL-2"
+LICENSE="Artistic GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
diff --git a/dev-perl/CGI/ChangeLog b/dev-perl/CGI/ChangeLog
index 099eafa4745e..482c88a46a8d 100644
--- a/dev-perl/CGI/ChangeLog
+++ b/dev-perl/CGI/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for dev-perl/CGI
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.10 2003/03/27 00:14:28 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.11 2003/03/27 01:04:10 rac Exp $
*CGI-2.81 (26 Mar 2003)
26 Mar 2003; <rac@gentoo.org> CGI-2.81.ebuild, CGI-2.91.ebuild:
+ change multiple license to space-separated
+
+ 26 Mar 2003; <rac@gentoo.org> CGI-2.81.ebuild, CGI-2.91.ebuild:
We had a situation (bug #18150) where the version of dev-perl/CGI was
between that in the perl 5.6.1 and the 5.8.0 core. After discussions
with dragon, avenj, carpaski, and lostlogic, it seemed most prudent to