Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/units: units-2.11.ebuild ChangeLog
Date: Fri, 02 Jan 2015 14:48:53
Message-Id: 20150102144849.547B3EB8A@oystercatcher.gentoo.org
1 zlogene 15/01/02 14:48:49
2
3 Modified: units-2.11.ebuild ChangeLog
4 Log:
5 amd64 stable wrt bug #09790
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.7 sci-calculators/units/units-2.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?r1=1.6&r2=1.7
15
16 Index: units-2.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- units-2.11.ebuild 1 Aug 2014 11:07:41 -0000 1.6
23 +++ units-2.11.ebuild 2 Jan 2015 14:48:49 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.6 2014/08/01 11:07:41 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.7 2015/01/02 14:48:49 zlogene Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 @@ -13,7 +13,7 @@
34
35 LICENSE="FDL-1.3 GPL-3"
36 SLOT="0"
37 -KEYWORDS="alpha ~amd64 ~arm hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
38 +KEYWORDS="alpha amd64 ~arm hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
39 IUSE="+units_cur"
40
41 DEPEND="
42
43
44
45 1.79 sci-calculators/units/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.79&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.79&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.78&r2=1.79
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v
54 retrieving revision 1.78
55 retrieving revision 1.79
56 diff -u -r1.78 -r1.79
57 --- ChangeLog 22 Nov 2014 19:14:38 -0000 1.78
58 +++ ChangeLog 2 Jan 2015 14:48:49 -0000 1.79
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-calculators/units
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.78 2014/11/22 19:14:38 jer Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.79 2015/01/02 14:48:49 zlogene Exp $
65 +
66 + 02 Jan 2015; Mikle Kolyada <zlogene@g.o> units-2.11.ebuild:
67 + amd64 stable wrt bug #09790
68
69 22 Nov 2014; Jeroen Roovers <jer@g.o> units-2.11a.ebuild:
70 Add python 3.4 support.