summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-12-01 18:17:25 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-12-01 18:17:25 +0000
commitcb661badc0537c3dfc00288b5a2f7cddbe62a7ff (patch)
tree73f4fc15bf61fc97683836e523357a1061ee5690 /x11-libs/qt
parentAdd Prefix keywords, as tested in the prefix overlay (diff)
downloadhistorical-cb661badc0537c3dfc00288b5a2f7cddbe62a7ff.tar.gz
historical-cb661badc0537c3dfc00288b5a2f7cddbe62a7ff.tar.bz2
historical-cb661badc0537c3dfc00288b5a2f7cddbe62a7ff.zip
Remove Qt 4.6.0
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-4.6.0_rc1.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 1145e2e69c1f..af6c0e26eda9 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.606 2009/12/01 14:46:36 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.607 2009/12/01 18:03:16 tampakrap Exp $
+
+ 01 Dec 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ -qt-4.6.0_rc1.ebuild:
+ Remove Qt 4.6.0 RC
*qt-4.6.0 (01 Dec 2009)
diff --git a/x11-libs/qt/qt-4.6.0_rc1.ebuild b/x11-libs/qt/qt-4.6.0_rc1.ebuild
deleted file mode 100644
index 15273d771dc0..000000000000
--- a/x11-libs/qt/qt-4.6.0_rc1.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/qt-4.6.0_rc1.ebuild,v 1.1 2009/11/18 20:52:57 wired Exp $
-
-EAPI=2
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
-HOMEPAGE="http://www.qtsoftware.com/"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus kde opengl qt3support"
-
-DEPEND=""
-RDEPEND="~x11-libs/qt-core-${PV}
- ~x11-libs/qt-gui-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-sql-${PV}
- ~x11-libs/qt-script-${PV}
- ~x11-libs/qt-xmlpatterns-${PV}
- dbus? ( ~x11-libs/qt-dbus-${PV} )
- opengl? ( ~x11-libs/qt-opengl-${PV} )
- !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
- kde? ( media-sound/phonon )
- qt3support? ( ~x11-libs/qt-qt3support-${PV} )
- ~x11-libs/qt-webkit-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-multimedia-${PV}
- ~x11-libs/qt-assistant-${PV}"
-
-pkg_postinst() {
- echo
- elog "Please note that this meta package is only provided for convenience."
- elog "No packages should depend directly on this meta package, but on the"
- elog "specific split Qt packages needed. This ebuild will be removed in"
- elog "future versions. Users that want all Qt components installed are"
- elog "advised to use the set currently available in qting-edge overlay."
- echo
-}