Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libperl: ChangeLog libperl-5.8.8-r2.ebuild libperl-5.10.1.ebuild
Date: Wed, 03 Feb 2010 00:15:29
Message-Id: E1NcSty-00066P-ML@stork.gentoo.org
1 hanno 10/02/03 00:15:26
2
3 Modified: ChangeLog libperl-5.8.8-r2.ebuild
4 libperl-5.10.1.ebuild
5 Log:
6 correct libperl license
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.151 sys-devel/libperl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.151&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.151&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/ChangeLog?r1=1.150&r2=1.151
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v
19 retrieving revision 1.150
20 retrieving revision 1.151
21 diff -u -r1.150 -r1.151
22 --- ChangeLog 11 Dec 2009 14:25:22 -0000 1.150
23 +++ ChangeLog 3 Feb 2010 00:15:25 -0000 1.151
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/libperl
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.150 2009/12/11 14:25:22 ranger Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.151 2010/02/03 00:15:25 hanno Exp $
30 +
31 + 03 Feb 2010; Hanno Boeck <hanno@g.o> libperl-5.8.8-r2.ebuild,
32 + libperl-5.10.1.ebuild:
33 + Change license, Perl is Artistic or GPL-1 or later. We can't express or
34 + later for now, so adding all GPL-1/2/3.
35
36 11 Dec 2009; Brent Baude <ranger@g.o> libperl-5.10.1.ebuild:
37 Marking libperl-5.10.1 ~ppc64 for bug 288028
38
39
40
41 1.13 sys-devel/libperl/libperl-5.8.8-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild?r1=1.12&r2=1.13
46
47 Index: libperl-5.8.8-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- libperl-5.8.8-r2.ebuild 4 Nov 2009 12:37:54 -0000 1.12
54 +++ libperl-5.8.8-r2.ebuild 3 Feb 2010 00:15:25 -0000 1.13
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.12 2009/11/04 12:37:54 haubi Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r2.ebuild,v 1.13 2010/02/03 00:15:25 hanno Exp $
61
62 # The basic theory based on comments from Daniel Robbins <drobbins@g.o>.
63 #
64 @@ -67,7 +67,7 @@
65 HOMEPAGE="http://www.perl.org"
66 SLOT="${PERLSLOT}"
67 LIBPERL="libperl$(get_libname ${PERLSLOT}.${SHORT_PV})"
68 -LICENSE="|| ( Artistic GPL-2 )"
69 +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
70 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
71
72 # rac 2004.08.06
73
74
75
76 1.11 sys-devel/libperl/libperl-5.10.1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild?rev=1.11&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild?rev=1.11&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild?r1=1.10&r2=1.11
81
82 Index: libperl-5.10.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild,v
85 retrieving revision 1.10
86 retrieving revision 1.11
87 diff -u -r1.10 -r1.11
88 --- libperl-5.10.1.ebuild 11 Dec 2009 14:25:22 -0000 1.10
89 +++ libperl-5.10.1.ebuild 3 Feb 2010 00:15:25 -0000 1.11
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild,v 1.10 2009/12/11 14:25:22 ranger Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.10.1.ebuild,v 1.11 2010/02/03 00:15:25 hanno Exp $
96
97 inherit multilib
98
99 @@ -8,7 +8,7 @@
100 SRC_URI=""
101 HOMEPAGE="http://www.gentoo.org/"
102
103 -LICENSE="GPL-2"
104 +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
105 SLOT="1"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
107 IUSE=""