summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-09-19 00:07:53 +0000
committerBen de Groot <yngwin@gentoo.org>2008-09-19 00:07:53 +0000
commita1f695777f07989e3fcb0adfcb4645caf7b67fc7 (patch)
tree2a64c41b240bf85da63bae8fabe839c25555853e /x11-libs/qt
parentversion bump (diff)
downloadgentoo-2-a1f695777f07989e3fcb0adfcb4645caf7b67fc7.tar.gz
gentoo-2-a1f695777f07989e3fcb0adfcb4645caf7b67fc7.tar.bz2
gentoo-2-a1f695777f07989e3fcb0adfcb4645caf7b67fc7.zip
qt-4.4.2 version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 i686)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r--x11-libs/qt/ChangeLog7
-rw-r--r--x11-libs/qt/qt-4.4.2.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 7ba666b134cb..ead781e2dcea 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.547 2008/09/04 11:08:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.548 2008/09/19 00:07:53 yngwin Exp $
+
+*qt-4.4.2 (18 Sep 2008)
+
+ 18 Sep 2008; Ben de Groot <yngwin@gentoo.org> +qt-4.4.2.ebuild:
+ Version bump
*qt-4.4.1-r1 (04 Sep 2008)
diff --git a/x11-libs/qt/qt-4.4.2.ebuild b/x11-libs/qt/qt-4.4.2.ebuild
new file mode 100644
index 000000000000..0625fdb51f1c
--- /dev/null
+++ b/x11-libs/qt/qt-4.4.2.ebuild
@@ -0,0 +1,26 @@
+# 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.2.ebuild,v 1.1 2008/09/19 00:07:53 yngwin Exp $
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
+HOMEPAGE="http://www.trolltech.com/"
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="dbus 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-script-${PV}
+ ~x11-libs/qt-test-${PV}
+ ~x11-libs/qt-assistant-${PV}
+ ~x11-libs/qt-xmlpatterns-${PV}
+ !sparc? ( !alpha? ( !ia64? ( ~x11-libs/qt-webkit-${PV} ) ) )
+ dbus? ( ~x11-libs/qt-dbus-${PV} )
+ opengl? ( ~x11-libs/qt-opengl-${PV} )
+ qt3support? ( ~x11-libs/qt-qt3support-${PV} )"