diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-09 11:43:33 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-09 11:43:33 +0000 |
commit | 5af868c2b0b30098077905b9391aae5596a8168a (patch) | |
tree | 61ea1b9c5994a48bd0b0062617197281e0cda5f5 /x11-libs/qt-webkit | |
parent | Stable for amd64, wrt bug #422131 (diff) | |
download | historical-5af868c2b0b30098077905b9391aae5596a8168a.tar.gz historical-5af868c2b0b30098077905b9391aae5596a8168a.tar.bz2 historical-5af868c2b0b30098077905b9391aae5596a8168a.zip |
Removing Qt-4.6.3
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild | 44 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild | 46 |
3 files changed, 5 insertions, 91 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index 55fa85950795..34344cca7e30 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,10 @@ # 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.161 2012/07/09 04:33:20 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.162 2012/07/09 11:42:52 johu Exp $ + + 09 Jul 2012; Johannes Huber <johu@gentoo.org> -qt-webkit-4.6.3-r1.ebuild, + -qt-webkit-4.6.3-r2.ebuild: + Drop Qt-4.6.3 09 Jul 2012; Joseph Jezak <josejx@gentoo.org> qt-webkit-4.8.2.ebuild: Marked ppc/ppc64 for bug #424625. diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild deleted file mode 100644 index 688f06a80929..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.6.3-r1.ebuild +++ /dev/null @@ -1,44 +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.6.3-r1.ebuild,v 1.12 2012/06/09 20:53:45 pesa Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit" -SLOT="4" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="dbus kde" - -DEPEND="~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}" - -PATCHES=( - "${FILESDIR}"/${PN}-4.6.0-solaris-strnstr.patch - "${FILESDIR}"/${P}-flash-plugin-segfault.patch -) - -pkg_setup() { - QT4_TARGET_DIRECTORIES=" - 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_configure() { - myconf="${myconf} -webkit $(qt_use dbus qdbus)" - qt4-build_src_configure -} diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild deleted file mode 100644 index 877a78d142f0..000000000000 --- a/x11-libs/qt-webkit/qt-webkit-4.6.3-r2.ebuild +++ /dev/null @@ -1,46 +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.6.3-r2.ebuild,v 1.5 2012/06/09 20:53:45 pesa Exp $ - -EAPI="2" -inherit qt4-build - -DESCRIPTION="The Webkit module for the Qt toolkit" -SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="dbus 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}" - -PATCHES=( - "${FILESDIR}"/${PN}-4.6.0-solaris-strnstr.patch - "${FILESDIR}"/${P}-flash-plugin-segfault.patch -) - -pkg_setup() { - QT4_TARGET_DIRECTORIES=" - 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_configure() { - myconf="${myconf} -webkit -system-sqlite $(qt_use dbus qdbus)" - qt4-build_src_configure -} |