summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-05-14 23:49:07 +0000
committerBen de Groot <yngwin@gentoo.org>2009-05-14 23:49:07 +0000
commit30c06217f602027ad32c2d00be267e470ac865fc (patch)
tree7e2b2231528ca6e936154df045a104ff3ab78ed1
parentUse slot dependancy rather than version. (diff)
downloadhistorical-30c06217f602027ad32c2d00be267e470ac865fc.tar.gz
historical-30c06217f602027ad32c2d00be267e470ac865fc.tar.bz2
historical-30c06217f602027ad32c2d00be267e470ac865fc.zip
Remove old
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
-rw-r--r--x11-libs/qt-opengl/ChangeLog5
-rw-r--r--x11-libs/qt-opengl/qt-opengl-4.5.0.ebuild39
-rw-r--r--x11-libs/qt-phonon/ChangeLog5
-rw-r--r--x11-libs/qt-phonon/qt-phonon-4.5.0.ebuild37
-rw-r--r--x11-libs/qt-script/ChangeLog5
-rw-r--r--x11-libs/qt-script/qt-script-4.5.0.ebuild31
-rw-r--r--x11-libs/qt-sql/ChangeLog5
-rw-r--r--x11-libs/qt-sql/qt-sql-4.5.0.ebuild71
-rw-r--r--x11-libs/qt-svg/ChangeLog5
-rw-r--r--x11-libs/qt-svg/qt-svg-4.5.0.ebuild42
-rw-r--r--x11-libs/qt-test/ChangeLog5
-rw-r--r--x11-libs/qt-test/qt-test-4.5.0.ebuild30
-rw-r--r--x11-libs/qt-webkit/ChangeLog5
-rw-r--r--x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild34
-rw-r--r--x11-libs/qt-xmlpatterns/ChangeLog6
-rw-r--r--x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0.ebuild30
16 files changed, 33 insertions, 322 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog
index 67ddbffdfdbc..08871e45c7b0 100644
--- a/x11-libs/qt-opengl/ChangeLog
+++ b/x11-libs/qt-opengl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-opengl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.28 2009/05/13 18:00:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.29 2009/05/14 23:26:34 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-opengl-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> qt-opengl-4.5.1.ebuild:
Marking qt-opengl-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.0.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.0.ebuild
deleted file mode 100644
index da0916ee260d..000000000000
--- a/x11-libs/qt-opengl/qt-opengl-4.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.5.0.ebuild,v 1.2 2009/03/17 17:55:55 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The OpenGL module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+qt3support"
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=]
- ~x11-libs/qt-gui-${PV}[debug=,qt3support=]
- virtual/opengl
- virtual/glu"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/opengl"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/QtCore
-include/QtGui
-include/QtOpenGL
-src/corelib
-src/gui
-src/3rdparty"
-
-QCONFIG_ADD="opengl"
-QCONFIG_DEFINE="QT_OPENGL"
-
-src_configure() {
- myconf="${myconf} -opengl
- $(qt_use qt3support)"
-
- qt4-build_src_configure
-
- # Not building tools/designer/src/plugins/tools/view3d as it's
- # commented out of the build in the source
-}
diff --git a/x11-libs/qt-phonon/ChangeLog b/x11-libs/qt-phonon/ChangeLog
index b03a63a7fd24..0d2d5cef4caf 100644
--- a/x11-libs/qt-phonon/ChangeLog
+++ b/x11-libs/qt-phonon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-phonon
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.28 2009/05/13 18:01:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.29 2009/05/14 23:28:46 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-phonon-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> qt-phonon-4.5.1.ebuild:
Marking qt-phonon-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-phonon/qt-phonon-4.5.0.ebuild b/x11-libs/qt-phonon/qt-phonon-4.5.0.ebuild
deleted file mode 100644
index 7f4e3b309e82..000000000000
--- a/x11-libs/qt-phonon/qt-phonon-4.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.5.0.ebuild,v 1.5 2009/03/21 11:51:49 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The Phonon module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="+dbus"
-
-DEPEND="~x11-libs/qt-gui-${PV}[debug=,glib,qt3support]
- !kde-base/phonon-kde
- !kde-base/phonon-xine
- !media-sound/phonon
- media-libs/gstreamer
- media-libs/gst-plugins-base
- dbus? ( =x11-libs/qt-dbus-${PV}[debug=] )"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
-src/phonon
-src/plugins/phonon"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/
-src"
-
-QCONFIG_ADD="phonon"
-QCONFIG_DEFINE="QT_GSTREAMER"
-
-src_configure() {
- myconf="${myconf} -phonon -no-opengl -no-svg
- $(qt_use dbus qdbus)"
-
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-script/ChangeLog b/x11-libs/qt-script/ChangeLog
index 6da491ab4c5b..8465638dd299 100644
--- a/x11-libs/qt-script/ChangeLog
+++ b/x11-libs/qt-script/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.30 2009/05/13 18:03:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.31 2009/05/14 23:30:54 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-script-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> qt-script-4.5.1.ebuild:
Marking qt-script-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-script/qt-script-4.5.0.ebuild b/x11-libs/qt-script/qt-script-4.5.0.ebuild
deleted file mode 100644
index 7c5eeea3c233..000000000000
--- a/x11-libs/qt-script/qt-script-4.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0.ebuild,v 1.2 2009/03/17 17:53:05 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The ECMAScript module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+iconv"
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=]"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/script/"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/Qt/
-include/QtCore/
-include/QtScript/
-src/corelib/"
-
-src_configure() {
- myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
- -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
- -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
- -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
- -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
- -no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog
index 836a7ca18d5f..304a77ba527f 100644
--- a/x11-libs/qt-sql/ChangeLog
+++ b/x11-libs/qt-sql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-sql
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.40 2009/05/13 18:03:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.41 2009/05/14 23:34:27 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-sql-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking qt-sql-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-sql/qt-sql-4.5.0.ebuild b/x11-libs/qt-sql/qt-sql-4.5.0.ebuild
deleted file mode 100644
index ab432e9f68ea..000000000000
--- a/x11-libs/qt-sql/qt-sql-4.5.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.5.0.ebuild,v 1.3 2009/05/05 08:28:14 ssuominen Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The SQL module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="firebird +iconv mysql odbc postgres +qt3support +sqlite"
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=]
- firebird? ( dev-db/firebird )
- sqlite? ( dev-db/sqlite:3 )
- mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
- odbc? ( dev-db/unixODBC )"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/sql src/plugins/sqldrivers"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/Qt/
-include/QtCore/
-include/QtSql/
-include/QtScript/
-src/src.pro
-src/corelib/
-src/plugins
-src/sql
-src/3rdparty
-src/tools"
-
-pkg_setup() {
- if ! (use firebird || use mysql || use odbc || use postgres || use sqlite); then
- ewarn "You need to enable at least one SQL driver. Enable at least"
- ewarn "one of these USE flags: \"firebird mysql odbc postgres sqlite\""
- die "Enable at least one SQL driver."
- fi
-
- qt4-build_pkg_setup
-}
-
-src_unpack() {
- qt4-build_src_unpack
-}
-
-src_prepare() {
- qt4-build_src_prepare
- sed -e '/pg_config --libs/d' -i "${S}"/configure \
- || die 'Sed to fix postgresql usage in ./configure failed.'
-}
-
-src_configure() {
- # Don't support sqlite2 anymore
- myconf="${myconf} -no-sql-sqlite2
- $(qt_use mysql sql-mysql plugin) $(use mysql && echo "-I/usr/include/mysql -L/usr/$(get_libdir)/mysql ")
- $(qt_use postgres sql-psql plugin) $(use postgres && echo "-I/usr/include/postgresql/pgsql ")
- $(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo '-system-sqlite')
- $(qt_use odbc sql-odbc plugin)
- $(qt_use qt3support)"
-
- myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
- -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
- -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
- -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
- -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig
- -no-glib -no-opengl -no-svg -no-gtkstyle"
-
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog
index 81d5966dcccf..cacb774e43fd 100644
--- a/x11-libs/qt-svg/ChangeLog
+++ b/x11-libs/qt-svg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-svg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.29 2009/05/13 18:04:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.30 2009/05/14 23:38:08 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-svg-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking qt-svg-4.5.1-r1 ppc stable for bug 266201
diff --git a/x11-libs/qt-svg/qt-svg-4.5.0.ebuild b/x11-libs/qt-svg/qt-svg-4.5.0.ebuild
deleted file mode 100644
index 7c91053e015e..000000000000
--- a/x11-libs/qt-svg/qt-svg-4.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.0.ebuild,v 1.3 2009/03/17 17:49:38 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The SVG module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+iconv"
-
-DEPEND="~x11-libs/qt-gui-${PV}[debug=]"
-RDEPEND="${DEPEND}"
-
-QCONFIG_ADD="svg"
-QCONFIG_DEFINE="QT_SVG"
-QT4_TARGET_DIRECTORIES="
-src/svg
-src/plugins/imageformats/svg
-src/plugins/iconengines/svgiconengine"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/QtSvg/
-include/Qt/
-include/QtGui/
-include/QtCore/
-include/QtXml/
-src/corelib/
-src/gui/
-src/plugins/
-src/xml
-src/3rdparty"
-
-src_configure() {
- myconf="${myconf} $(qt_use iconv) -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr
- -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
- -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
- -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
- -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
- -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue"
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog
index a0aa152cf416..fd06900b3efe 100644
--- a/x11-libs/qt-test/ChangeLog
+++ b/x11-libs/qt-test/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-test
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.29 2009/05/13 18:05:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.30 2009/05/14 23:42:18 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-test-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking qt-test-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-test/qt-test-4.5.0.ebuild b/x11-libs/qt-test/qt-test-4.5.0.ebuild
deleted file mode 100644
index e9d564862dae..000000000000
--- a/x11-libs/qt-test/qt-test-4.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0.ebuild,v 1.2 2009/03/17 17:59:51 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The testing framework module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+iconv"
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=]"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/testlib"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/QtTest/
-include/QtCore/
-src/corelib/"
-
-src_configure() {
- myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
- -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
- -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
- -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
- -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
- -no-fontconfig -no-glib -no-opengl -no-svg"
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog
index a3070e5c5d6c..584818fc5791 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.34 2009/05/13 18:06:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.35 2009/05/14 23:45:37 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-webkit-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking qt-webkit-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild b/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild
deleted file mode 100644
index 3333e166cfd6..000000000000
--- a/x11-libs/qt-webkit/qt-webkit-4.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 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.5.0.ebuild,v 1.4 2009/03/18 10:46:04 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The Webkit module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl]
- ~x11-libs/qt-gui-${PV}[debug=]
- || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )"
-RDEPEND="${DEPEND}"
-
-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"
-
-src_prepare() {
- [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
- qt4-build_src_prepare
-}
-
-src_configure() {
- myconf="${myconf} -webkit"
- qt4-build_src_configure
-}
diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog
index 25ff8d956a97..45a2615d4ed2 100644
--- a/x11-libs/qt-xmlpatterns/ChangeLog
+++ b/x11-libs/qt-xmlpatterns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-xmlpatterns
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.27 2009/05/13 18:06:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.28 2009/05/14 23:49:07 yngwin Exp $
+
+ 14 May 2009; Ben de Groot <yngwin@gentoo.org>
+ -qt-xmlpatterns-4.5.0.ebuild:
+ Remove old
13 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking qt-xmlpatterns-4.5.1 ppc stable for bug 266201
diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0.ebuild
deleted file mode 100644
index 929dc42b465c..000000000000
--- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.5.0.ebuild,v 1.2 2009/03/17 17:54:15 armin76 Exp $
-
-EAPI="2"
-inherit qt4-build
-
-DESCRIPTION="The patternist module for the Qt toolkit"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="~x11-libs/qt-core-${PV}[debug=]"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/xmlpatterns"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
-include/QtCore
-include/QtNetwork
-include/QtXmlPatterns
-src/network/
-src/corelib/"
-
-QCONFIG_ADD="xmlpatterns"
-QCONFIG_DEFINE="QT_XMLPATTERNS"
-
-src_configure() {
- myconf="${myconf} -xmlpatterns"
- qt4-build_src_configure
-}