Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: ChangeLog qt-webkit-4.7.2.ebuild
Date: Tue, 01 Mar 2011 19:11:51
Message-Id: 20110301191142.1DE6120054@flycatcher.gentoo.org
1 tampakrap 11/03/01 19:11:42
2
3 Modified: ChangeLog
4 Added: qt-webkit-4.7.2.ebuild
5 Log:
6 Version bump Qt 4.7.2
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.115 x11-libs/qt-webkit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.115&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.115&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?r1=1.114&r2=1.115
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
20 retrieving revision 1.114
21 retrieving revision 1.115
22 diff -u -r1.114 -r1.115
23 --- ChangeLog 23 Dec 2010 07:57:31 -0000 1.114
24 +++ ChangeLog 1 Mar 2011 19:11:42 -0000 1.115
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/qt-webkit
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.114 2010/12/23 07:57:31 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.115 2011/03/01 19:11:42 tampakrap Exp $
31 +
32 +*qt-webkit-4.7.2 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o>
35 + +qt-webkit-4.7.2.ebuild:
36 + Version bump Qt 4.7.2
37
38 23 Dec 2010; Samuli Suominen <ssuominen@g.o>
39 qt-webkit-4.6.3-r1.ebuild:
40
41
42
43 1.1 x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: qt-webkit-4.7.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild,v 1.1 2011/03/01 19:11:42 tampakrap Exp $
53
54 EAPI="3"
55 inherit qt4-build
56
57 DESCRIPTION="The Webkit module for the Qt toolkit"
58 SLOT="4"
59 KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
60 IUSE="dbus +jit kde"
61
62 DEPEND="
63 dev-db/sqlite:3
64 ~x11-libs/qt-core-${PV}[aqua=,debug=,ssl]
65 ~x11-libs/qt-gui-${PV}[aqua=,dbus?,debug=]
66 ~x11-libs/qt-xmlpatterns-${PV}[aqua=,debug=]
67 dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )
68 !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=]
69 media-sound/phonon[aqua=] ) )
70 kde? ( || ( media-sound/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug] ) )"
71 RDEPEND="${DEPEND}"
72
73 pkg_setup() {
74 QT4_TARGET_DIRECTORIES="
75 src/3rdparty/webkit/JavaScriptCore
76 src/3rdparty/webkit/WebCore
77 tools/designer/src/plugins/qwebview"
78 QT4_EXTRACT_DIRECTORIES="
79 include/
80 src/
81 tools/"
82
83 QCONFIG_ADD="webkit"
84 QCONFIG_DEFINE="QT_WEBKIT"
85
86 qt4-build_pkg_setup
87 }
88
89 src_prepare() {
90 [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
91
92 qt4-build_src_prepare
93 }
94
95 src_configure() {
96 myconf="${myconf} -webkit -system-sqlite $(qt_use jit javascript-jit) $(qt_use dbus qdbus)"
97 qt4-build_src_configure
98 }