diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-03-02 15:25:21 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-03-02 15:25:21 +0000 |
commit | 9c8869da2324fdc780295ed8093041de5f1aa6b2 (patch) | |
tree | 8b4b0210df389a7ef73c746023b9fc0c0c0e19f1 /dev-qt/qt3support/qt3support-4.8.4.ebuild | |
parent | Move to new dev-qt category (diff) | |
download | gentoo-2-9c8869da2324fdc780295ed8093041de5f1aa6b2.tar.gz gentoo-2-9c8869da2324fdc780295ed8093041de5f1aa6b2.tar.bz2 gentoo-2-9c8869da2324fdc780295ed8093041de5f1aa6b2.zip |
Move to new dev-qt category
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
Diffstat (limited to 'dev-qt/qt3support/qt3support-4.8.4.ebuild')
-rw-r--r-- | dev-qt/qt3support/qt3support-4.8.4.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev-qt/qt3support/qt3support-4.8.4.ebuild b/dev-qt/qt3support/qt3support-4.8.4.ebuild new file mode 100644 index 000000000000..4500db76ec77 --- /dev/null +++ b/dev-qt/qt3support/qt3support-4.8.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/qt3support-4.8.4.ebuild,v 1.1 2013/03/02 15:25:21 yngwin Exp $ + +EAPI=4 + +inherit qt4-build + +DESCRIPTION="The Qt3 support module for the Qt toolkit" +SLOT="4" +if [[ ${QT4_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi +IUSE="+accessibility" + +DEPEND=" + ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support] + ~dev-qt/qtgui-${PV}[accessibility=,aqua=,debug=,qt3support] + ~dev-qt/qtsql-${PV}[aqua=,debug=,qt3support] +" +RDEPEND="${DEPEND}" + +pkg_setup() { + QT4_TARGET_DIRECTORIES=" + src/qt3support + src/tools/uic3 + tools/designer/src/plugins/widgets + tools/porting" + + QT4_EXTRACT_DIRECTORIES=" + src + include + tools" + + qt4-build_pkg_setup +} + +src_configure() { + myconf+=" + -qt3support + $(qt_use accessibility)" + + qt4-build_src_configure +} |