Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.4.2.ebuild
Date: Thu, 01 Jan 2009 21:54:05
Message-Id: E1LIVUQ-0004bg-CP@stork.gentoo.org
1 yngwin 09/01/01 21:54:02
2
3 Modified: ChangeLog qt-gui-4.4.2.ebuild
4 Log:
5 Add patch for plasma crashes, bug 253044
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
7
8 Revision Changes Path
9 1.16 x11-libs/qt-gui/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 19 Sep 2008 12:00:04 -0000 1.15
22 +++ ChangeLog 1 Jan 2009 21:54:02 -0000 1.16
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-libs/qt-gui
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.15 2008/09/19 12:00:04 yngwin Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.16 2009/01/01 21:54:02 yngwin Exp $
29 +
30 + 01 Jan 2009; Ben de Groot <yngwin@g.o>
31 + +files/0254-fix-qgraphicsproxywidget-deletion-crash.diff,
32 + qt-gui-4.4.2.ebuild:
33 + Add patch for plasma crashes, bug 253044
34
35 19 Sep 2008; Ben de Groot <yngwin@g.o>
36 +files/qt-gui-designer-4.4.1.patch, qt-gui-4.4.1.ebuild:
37
38
39
40 1.2 x11-libs/qt-gui/qt-gui-4.4.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild?r1=1.1&r2=1.2
45
46 Index: qt-gui-4.4.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- qt-gui-4.4.2.ebuild 19 Sep 2008 00:12:12 -0000 1.1
53 +++ qt-gui-4.4.2.ebuild 1 Jan 2009 21:54:02 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild,v 1.1 2008/09/19 00:12:12 yngwin Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2.ebuild,v 1.2 2009/01/01 21:54:02 yngwin Exp $
60
61 EAPI="1"
62 inherit eutils qt4-build
63 @@ -70,6 +70,9 @@
64
65 qt4-build_src_unpack
66
67 + # fix for bug 253044
68 + epatch "${FILESDIR}"/0254-fix-qgraphicsproxywidget-deletion-crash.diff
69 +
70 # Don't build plugins this go around, because they depend on qt3support lib
71 sed -i -e "s:CONFIG(shared:# &:g" "${S}"/tools/designer/src/src.pro
72 }