Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/java-config: java-config-2.2.0.ebuild ChangeLog
Date: Sat, 29 Nov 2014 09:56:36
Message-Id: 20141129095632.671F1B25B@oystercatcher.gentoo.org
1 pacho 14/11/29 09:56:32
2
3 Modified: java-config-2.2.0.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.12 dev-java/java-config/java-config-2.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?r1=1.11&r2=1.12
15
16 Index: java-config-2.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- java-config-2.2.0.ebuild 19 Sep 2014 09:37:57 -0000 1.11
23 +++ java-config-2.2.0.ebuild 29 Nov 2014 09:56:32 -0000 1.12
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.11 2014/09/19 09:37:57 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.12 2014/11/29 09:56:32 pacho Exp $
29
30 EAPI="5"
31
32 # jython depends on java-config, so don't add it or things will break
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
35
36 inherit distutils-r1
37
38
39
40
41 1.290 dev-java/java-config/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.290&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.290&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.289&r2=1.290
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
50 retrieving revision 1.289
51 retrieving revision 1.290
52 diff -u -r1.289 -r1.290
53 --- ChangeLog 19 Sep 2014 09:37:57 -0000 1.289
54 +++ ChangeLog 29 Nov 2014 09:56:32 -0000 1.290
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-java/java-config
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.289 2014/09/19 09:37:57 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.290 2014/11/29 09:56:32 pacho Exp $
60 +
61 + 29 Nov 2014; Pacho Ramos <pacho@g.o> java-config-2.2.0.ebuild:
62 + Support python 3.4
63
64 19 Sep 2014; Agostino Sarubbo <ago@g.o> java-config-2.2.0.ebuild:
65 Stable for ppc, wrt bug #500398