summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <zlin@gentoo.org>2008-03-09 14:46:37 +0000
committerBo Ørsted Andresen <zlin@gentoo.org>2008-03-09 14:46:37 +0000
commit4af304f166939dca401f55bf37df94cd51bb6209 (patch)
tree5f02ac381625cb3abdbb4551d6f7337fb4a1e5e0 /x11-libs/qt
parentStable on ppc wrt bug 212398 (diff)
downloadgentoo-2-4af304f166939dca401f55bf37df94cd51bb6209.tar.gz
gentoo-2-4af304f166939dca401f55bf37df94cd51bb6209.tar.bz2
gentoo-2-4af304f166939dca401f55bf37df94cd51bb6209.zip
Removing the qt-4.4 meta ebuild. Packages are not supposed to DEPEND on meta ebuilds and this causes pain without ranged dependencies. If a meta ebuild is needed it should be added as qt-meta-4.4.0_beta1 instead.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog7
-rw-r--r--x11-libs/qt/qt-4.4.0_beta1.ebuild24
2 files changed, 6 insertions, 25 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index ed81c5fcd9ba..a60913fb15c0 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.521 2008/03/05 23:32:09 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.522 2008/03/09 14:46:37 zlin Exp $
+
+ 09 Mar 2008; Bo Ørsted Andresen <zlin@gentoo.org> -qt-4.4.0_beta1.ebuild:
+ Removing the qt-4.4 meta ebuild. Packages are not supposed to DEPEND on meta
+ ebuilds and this causes pain without ranged dependencies. If a meta ebuild
+ is needed it should be added as qt-meta-4.4.0_beta1 instead.
05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-4.4.0_rc1.ebuild:
Old.
diff --git a/x11-libs/qt/qt-4.4.0_beta1.ebuild b/x11-libs/qt/qt-4.4.0_beta1.ebuild
deleted file mode 100644
index 44ca086188fd..000000000000
--- a/x11-libs/qt/qt-4.4.0_beta1.ebuild
+++ /dev/null
@@ -1,24 +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/qt-4.4.0_beta1.ebuild,v 1.1 2008/03/05 23:16:32 ingmar Exp $
-
-DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
-HOMEPAGE="http://www.trolltech.com/"
-
-LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="opengl qt3support"
-
-DEPEND=""
-RDEPEND="~x11-libs/qt-gui-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-sql-${PV}
- ~x11-libs/qt-svg-${PV}
- ~x11-libs/qt-test-${PV}
- ~x11-libs/qt-assistant-${PV}
- ~x11-libs/qt-xmlpatterns-${PV}
- opengl? ( ~x11-libs/qt-opengl-${PV} )
- qt3support? ( ~x11-libs/qt-qt3support-${PV} )"