From 3af4117d918c855770200a2940b144809b14aa4c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 26 Jun 2018 15:10:58 +0200 Subject: dev-qt: Add Qt 5.11.1 (masked) Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-qt/qtscript/qtscript-5.11.1.ebuild | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-qt/qtscript/qtscript-5.11.1.ebuild (limited to 'dev-qt/qtscript/qtscript-5.11.1.ebuild') diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild b/dev-qt/qtscript/qtscript-5.11.1.ebuild new file mode 100644 index 000000000000..2644fc6ec232 --- /dev/null +++ b/dev-qt/qtscript/qtscript-5.11.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" +fi + +IUSE="+jit scripttools" + +DEPEND=" + ~dev-qt/qtcore-${PV} + scripttools? ( + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwidgets-${PV} + ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + qt_use_disable_mod scripttools widgets \ + src/src.pro + + qt5-build_src_prepare +} + +src_configure() { + local myqmakeargs=( + JAVASCRIPTCORE_JIT=$(usex jit 'yes' 'no') + ) + qt5-build_src_configure +} -- cgit v1.2.3-65-gdbad