Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jython: ChangeLog jython-2.2.1-r1.ebuild
Date: Thu, 01 Jan 2009 11:20:30
Message-Id: E1LILbI-0005hN-NP@stork.gentoo.org
1 ali_bush 09/01/01 11:20:28
2
3 Modified: ChangeLog jython-2.2.1-r1.ebuild
4 Log:
5 Fix licence. See #252951.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.58 dev-java/jython/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 3 Apr 2008 18:13:05 -0000 1.57
22 +++ ChangeLog 1 Jan 2009 11:20:28 -0000 1.58
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/jython
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.57 2008/04/03 18:13:05 wltjr Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.58 2009/01/01 11:20:28 ali_bush Exp $
29 +
30 + 01 Jan 2009; Alistair Bush <ali_bush@g.o> jython-2.2.1-r1.ebuild:
31 + Corrent Licence. See #252951
32
33 03 Apr 2008; William L. Thomson Jr. <wltjr@g.o>
34 jython-2.2.1-r1.ebuild:
35
36
37
38 1.6 dev-java/jython/jython-2.2.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: jython-2.2.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- jython-2.2.1-r1.ebuild 3 Apr 2008 18:13:05 -0000 1.5
51 +++ jython-2.2.1-r1.ebuild 1 Jan 2009 11:20:28 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild,v 1.5 2008/04/03 18:13:05 wltjr Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.2.1-r1.ebuild,v 1.6 2009/01/01 11:20:28 ali_bush Exp $
58
59 JAVA_PKG_IUSE="readline source doc servletapi mysql postgres examples oracle"
60 #jdnc
61 @@ -18,7 +18,7 @@
62 SRC_URI="http://www.python.org/ftp/python/${PYVER%_*}/Python-${PYVER}.tgz
63 mirror://sourceforge/${PN}/${PN}_${MY_PV}.jar"
64
65 -LICENSE="JPython"
66 +LICENSE="PSF-2.2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE=""