Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.10.3-r3.ebuild ChangeLog
Date: Fri, 20 Jun 2014 14:01:19
Message-Id: 20140620140113.93B1E2004E@flycatcher.gentoo.org
1 idella4 14/06/20 14:01:13
2
3 Modified: PyQt4-4.10.3-r3.ebuild ChangeLog
4 Log:
5 add py3.4 support req'd to support py packages such as pandas
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.4 dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild?r1=1.3&r2=1.4
15
16 Index: PyQt4-4.10.3-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- PyQt4-4.10.3-r3.ebuild 30 May 2014 20:55:20 -0000 1.3
23 +++ PyQt4-4.10.3-r3.ebuild 20 Jun 2014 14:01:12 -0000 1.4
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 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.10.3-r3.ebuild,v 1.3 2014/05/30 20:55:20 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r3.ebuild,v 1.4 2014/06/20 14:01:12 idella4 Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
33
34 inherit eutils multibuild python-r1 qmake-utils toolchain-funcs
35
36
37
38
39 1.263 dev-python/PyQt4/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.263&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.263&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.262&r2=1.263
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
48 retrieving revision 1.262
49 retrieving revision 1.263
50 diff -u -r1.262 -r1.263
51 --- ChangeLog 30 May 2014 20:55:20 -0000 1.262
52 +++ ChangeLog 20 Jun 2014 14:01:12 -0000 1.263
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-python/PyQt4
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.262 2014/05/30 20:55:20 pesa Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.263 2014/06/20 14:01:12 idella4 Exp $
58 +
59 + 20 Jun 2014; Ian Delaney <idella4@g.o> PyQt4-4.10.3-r3.ebuild,
60 + PyQt4-4.11.ebuild:
61 + add py3.4 support req'd to support py packages such as pandas
62
63 30 May 2014; Davide Pesavento <pesa@g.o> PyQt4-4.10.3-r2.ebuild,
64 PyQt4-4.10.3-r3.ebuild: