diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 15:06:35 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-11-11 15:06:35 +0000 |
commit | 70c2718de4c06b54ce713c4346c93c37181b047c (patch) | |
tree | 126e85c34966be7c163182b39897d3ae6f84de66 /x11-libs/qt-opengl | |
parent | Remove obsolete versions (diff) | |
download | gentoo-2-70c2718de4c06b54ce713c4346c93c37181b047c.tar.gz gentoo-2-70c2718de4c06b54ce713c4346c93c37181b047c.tar.bz2 gentoo-2-70c2718de4c06b54ce713c4346c93c37181b047c.zip |
Remove obsolete versions
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild | 40 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.5.1.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.5.2-r1.ebuild | 44 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.5.2.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.5.3.ebuild | 44 |
6 files changed, 6 insertions, 207 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 1f7f096fe21f..76a563882529 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,11 @@ # 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.51 2009/11/10 22:41:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.52 2009/11/11 15:06:35 yngwin Exp $ + + 11 Nov 2009; Ben de Groot <yngwin@gentoo.org> -qt-opengl-4.4.2.ebuild, + -qt-opengl-4.5.1.ebuild, -qt-opengl-4.5.2.ebuild, + -qt-opengl-4.5.2-r1.ebuild, -qt-opengl-4.5.3.ebuild: + Remove obsolete versions 10 Nov 2009; Jeroen Roovers <jer@gentoo.org> qt-opengl-4.5.3-r1.ebuild: Stable for HPPA (bug #290922). diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild deleted file mode 100644 index 545fe15d5756..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.4.2.ebuild +++ /dev/null @@ -1,40 +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.4.2.ebuild,v 1.9 2009/02/18 19:58:24 jer 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 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -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.5.1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.1.ebuild deleted file mode 100644 index 342e3d86fa33..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.5.1.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.1.ebuild,v 1.8 2009/06/30 15:12:28 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 -} diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.2-r1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.2-r1.ebuild deleted file mode 100644 index b69e87867e27..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.5.2-r1.ebuild +++ /dev/null @@ -1,44 +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.2-r1.ebuild,v 1.4 2009/10/11 17:11:15 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 -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" - -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 -} diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.2.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.2.ebuild deleted file mode 100644 index a07aaa074983..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.5.2.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.2.ebuild,v 1.1 2009/06/27 19:19:21 yngwin 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 -} diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.3.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.3.ebuild deleted file mode 100644 index cc485fced10e..000000000000 --- a/x11-libs/qt-opengl/qt-opengl-4.5.3.ebuild +++ /dev/null @@ -1,44 +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.3.ebuild,v 1.2 2009/10/29 15:14:26 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 - virtual/glu" -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" - -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 -} |