blob: 5a75de448903bbf4241d90f2a8a5869b6d94f0e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-meta/qt-meta-4.6.ebuild,v 1.1 2011/04/06 21:01:35 wired 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="~alpha ~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-libs/phonon ) )
kde? ( media-libs/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."
echo
}
|