Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: perl-module.eclass
Date: Wed, 03 Feb 2010 00:20:10
Message-Id: E1NcSyV-0006G9-Mo@stork.gentoo.org
1 hanno 10/02/03 00:20:07
2
3 Modified: perl-module.eclass
4 Log:
5 fix perl-module license
6
7 Revision Changes Path
8 1.122 eclass/perl-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.122&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?rev=1.122&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/perl-module.eclass?r1=1.121&r2=1.122
13
14 Index: perl-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v
17 retrieving revision 1.121
18 retrieving revision 1.122
19 diff -u -r1.121 -r1.122
20 --- perl-module.eclass 13 Jan 2010 15:15:45 -0000 1.121
21 +++ perl-module.eclass 3 Feb 2010 00:20:07 -0000 1.122
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.121 2010/01/13 15:15:45 tove Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.122 2010/02/03 00:20:07 hanno Exp $
27 #
28 # Author: Seemant Kulleen <seemant@g.o>
29
30 @@ -39,7 +39,7 @@
31
32 DESCRIPTION="Based on the $ECLASS eclass"
33
34 -LICENSE="${LICENSE:-|| ( Artistic GPL-2 )}"
35 +LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
36
37 [[ -z "${SRC_URI}" && -z "${MODULE_A}" ]] && MODULE_A="${MY_P:-${P}}.tar.gz"
38 [[ -z "${SRC_URI}" && -n "${MODULE_AUTHOR}" ]] && \