Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/units: ChangeLog units-2.11.ebuild
Date: Sun, 26 Jul 2015 06:27:23
Message-Id: 20150726062718.8237CEE@oystercatcher.gentoo.org
1 jer 15/07/26 06:27:18
2
3 Modified: ChangeLog units-2.11.ebuild
4 Log:
5 Enable dev-lang/python:3.4 compatibility.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.86 sci-calculators/units/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.86&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.86&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.85&r2=1.86
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v
19 retrieving revision 1.85
20 retrieving revision 1.86
21 diff -u -r1.85 -r1.86
22 --- ChangeLog 28 May 2015 16:35:20 -0000 1.85
23 +++ ChangeLog 26 Jul 2015 06:27:18 -0000 1.86
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-calculators/units
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.85 2015/05/28 16:35:20 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.86 2015/07/26 06:27:18 jer Exp $
29 +
30 + 26 Jul 2015; Jeroen Roovers <jer@g.o> units-2.11.ebuild:
31 + Enable dev-lang/python:3.4 compatibility.
32
33 28 May 2015; Jeroen Roovers <jer@g.o> -units-2.02.ebuild,
34 -units-2.02-r1.ebuild, -files/units-2.01-install.patch,
35
36
37
38 1.13 sci-calculators/units/units-2.11.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?r1=1.12&r2=1.13
43
44 Index: units-2.11.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- units-2.11.ebuild 28 May 2015 15:14:19 -0000 1.12
51 +++ units-2.11.ebuild 26 Jul 2015 06:27:18 -0000 1.13
52 @@ -1,9 +1,9 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.12 2015/05/28 15:14:19 jmorgan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.13 2015/07/26 06:27:18 jer Exp $
57
58 EAPI=5
59 -PYTHON_COMPAT=( python{2_7,3_3} )
60 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
61 PYTHON_REQ_USE="xml"
62 inherit eutils python-r1