diff options
Diffstat (limited to 'x11-libs/qt/qt-4.4.0_beta1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-4.4.0_beta1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-libs/qt/qt-4.4.0_beta1.ebuild b/x11-libs/qt/qt-4.4.0_beta1.ebuild new file mode 100644 index 000000000000..44ca086188fd --- /dev/null +++ b/x11-libs/qt/qt-4.4.0_beta1.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_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} )" |