diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-14 13:06:02 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-14 13:06:02 +0000 |
commit | cffd9e01437ff3105c1dee5ddaea42f9c7287251 (patch) | |
tree | abefe891f314822c6f7628219bd5e40bd6dc4f6c /x11-libs/qt-webkit | |
parent | Removing Qt-4.7.2 (diff) | |
download | gentoo-2-cffd9e01437ff3105c1dee5ddaea42f9c7287251.tar.gz gentoo-2-cffd9e01437ff3105c1dee5ddaea42f9c7287251.tar.bz2 gentoo-2-cffd9e01437ff3105c1dee5ddaea42f9c7287251.zip |
Removing Qt-4.7.2
(Portage version: 2.2.0_alpha104/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index f9a9c75826dd..b1916d20f4ba 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.148 2012/05/13 14:00:17 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.149 2012/05/14 13:06:02 johu Exp $ + + 14 May 2012; Johannes Huber <johu@gentoo.org> -qt-webkit-4.7.2.ebuild: + Drop Qt-4.7.2 13 May 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: Fix kde USE flag description (media-libs/phonon vs. media-sound/phonon). diff --git a/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild b/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild deleted file mode 100644 index 2f59ad3cb71c..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.2.ebuild,v 1.8 2012/01/03 08:56:26 wired Exp $ - -EAPI="3" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit" -SLOT="4" -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" -IUSE="dbus +jit kde" - -DEPEND=" - dev-db/sqlite:3 - ~x11-libs/qt-core-${PV}[aqua=,debug=,ssl] - ~x11-libs/qt-gui-${PV}[aqua=,dbus?,debug=] - ~x11-libs/qt-xmlpatterns-${PV}[aqua=,debug=] - dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] ) - !kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=] - media-libs/phonon[aqua=] ) ) - kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=] ) )" -RDEPEND="${DEPEND}" - -pkg_setup() { - QT4_TARGET_DIRECTORIES=" - src/3rdparty/webkit/JavaScriptCore - src/3rdparty/webkit/WebCore - tools/designer/src/plugins/qwebview" - QT4_EXTRACT_DIRECTORIES=" - include/ - src/ - tools/" - - QCONFIG_ADD="webkit" - QCONFIG_DEFINE="QT_WEBKIT" - - qt4-build_pkg_setup -} - -src_prepare() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - - qt4-build_src_prepare -} - -src_configure() { - myconf="${myconf} -webkit -system-sqlite $(qt_use jit javascript-jit) $(qt_use dbus qdbus)" - qt4-build_src_configure -} |