diff options
author | Robert Coie <rac@gentoo.org> | 2003-03-27 01:04:10 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-03-27 01:04:10 +0000 |
commit | c04897b981a46ff69e8791d92d4c54ce8f894c6b (patch) | |
tree | e6a6f71a7d6a9113fd80b6a3e82294543232d58f /dev-perl/CGI | |
parent | fix ebuild to respect CC for distcc builds (bug 18243) (diff) | |
download | gentoo-2-c04897b981a46ff69e8791d92d4c54ce8f894c6b.tar.gz gentoo-2-c04897b981a46ff69e8791d92d4c54ce8f894c6b.tar.bz2 gentoo-2-c04897b981a46ff69e8791d92d4c54ce8f894c6b.zip |
licence format change
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r-- | dev-perl/CGI/CGI-2.81.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI/CGI-2.91.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI/ChangeLog | 5 |
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 |