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-webkit: ChangeLog qt-webkit-4.5.1.ebuild
Date: Sat, 30 May 2009 19:32:08
Message-Id: E1MAUHn-0002Q9-1F@stork.gentoo.org
1 yngwin 09/05/30 19:32:07
2
3 Modified: ChangeLog qt-webkit-4.5.1.ebuild
4 Log:
5 Revert kde useflag addition, as it breaks stable
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.39 x11-libs/qt-webkit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 29 May 2009 23:18:42 -0000 1.38
22 +++ ChangeLog 30 May 2009 19:32:06 -0000 1.39
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/qt-webkit
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.38 2009/05/29 23:18:42 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.39 2009/05/30 19:32:06 yngwin Exp $
28 +
29 + 30 May 2009; Ben de Groot <yngwin@g.o> qt-webkit-4.5.1.ebuild:
30 + Revert kde useflag addition, as it breaks stable
31
32 29 May 2009; Ben de Groot <yngwin@g.o> qt-webkit-4.5.1.ebuild:
33 Add kde useflag to make dependency calculation easier, bug 270188
34
35
36
37 1.7 x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild?r1=1.6&r2=1.7
42
43 Index: qt-webkit-4.5.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- qt-webkit-4.5.1.ebuild 29 May 2009 23:18:42 -0000 1.6
50 +++ qt-webkit-4.5.1.ebuild 30 May 2009 19:32:06 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild,v 1.6 2009/05/29 23:18:42 yngwin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.1.ebuild,v 1.7 2009/05/30 19:32:06 yngwin Exp $
56
57 EAPI="2"
58 inherit qt4-build flag-o-matic
59 @@ -8,12 +8,12 @@
60 DESCRIPTION="The Webkit module for the Qt toolkit"
61 SLOT="4"
62 KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
63 -IUSE="kde"
64 +IUSE=""
65
66 DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl]
67 ~x11-libs/qt-gui-${PV}[debug=]
68 - || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )
69 - kde? ( media-sound/phonon )"
70 + || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )"
71 +# kde? ( media-sound/phonon )"
72 RDEPEND="${DEPEND}"
73
74 QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview"