Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.3.3.ebuild PyQt4-4.3.1.ebuild ChangeLog
Date: Fri, 28 Dec 2007 14:05:14
Message-Id: E1J8Fpj-0001no-O7@stork.gentoo.org
1 caleb 07/12/28 14:05:07
2
3 Modified: PyQt4-4.3.3.ebuild PyQt4-4.3.1.ebuild ChangeLog
4 Log:
5 Explicitly depend on Qt 4.3 for these versions
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 dev-python/PyQt4/PyQt4-4.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild?r1=1.1&r2=1.2
14
15 Index: PyQt4-4.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- PyQt4-4.3.3.ebuild 26 Dec 2007 00:56:22 -0000 1.1
22 +++ PyQt4-4.3.3.ebuild 28 Dec 2007 14:05:07 -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.3.ebuild,v 1.1 2007/12/26 00:56:22 caleb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v 1.2 2007/12/28 14:05:07 caleb Exp $
28
29 inherit distutils qt4
30
31 @@ -14,7 +14,7 @@
32 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 IUSE="debug doc examples"
34
35 -RDEPEND="=x11-libs/qt-4*
36 +RDEPEND="=x11-libs/qt-4.3*
37 >=dev-python/sip-4.7.3"
38 DEPEND="${RDEPEND}
39 sys-devel/libtool"
40
41
42
43 1.5 dev-python/PyQt4/PyQt4-4.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?r1=1.4&r2=1.5
48
49 Index: PyQt4-4.3.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- PyQt4-4.3.1.ebuild 9 Nov 2007 17:47:56 -0000 1.4
56 +++ PyQt4-4.3.1.ebuild 28 Dec 2007 14:05:07 -0000 1.5
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.4 2007/11/09 17:47:56 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.5 2007/12/28 14:05:07 caleb Exp $
62
63 inherit distutils qt4
64
65 @@ -14,7 +14,7 @@
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="debug doc examples"
68
69 -RDEPEND="=x11-libs/qt-4*
70 +RDEPEND="=x11-libs/qt-4.3*
71 >=dev-python/sip-4.7.1"
72 DEPEND="${RDEPEND}
73 sys-devel/libtool"
74
75
76
77 1.22 dev-python/PyQt4/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.22&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.22&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.21&r2=1.22
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
86 retrieving revision 1.21
87 retrieving revision 1.22
88 diff -u -r1.21 -r1.22
89 --- ChangeLog 26 Dec 2007 00:56:22 -0000 1.21
90 +++ ChangeLog 28 Dec 2007 14:05:07 -0000 1.22
91 @@ -1,6 +1,10 @@
92 # ChangeLog for dev-python/PyQt4
93 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.21 2007/12/26 00:56:22 caleb Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.22 2007/12/28 14:05:07 caleb Exp $
96 +
97 + 28 Dec 2007; Caleb Tennis <caleb@g.o> PyQt4-4.3.1.ebuild,
98 + PyQt4-4.3.3.ebuild:
99 + Explicitly depend on Qt 4.3 for these versions
100
101 *PyQt4-4.3.3 (26 Dec 2007)
102
103
104
105
106 --
107 gentoo-commits@g.o mailing list