diff options
author | Alex Alexander <wired@gentoo.org> | 2009-10-16 16:51:30 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-10-16 16:51:30 +0000 |
commit | 3b05371a23ca7cc8fcfc8fbf4ee9a5048f1d7453 (patch) | |
tree | bff24948b833b165b00231b96b9a1d964c4dc94f /x11-libs/qt | |
parent | Stable for HPPA (bug #287369). (diff) | |
download | historical-3b05371a23ca7cc8fcfc8fbf4ee9a5048f1d7453.tar.gz historical-3b05371a23ca7cc8fcfc8fbf4ee9a5048f1d7453.tar.bz2 historical-3b05371a23ca7cc8fcfc8fbf4ee9a5048f1d7453.zip |
added version 4.6.0_beta1
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.6.0_beta1.ebuild | 39 |
2 files changed, 45 insertions, 1 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 10efd1d01c17..25212775533e 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,11 @@ # 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.590 2009/10/11 17:31:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.591 2009/10/16 16:50:37 wired Exp $ + +*qt-4.6.0_beta1 (16 Oct 2009) + + 16 Oct 2009; Alex Alexander <wired@gentoo.org> +qt-4.6.0_beta1.ebuild: + added version 4.6.0_beta1 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> qt-4.5.2.ebuild: alpha/ia64 stable wrt #286653 diff --git a/x11-libs/qt/qt-4.6.0_beta1.ebuild b/x11-libs/qt/qt-4.6.0_beta1.ebuild new file mode 100644 index 000000000000..af59b68b8d31 --- /dev/null +++ b/x11-libs/qt/qt-4.6.0_beta1.ebuild @@ -0,0 +1,39 @@ +# 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_beta1.ebuild,v 1.1 2009/10/16 16:50:37 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="~alpha ~amd64 ~arm ~hppa ~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-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 +} |