Gentoo Archives: gentoo-commits

From: "Markus Rothe (corsair)" <corsair@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.3.1.ebuild ChangeLog
Date: Sat, 20 Oct 2007 12:33:32
Message-Id: E1IjDLn-00074j-JQ@stork.gentoo.org
1 corsair 07/10/20 12:22:43
2
3 Modified: PyQt4-4.3.1.ebuild ChangeLog
4 Log:
5 Added ~ppc64; bug #196474
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 dev-python/PyQt4/PyQt4-4.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?r1=1.1&r2=1.2
14
15 Index: PyQt4-4.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- PyQt4-4.3.1.ebuild 2 Oct 2007 12:27:01 -0000 1.1
22 +++ PyQt4-4.3.1.ebuild 20 Oct 2007 12:22:43 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.1 2007/10/02 12:27:01 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.2 2007/10/20 12:22:43 corsair Exp $
28
29 inherit distutils qt4
30
31 @@ -11,7 +11,7 @@
32 SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz"
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 IUSE="debug doc examples"
38
39 RDEPEND="=x11-libs/qt-4*
40
41
42
43 1.17 dev-python/PyQt4/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 2 Oct 2007 12:27:01 -0000 1.16
56 +++ ChangeLog 20 Oct 2007 12:22:43 -0000 1.17
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/PyQt4
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.16 2007/10/02 12:27:01 caleb Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.17 2007/10/20 12:22:43 corsair Exp $
62 +
63 + 20 Oct 2007; Markus Rothe <corsair@g.o> PyQt4-4.3.1.ebuild:
64 + Added ~ppc64; bug #196474
65
66 *PyQt4-4.3.1 (02 Oct 2007)
67
68
69
70
71 --
72 gentoo-commits@g.o mailing list