Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
Date: Sat, 02 Jan 2010 15:43:13
Message-Id: E1NR68E-0007RZ-9I@stork.gentoo.org
1 yngwin 10/01/02 15:43:10
2
3 Modified: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
4 Log:
5 Adding RESTRICT_PYTHON_ABIS for python3. Current PyQt4 versions only work with python2. Fixes bug 292419.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.9&r2=1.10
14
15 Index: PyQt4-4.5.4-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- PyQt4-4.5.4-r4.ebuild 13 Dec 2009 15:49:01 -0000 1.9
22 +++ PyQt4-4.5.4-r4.ebuild 2 Jan 2010 15:43:09 -0000 1.10
23 @@ -1,9 +1,10 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.9 2009/12/13 15:49:01 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.10 2010/01/02 15:43:09 yngwin Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32 +RESTRICT_PYTHON_ABIS="3.*"
33
34 inherit python qt4 toolchain-funcs
35
36
37
38
39 1.99 dev-python/PyQt4/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.99&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.99&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.98&r2=1.99
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
48 retrieving revision 1.98
49 retrieving revision 1.99
50 diff -u -r1.98 -r1.99
51 --- ChangeLog 13 Dec 2009 15:49:01 -0000 1.98
52 +++ ChangeLog 2 Jan 2010 15:43:09 -0000 1.99
53 @@ -1,6 +1,11 @@
54 # ChangeLog for dev-python/PyQt4
55 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.98 2009/12/13 15:49:01 yngwin Exp $
57 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.99 2010/01/02 15:43:09 yngwin Exp $
59 +
60 + 02 Jan 2010; Ben de Groot <yngwin@g.o> PyQt4-4.5.4-r4.ebuild,
61 + PyQt4-4.6.2.ebuild:
62 + Adding RESTRICT_PYTHON_ABIS for python3. Current PyQt4 versions only work
63 + with python2. Fixes bug 292419.
64
65 13 Dec 2009; Ben de Groot <yngwin@g.o> -PyQt4-4.4.4-r2.ebuild,
66 -PyQt4-4.4.4-r5.ebuild, -PyQt4-4.5.2.ebuild, -PyQt4-4.5.4-r3.ebuild,
67
68
69
70 1.3 dev-python/PyQt4/PyQt4-4.6.2.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.3&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.3&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.2&r2=1.3
75
76 Index: PyQt4-4.6.2.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
79 retrieving revision 1.2
80 retrieving revision 1.3
81 diff -u -r1.2 -r1.3
82 --- PyQt4-4.6.2.ebuild 13 Dec 2009 15:49:01 -0000 1.2
83 +++ PyQt4-4.6.2.ebuild 2 Jan 2010 15:43:09 -0000 1.3
84 @@ -1,9 +1,10 @@
85 -# Copyright 1999-2009 Gentoo Foundation
86 +# Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.2 2009/12/13 15:49:01 yngwin Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.3 2010/01/02 15:43:09 yngwin Exp $
90
91 EAPI="2"
92 SUPPORT_PYTHON_ABIS="1"
93 +RESTRICT_PYTHON_ABIS="3.*"
94
95 inherit python qt4 toolchain-funcs