Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog perl-module.eclass
Date: Mon, 01 Dec 2014 20:41:13
Message-Id: 20141201204108.D5A37B4F5@oystercatcher.gentoo.org
1 dilfridge 14/12/01 20:41:08
2
3 Modified: ChangeLog perl-module.eclass
4 Log:
5 Replace exlicitly listing all GPL variants with GPL-1+
6
7 Revision Changes Path
8 1.1449 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1449&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1449&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1448&r2=1.1449
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1448
18 retrieving revision 1.1449
19 diff -u -r1.1448 -r1.1449
20 --- ChangeLog 29 Nov 2014 23:03:42 -0000 1.1448
21 +++ ChangeLog 1 Dec 2014 20:41:08 -0000 1.1449
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1448 2014/11/29 23:03:42 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1449 2014/12/01 20:41:08 dilfridge Exp $
27 +
28 + 01 Dec 2014; Andreas K. Huettel <dilfridge@g.o> perl-module.eclass:
29 + Replace exlicitly listing all GPL variants with GPL-1+
30
31 29 Nov 2014; Michał Górny <mgorny@g.o> python-utils-r1.eclass:
32 Remove leftover code for Python 3.2.
33
34
35
36 1.158 eclass/perl-module.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.158&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.158&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.157&r2=1.158
41
42 Index: perl-module.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
45 retrieving revision 1.157
46 retrieving revision 1.158
47 diff -u -r1.157 -r1.158
48 --- perl-module.eclass 22 Nov 2014 18:24:17 -0000 1.157
49 +++ perl-module.eclass 1 Dec 2014 20:41:08 -0000 1.158
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.157 2014/11/22 18:24:17 dilfridge Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.158 2014/12/01 20:41:08 dilfridge Exp $
55
56 # @ECLASS: perl-module.eclass
57 # @MAINTAINER:
58 @@ -75,7 +75,7 @@
59 ;;
60 esac
61
62 -LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
63 +LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
64
65 if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then
66 : ${MY_P:=${MY_PN:-${PN}}-${MY_PV:-${MODULE_VERSION:-${PV}}}}