diff options
author | Alex Alexander <wired@gentoo.org> | 2010-12-05 21:48:44 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-12-05 21:48:44 +0000 |
commit | 0f866669583eb2b4aa0db2e2c21a83320b70d0e0 (patch) | |
tree | b2d5ce3e32ed7ec9fd501112e0b6e03cf9b33ccf /x11-libs/qt-test | |
parent | removed 4.5.3 (diff) | |
download | gentoo-2-0f866669583eb2b4aa0db2e2c21a83320b70d0e0.tar.gz gentoo-2-0f866669583eb2b4aa0db2e2c21a83320b70d0e0.tar.bz2 gentoo-2-0f866669583eb2b4aa0db2e2c21a83320b70d0e0.zip |
removed 4.5.3
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r-- | x11-libs/qt-test/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-test/files/qt-4.5.3-glib-event-loop.patch | 11 | ||||
-rw-r--r-- | x11-libs/qt-test/qt-test-4.5.3-r1.ebuild | 35 |
3 files changed, 5 insertions, 47 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index 91a31bc6276b..27e0703ead16 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.79 2010/11/09 15:46:57 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.80 2010/12/05 21:48:44 wired Exp $ + + 05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-test-4.5.3-r1.ebuild, + -files/qt-4.5.3-glib-event-loop.patch: + removed 4.5.3 *qt-test-4.7.1 (09 Nov 2010) diff --git a/x11-libs/qt-test/files/qt-4.5.3-glib-event-loop.patch b/x11-libs/qt-test/files/qt-4.5.3-glib-event-loop.patch deleted file mode 100644 index 580f027a5471..000000000000 --- a/x11-libs/qt-test/files/qt-4.5.3-glib-event-loop.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp.than qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp ---- qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp.than 2009-10-29 16:15:58.000000000 +0100 -+++ qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp 2009-10-29 16:16:22.000000000 +0100 -@@ -263,7 +263,6 @@ QEventDispatcherGlibPrivate::QEventDispa - (void) new (&timerSource->timerList) QTimerInfoList(); - timerSource->processEventsFlags = QEventLoop::AllEvents; - g_source_set_can_recurse(&timerSource->source, true); -- g_source_set_priority(&timerSource->source, G_PRIORITY_DEFAULT_IDLE); - g_source_attach(&timerSource->source, mainContext); - } - diff --git a/x11-libs/qt-test/qt-test-4.5.3-r1.ebuild b/x11-libs/qt-test/qt-test-4.5.3-r1.ebuild deleted file mode 100644 index 927dc8c27701..000000000000 --- a/x11-libs/qt-test/qt-test-4.5.3-r1.ebuild +++ /dev/null @@ -1,35 +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.3-r1.ebuild,v 1.7 2009/11/10 22:40:47 jer 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/" - -PATCHES=( - "${FILESDIR}/qt-4.5-nolibx11.diff" - "${FILESDIR}/qt-${PV}-glib-event-loop.patch" -) - -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 -} |