summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2011-12-20 22:22:57 +0000
committerDavide Pesavento <pesa@gentoo.org>2011-12-20 22:22:57 +0000
commit5dfcc917182fa3c73ff6a35b28a73631d2378d07 (patch)
treefb2c4e12ed556293162a4096fd5651e9e8b1c36f /x11-libs/qt/qt-4.6.2.ebuild
parentDrop alpha (diff)
downloadgentoo-2-5dfcc917182fa3c73ff6a35b28a73631d2378d07.tar.gz
gentoo-2-5dfcc917182fa3c73ff6a35b28a73631d2378d07.tar.bz2
gentoo-2-5dfcc917182fa3c73ff6a35b28a73631d2378d07.zip
Remove x11-libs/qt.
Diffstat (limited to 'x11-libs/qt/qt-4.6.2.ebuild')
-rw-r--r--x11-libs/qt/qt-4.6.2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-libs/qt/qt-4.6.2.ebuild b/x11-libs/qt/qt-4.6.2.ebuild
deleted file mode 100644
index 68a449e1bb5a..000000000000
--- a/x11-libs/qt/qt-4.6.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.6.2.ebuild,v 1.10 2011/03/26 17:11:03 dilfridge Exp $
-
-EAPI=2
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
-HOMEPAGE="http://qt.nokia.com/"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="4"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-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-libs/phonon ) )
- kde? ( media-libs/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
-}