summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-12-05 21:51:09 +0000
committerAlex Alexander <wired@gentoo.org>2010-12-05 21:51:09 +0000
commit2cabb1fadfe1c3cdf200c9407656a2a862eaab75 (patch)
tree7127b17f769534f896b6e6fbabf77fee100ff9fb /x11-libs/qt
parentremoved 4.5.3 (diff)
downloadgentoo-2-2cabb1fadfe1c3cdf200c9407656a2a862eaab75.tar.gz
gentoo-2-2cabb1fadfe1c3cdf200c9407656a2a862eaab75.tar.bz2
gentoo-2-2cabb1fadfe1c3cdf200c9407656a2a862eaab75.zip
removed 4.5.3
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog5
-rw-r--r--x11-libs/qt/qt-4.5.3.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 8394488fb643..868caf841b5e 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.626 2010/11/13 21:40:55 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.627 2010/12/05 21:51:09 wired Exp $
+
+ 05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-4.5.3.ebuild:
+ removed 4.5.3
*qt-4.7.1 (13 Nov 2010)
diff --git a/x11-libs/qt/qt-4.5.3.ebuild b/x11-libs/qt/qt-4.5.3.ebuild
deleted file mode 100644
index 168e7f288445..000000000000
--- a/x11-libs/qt/qt-4.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.3.ebuild,v 1.8 2010/08/18 03:59:27 jer 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 ~mips ppc ppc64 -sparc 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-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
-}