diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 12:40:50 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 12:40:50 +0000 |
commit | ec9655870da8c63a46fc6122ae9000d5bd3aa455 (patch) | |
tree | b4340040c6dab94bce285798509f86bb0c8f92c1 /x11-libs/qt | |
parent | drop virtual/libc dep (diff) | |
download | gentoo-2-ec9655870da8c63a46fc6122ae9000d5bd3aa455.tar.gz gentoo-2-ec9655870da8c63a46fc6122ae9000d5bd3aa455.tar.bz2 gentoo-2-ec9655870da8c63a46fc6122ae9000d5bd3aa455.zip |
Version bump to Qt-4.4.0.
(Portage version: 2.1.5)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.4.0.ebuild | 24 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.4.0_rc1.ebuild | 22 |
3 files changed, 42 insertions, 12 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 90e702e6c34b..f3f6f94c3f9c 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,12 @@ # 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.536 2008/05/11 18:43:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.537 2008/05/15 12:40:50 ingmar Exp $ + +*qt-4.4.0 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> qt-4.4.0_rc1.ebuild, + +qt-4.4.0.ebuild: + Version bump to Qt-4.4.0. 11 May 2008; Diego Pettenò <flameeyes@gentoo.org> +files/qt-3.3.8-immqt+gcc-4.3.patch, qt-3.3.8-r4.ebuild: diff --git a/x11-libs/qt/qt-4.4.0.ebuild b/x11-libs/qt/qt-4.4.0.ebuild new file mode 100644 index 000000000000..dcc0e2828ac6 --- /dev/null +++ b/x11-libs/qt/qt-4.4.0.ebuild @@ -0,0 +1,24 @@ +# 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.ebuild,v 1.1 2008/05/15 12:40:50 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} )" diff --git a/x11-libs/qt/qt-4.4.0_rc1.ebuild b/x11-libs/qt/qt-4.4.0_rc1.ebuild index 0da24db0a099..ac97eda4ebbf 100644 --- a/x11-libs/qt/qt-4.4.0_rc1.ebuild +++ b/x11-libs/qt/qt-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # 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_rc1.ebuild,v 1.15 2008/04/10 13:38:40 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.0_rc1.ebuild,v 1.16 2008/05/15 12:40:50 ingmar Exp $ DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework." HOMEPAGE="http://www.trolltech.com/" @@ -12,13 +12,13 @@ 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} )" +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} )" |