Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/tintwizard: tintwizard-0.3.3b.ebuild ChangeLog
Date: Sat, 08 May 2010 13:27:21
Message-Id: 20100508132716.49ABC2C3FA@corvid.gentoo.org
1 idl0r 10/05/08 13:27:16
2
3 Modified: tintwizard-0.3.3b.ebuild ChangeLog
4 Log:
5 Remove SUPPORT_PYTHON_ABIS and RESTRICT_PYTHON_ABIS as requested per bug 317027.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/tintwizard/tintwizard-0.3.3b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild?r1=1.1&r2=1.2
14
15 Index: tintwizard-0.3.3b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tintwizard-0.3.3b.ebuild 30 Apr 2010 10:52:05 -0000 1.1
22 +++ tintwizard-0.3.3b.ebuild 8 May 2010 13:27:15 -0000 1.2
23 @@ -1,12 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild,v 1.1 2010/04/30 10:52:05 idl0r Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/tintwizard-0.3.3b.ebuild,v 1.2 2010/05/08 13:27:15 idl0r Exp $
28
29 EAPI="3"
30
31 PYTHON_DEPEND="2"
32 -SUPPORT_PYTHON_ABIS="1"
33 -RESTRICT_PYTHON_ABIS="3.*"
34
35 inherit python
36
37
38
39
40 1.3 x11-misc/tintwizard/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tintwizard/ChangeLog?r1=1.2&r2=1.3
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ChangeLog 30 Apr 2010 10:52:05 -0000 1.2
53 +++ ChangeLog 8 May 2010 13:27:15 -0000 1.3
54 @@ -1,6 +1,11 @@
55 # ChangeLog for x11-misc/tintwizard
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.2 2010/04/30 10:52:05 idl0r Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tintwizard/ChangeLog,v 1.3 2010/05/08 13:27:15 idl0r Exp $
59 +
60 + 08 May 2010; Christian Ruppert <idl0r@g.o>
61 + tintwizard-0.3.3b.ebuild:
62 + Remove SUPPORT_PYTHON_ABIS and RESTRICT_PYTHON_ABIS as requested per bug
63 + 317027.
64
65 *tintwizard-0.3.3b (30 Apr 2010)