Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: qt-core-4.5.1.ebuild ChangeLog qt-core-4.5.0.ebuild
Date: Thu, 30 Apr 2009 10:37:33
Message-Id: E1LzTdz-0007d5-4u@stork.gentoo.org
1 hwoarang 09/04/30 10:37:31
2
3 Modified: qt-core-4.5.1.ebuild ChangeLog qt-core-4.5.0.ebuild
4 Log:
5 Adding x11-libs/libX11 as dependency. Fixes bug #267967
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-libs/qt-core/qt-core-4.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild?r1=1.1&r2=1.2
14
15 Index: qt-core-4.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qt-core-4.5.1.ebuild 27 Apr 2009 19:42:35 -0000 1.1
22 +++ qt-core-4.5.1.ebuild 30 Apr 2009 10:37:31 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild,v 1.1 2009/04/27 19:42:35 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.1.ebuild,v 1.2 2009/04/30 10:37:31 hwoarang Exp $
28
29 EAPI="2"
30 inherit qt4-build
31 @@ -11,6 +11,7 @@
32 IUSE="doc +glib +iconv +qt3support +ssl"
33
34 RDEPEND="sys-libs/zlib
35 + x11-libs/libX11
36 glib? ( dev-libs/glib )
37 ssl? ( dev-libs/openssl )
38 !<x11-libs/qt-4.4.0:4"
39
40
41
42 1.45 x11-libs/qt-core/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.45&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.45&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.44&r2=1.45
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
51 retrieving revision 1.44
52 retrieving revision 1.45
53 diff -u -r1.44 -r1.45
54 --- ChangeLog 28 Apr 2009 15:32:47 -0000 1.44
55 +++ ChangeLog 30 Apr 2009 10:37:31 -0000 1.45
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-libs/qt-core
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.44 2009/04/28 15:32:47 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.45 2009/04/30 10:37:31 hwoarang Exp $
61 +
62 + 30 Apr 2009; Markos Chandras <hwoarang@g.o> qt-core-4.5.0,
63 + qt-core-4.5.1:
64 + Adding x11-libs/libX11 as dependency. Fixes bug #267967
65
66 28 Apr 2009; Jeroen Roovers <jer@g.o> qt-core-4.4.2-r2.ebuild:
67 Stable for HPPA (bug #263945).
68
69
70
71 1.3 x11-libs/qt-core/qt-core-4.5.0.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild?rev=1.3&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild?rev=1.3&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild?r1=1.2&r2=1.3
76
77 Index: qt-core-4.5.0.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild,v
80 retrieving revision 1.2
81 retrieving revision 1.3
82 diff -u -r1.2 -r1.3
83 --- qt-core-4.5.0.ebuild 17 Mar 2009 17:45:52 -0000 1.2
84 +++ qt-core-4.5.0.ebuild 30 Apr 2009 10:37:31 -0000 1.3
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2009 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild,v 1.2 2009/03/17 17:45:52 armin76 Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.5.0.ebuild,v 1.3 2009/04/30 10:37:31 hwoarang Exp $
90
91 EAPI="2"
92 inherit qt4-build
93 @@ -11,6 +11,7 @@
94 IUSE="doc +glib +iconv +qt3support +ssl"
95
96 RDEPEND="sys-libs/zlib
97 + x11-libs/libX11
98 glib? ( dev-libs/glib )
99 ssl? ( dev-libs/openssl )
100 !<x11-libs/qt-4.4.0:4"