Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/sparky: sparky-3.115-r1.ebuild ChangeLog
Date: Thu, 01 Aug 2013 09:51:59
Message-Id: 20130801095154.07BEF2171C@flycatcher.gentoo.org
1 jlec 13/08/01 09:51:53
2
3 Modified: sparky-3.115-r1.ebuild ChangeLog
4 Log:
5 sci-chemistry/sparky: Doesn't work with py2.7
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 sci-chemistry/sparky/sparky-3.115-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: sparky-3.115-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sparky-3.115-r1.ebuild 18 Jul 2013 11:22:37 -0000 1.1
23 +++ sparky-3.115-r1.ebuild 1 Aug 2013 09:51:53 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.1 2013/07/18 11:22:37 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.2 2013/08/01 09:51:53 jlec Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7} )
33 +PYTHON_COMPAT=( python2_6 )
34 PYTHON_REQ_USE="tk"
35
36 inherit eutils flag-o-matic multilib prefix python-single-r1 toolchain-funcs
37
38
39
40 1.19 sci-chemistry/sparky/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.19&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.19&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?r1=1.18&r2=1.19
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v
49 retrieving revision 1.18
50 retrieving revision 1.19
51 diff -u -r1.18 -r1.19
52 --- ChangeLog 18 Jul 2013 11:22:37 -0000 1.18
53 +++ ChangeLog 1 Aug 2013 09:51:53 -0000 1.19
54 @@ -1,6 +1,9 @@
55 # ChangeLog for sci-chemistry/sparky
56 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.18 2013/07/18 11:22:37 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.19 2013/08/01 09:51:53 jlec Exp $
59 +
60 + 01 Aug 2013; Justin Lecher <jlec@g.o> sparky-3.115-r1.ebuild:
61 + Doesn't work with py2.7
62
63 *sparky-3.115-r1 (18 Jul 2013)