summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-01-06 14:59:36 +0000
committerBen de Groot <yngwin@gentoo.org>2009-01-06 14:59:36 +0000
commit7ced1e8853307949af4dd0242ad8e1cd15b17822 (patch)
tree3050f6385e423226373a91574517dc53da8bfc51 /x11-libs/qt-opengl
parentClean out old ebuilds (diff)
downloadgentoo-2-7ced1e8853307949af4dd0242ad8e1cd15b17822.tar.gz
gentoo-2-7ced1e8853307949af4dd0242ad8e1cd15b17822.tar.bz2
gentoo-2-7ced1e8853307949af4dd0242ad8e1cd15b17822.zip
Clean out old ebuilds
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r--x11-libs/qt-opengl/ChangeLog8
-rw-r--r--x11-libs/qt-opengl/qt-opengl-4.4.0.ebuild40
-rw-r--r--x11-libs/qt-opengl/qt-opengl-4.4.1.ebuild40
3 files changed, 6 insertions, 82 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog
index 6a900a0f0fd9..63d29ff606bc 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.13 2008/09/19 00:13:03 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.14 2009/01/06 14:59:36 yngwin Exp $
+
+ 06 Jan 2009; Ben de Groot <yngwin@gentoo.org> -qt-opengl-4.4.0.ebuild,
+ -qt-opengl-4.4.1.ebuild:
+ Clean out old ebuilds
*qt-opengl-4.4.2 (19 Sep 2008)
diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.0.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.0.ebuild
deleted file mode 100644
index 224e759986bb..000000000000
--- a/x11-libs/qt-opengl/qt-opengl-4.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 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.4.0.ebuild,v 1.5 2008/06/13 23:22:22 ingmar Exp $
-
-EAPI="1"
-inherit qt4-build
-
-DESCRIPTION="The OpenGL module for the Qt toolkit."
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+qt3support"
-
-DEPEND="~x11-libs/qt-gui-${PV}
- !<=x11-libs/qt-4.4.0_alpha:${SLOT}
- virtual/opengl
- virtual/glu"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/opengl"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}"
-QCONFIG_ADD="opengl"
-QCONFIG_DEFINE="QT_OPENGL"
-
-pkg_setup() {
- use qt3support && QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK}
- ~x11-libs/qt-core-${PV} qt3support"
- qt4-build_pkg_setup
-}
-
-src_compile() {
- local myconf
- myconf="${myconf} -opengl
- $(qt_use qt3support)"
-
- # Not building tools/designer/src/plugins/tools/view3d as it's commented out of the build in the source
- qt4-build_src_compile
-}
diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.1.ebuild
deleted file mode 100644
index e8b8627f3083..000000000000
--- a/x11-libs/qt-opengl/qt-opengl-4.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 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.4.1.ebuild,v 1.1 2008/08/11 13:04:25 yngwin Exp $
-
-EAPI="1"
-inherit qt4-build
-
-DESCRIPTION="The OpenGL module for the Qt toolkit."
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+qt3support"
-
-DEPEND="~x11-libs/qt-gui-${PV}
- !<=x11-libs/qt-4.4.0_alpha:${SLOT}
- virtual/opengl
- virtual/glu"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/opengl"
-QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}"
-QCONFIG_ADD="opengl"
-QCONFIG_DEFINE="QT_OPENGL"
-
-pkg_setup() {
- use qt3support && QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK}
- ~x11-libs/qt-core-${PV} qt3support"
- qt4-build_pkg_setup
-}
-
-src_compile() {
- local myconf
- myconf="${myconf} -opengl
- $(qt_use qt3support)"
-
- # Not building tools/designer/src/plugins/tools/view3d as it's commented out of the build in the source
- qt4-build_src_compile
-}