summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-04-12 17:59:45 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-04-12 17:59:45 +0000
commit246aa32f29abdda290cabbd0bffbfb7ac5b18f3c (patch)
tree922fc8d3553d51951d6ac86cea8bd9135c45b02f /x11-libs/qt-webkit
parentFix and comment cpan remote-id in metadata.xml as only old versions are on CPAN (diff)
downloadgentoo-2-246aa32f29abdda290cabbd0bffbfb7ac5b18f3c.tar.gz
gentoo-2-246aa32f29abdda290cabbd0bffbfb7ac5b18f3c.tar.bz2
gentoo-2-246aa32f29abdda290cabbd0bffbfb7ac5b18f3c.zip
Remove old version.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r--x11-libs/qt-webkit/ChangeLog5
-rw-r--r--x11-libs/qt-webkit/qt-webkit-4.6.3.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog
index db498ab0d19b..9e8730161556 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.142 2012/04/12 17:13:12 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.143 2012/04/12 17:59:45 pesa Exp $
+
+ 12 Apr 2012; Davide Pesavento <pesa@gentoo.org> -qt-webkit-4.6.3.ebuild:
+ Remove old version.
12 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt-webkit-4.8.1.ebuild:
Make dev-libs/icu optional as requested in bug 411091.
diff --git a/x11-libs/qt-webkit/qt-webkit-4.6.3.ebuild b/x11-libs/qt-webkit/qt-webkit-4.6.3.ebuild
deleted file mode 100644
index 26625652877d..000000000000
--- a/x11-libs/qt-webkit/qt-webkit-4.6.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 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.ebuild,v 1.3 2011/03/26 17:06:02 dilfridge 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 ~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
-)
-
-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_prepare() {
- [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
- qt4-build_src_prepare
-}
-
-src_configure() {
- myconf="${myconf} -webkit $(qt_use dbus qdbus)"
- qt4-build_src_configure
-}