summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-12-05 21:46:55 +0000
committerAlex Alexander <wired@gentoo.org>2010-12-05 21:46:55 +0000
commitbc8c140c7af867e74f7d6f2c12dceecf878de01f (patch)
treecbbd8d93530c832d418735d6d8ae4e60000eef45 /x11-libs/qt-opengl
parentremoved 4.5.3 (diff)
downloadgentoo-2-bc8c140c7af867e74f7d6f2c12dceecf878de01f.tar.gz
gentoo-2-bc8c140c7af867e74f7d6f2c12dceecf878de01f.tar.bz2
gentoo-2-bc8c140c7af867e74f7d6f2c12dceecf878de01f.zip
removed 4.5.3
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r--x11-libs/qt-opengl/ChangeLog6
-rw-r--r--x11-libs/qt-opengl/files/qt-4.5.3-glib-event-loop.patch11
-rw-r--r--x11-libs/qt-opengl/qt-opengl-4.5.3-r1.ebuild47
3 files changed, 5 insertions, 59 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog
index 5fe42652a878..3b6c6d1e7d87 100644
--- a/x11-libs/qt-opengl/ChangeLog
+++ b/x11-libs/qt-opengl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-opengl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.81 2010/11/09 15:48:31 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.82 2010/12/05 21:46:55 wired Exp $
+
+ 05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-opengl-4.5.3-r1.ebuild,
+ -files/qt-4.5.3-glib-event-loop.patch:
+ removed 4.5.3
*qt-opengl-4.7.1 (09 Nov 2010)
diff --git a/x11-libs/qt-opengl/files/qt-4.5.3-glib-event-loop.patch b/x11-libs/qt-opengl/files/qt-4.5.3-glib-event-loop.patch
deleted file mode 100644
index 580f027a5471..000000000000
--- a/x11-libs/qt-opengl/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-opengl/qt-opengl-4.5.3-r1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.3-r1.ebuild
deleted file mode 100644
index 245554d25a04..000000000000
--- a/x11-libs/qt-opengl/qt-opengl-4.5.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 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.3-r1.ebuild,v 1.8 2010/09/17 11:10:53 scarabeus 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"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
-src/opengl
-src/plugins/graphicssystems/opengl"
-
-QT4_EXTRACT_DIRECTORIES="
-include/QtCore
-include/QtGui
-include/QtOpenGL
-src/corelib
-src/gui
-src/opengl
-src/plugins
-src/3rdparty"
-
-QCONFIG_ADD="opengl"
-QCONFIG_DEFINE="QT_OPENGL"
-
-PATCHES=(
- "${FILESDIR}/qt-${PV}-glib-event-loop.patch"
-)
-
-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
-}