Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.4.2.ebuild
Date: Sun, 25 May 2008 13:05:33
Message-Id: E1K0Fuj-0002ES-GB@stork.gentoo.org
1 ingmar 08/05/25 13:05:29
2
3 Modified: ChangeLog PyQt4-4.4.2.ebuild
4 Log:
5 dev-python/PyQt4-4.4.2 needs Qt-4.4.0, fix dependencies, mask package. Yngwin fails.
6 (Portage version: 2.1.5.2, RepoMan options: --force)
7
8 Revision Changes Path
9 1.32 dev-python/PyQt4/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 24 May 2008 22:10:20 -0000 1.31
22 +++ ChangeLog 25 May 2008 13:05:29 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/PyQt4
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.31 2008/05/24 22:10:20 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.32 2008/05/25 13:05:29 ingmar Exp $
28 +
29 + 25 May 2008; Ingmar Vanhassel <ingmar@g.o> PyQt4-4.4.2.ebuild:
30 + dev-python/PyQt4-4.4.2 needs Qt-4.4.0, fix dependencies, mask package.
31
32 *PyQt4-4.4.2 (24 May 2008)
33
34
35
36
37 1.2 dev-python/PyQt4/PyQt4-4.4.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild?r1=1.1&r2=1.2
42
43 Index: PyQt4-4.4.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- PyQt4-4.4.2.ebuild 24 May 2008 22:10:20 -0000 1.1
50 +++ PyQt4-4.4.2.ebuild 25 May 2008 13:05:29 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild,v 1.1 2008/05/24 22:10:20 yngwin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.4.2.ebuild,v 1.2 2008/05/25 13:05:29 ingmar Exp $
56
57 EAPI=1
58
59 @@ -17,13 +17,12 @@
60 IUSE="dbus debug doc examples opengl qt3support svg X"
61
62 RDEPEND=">=dev-python/sip-4.7.6
63 - || ( ( x11-libs/qt-core:4
64 - dbus? ( x11-libs/qt-dbus:4 )
65 - opengl? ( x11-libs/qt-opengl:4 )
66 - svg? ( x11-libs/qt-svg:4 )
67 - qt3support? ( x11-libs/qt-qt3support:4 )
68 - X? ( x11-libs/qt-gui:4 ) )
69 - =x11-libs/qt-4* )"
70 + >=x11-libs/qt-core-4.4.0:4
71 + dbus? ( >=x11-libs/qt-dbus-4.4.0:4 )
72 + opengl? ( >=x11-libs/qt-opengl-4.4.0:4 )
73 + svg? ( >=x11-libs/qt-svg-4.4.0:4 )
74 + qt3support? ( >=x11-libs/qt-qt3support-4.4.0:4 )
75 + X? ( >=x11-libs/qt-gui-4.4.0:4 )"
76
77 DEPEND="${RDEPEND}
78 sys-devel/libtool"
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list