From 5608e2e035357834e31a886aafd25bb954ad57ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 May 2018 11:42:22 +0100 Subject: dev-qt/qdoc : import from gentoo tree, make it use our eclass, increase revision to beat gentoo --- dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild (limited to 'dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild') diff --git a/dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild b/dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild new file mode 100644 index 00000000..f9cf2e57 --- /dev/null +++ b/dev-qt/qdoc/qdoc-5.9.5-r1000.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +QT5_MODULE="qttools" +inherit qt5-build-r10000 + +DESCRIPTION="Qt documentation generator" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="qml" + +DEPEND=" + ~dev-qt/qtcore-${PV} + qml? ( ~dev-qt/qtdeclarative-${PV} ) +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/qdoc +) + +src_prepare() { + qt_use_disable_mod qml qmldevtools-private \ + src/qdoc/qdoc.pro + + qt5-build-r10000_src_prepare +} -- cgit v1.2.3