diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:05:31 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-03-01 19:05:31 +0000 |
commit | 8ac045e366e29c2e1b81c118108d64252a73ed83 (patch) | |
tree | a14287bea6e93497fe680a668cfcbe6cb4a5d461 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-8ac045e366e29c2e1b81c118108d64252a73ed83.tar.gz gentoo-2-8ac045e366e29c2e1b81c118108d64252a73ed83.tar.bz2 gentoo-2-8ac045e366e29c2e1b81c118108d64252a73ed83.zip |
Version bump Qt 4.7.2
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.7.2.ebuild | 40 |
2 files changed, 47 insertions, 2 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 868caf841b5e..eb84cd5c7106 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,11 @@ # 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.627 2010/12/05 21:51:09 wired Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.628 2011/03/01 19:05:31 tampakrap Exp $ + +*qt-4.7.2 (01 Mar 2011) + + 01 Mar 2011; Theo Chatzimichos <tampakrap@gentoo.org> +qt-4.7.2.ebuild: + Version bump Qt 4.7.2 05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-4.5.3.ebuild: removed 4.5.3 diff --git a/x11-libs/qt/qt-4.7.2.ebuild b/x11-libs/qt/qt-4.7.2.ebuild new file mode 100644 index 000000000000..c9a18f03450d --- /dev/null +++ b/x11-libs/qt/qt-4.7.2.ebuild @@ -0,0 +1,40 @@ +# 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.7.2.ebuild,v 1.1 2011/03/01 19:05:31 tampakrap 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="~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-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-declarative-${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 +} |