summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-05-14 23:26:34 +0000
committerBen de Groot <yngwin@gentoo.org>2009-05-14 23:26:34 +0000
commitdaeb8bbe8f0f80da5988aa76a85de1a57298656e (patch)
treed97759f5e7206fc0aa3c928fd2cf74055adb1564
parentBump to 0.12.1. Clean up revisions. (diff)
downloadgentoo-2-daeb8bbe8f0f80da5988aa76a85de1a57298656e.tar.gz
gentoo-2-daeb8bbe8f0f80da5988aa76a85de1a57298656e.tar.bz2
gentoo-2-daeb8bbe8f0f80da5988aa76a85de1a57298656e.zip
Remove old
(Portage version: 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
2 files changed, 4 insertions, 40 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
-}