summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-12-01 18:07:00 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-12-01 18:07:00 +0000
commit5520f6121e1d34d1b766ffc06bb55b6f2269b5fa (patch)
tree6c91e57d2d141a0c5ab253bec3f30f16549d8903 /x11-libs/qt-test
parentRemove Qt 4.6.0 (diff)
downloadgentoo-2-5520f6121e1d34d1b766ffc06bb55b6f2269b5fa.tar.gz
gentoo-2-5520f6121e1d34d1b766ffc06bb55b6f2269b5fa.tar.bz2
gentoo-2-5520f6121e1d34d1b766ffc06bb55b6f2269b5fa.zip
Remove Qt 4.6.0
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r--x11-libs/qt-test/ChangeLog6
-rw-r--r--x11-libs/qt-test/qt-test-4.6.0_rc1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog
index 9474293d0156..aa61cfae2809 100644
--- a/x11-libs/qt-test/ChangeLog
+++ b/x11-libs/qt-test/ChangeLog
@@ -1,6 +1,10 @@
# 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.53 2009/12/01 15:01:57 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.54 2009/12/01 18:07:00 tampakrap Exp $
+
+ 01 Dec 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ -qt-test-4.6.0_rc1.ebuild:
+ Remove Qt 4.6.0 RC
*qt-test-4.6.0 (01 Dec 2009)
diff --git a/x11-libs/qt-test/qt-test-4.6.0_rc1.ebuild b/x11-libs/qt-test/qt-test-4.6.0_rc1.ebuild
deleted file mode 100644
index b12a5739f23e..000000000000
--- a/x11-libs/qt-test/qt-test-4.6.0_rc1.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.6.0_rc1.ebuild,v 1.1 2009/11/18 20:52:11 wired 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
-}