From 36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:49:31 +0100 Subject: Revert "gentoo resync : 13.09.2019" This reverts commit a1392efe64137262023d92492396ca9156d22396. --- dev-qt/qtscript/qtscript-5.12.5.ebuild | 36 ---------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 dev-qt/qtscript/qtscript-5.12.5.ebuild (limited to 'dev-qt/qtscript/qtscript-5.12.5.ebuild') diff --git a/dev-qt/qtscript/qtscript-5.12.5.ebuild b/dev-qt/qtscript/qtscript-5.12.5.ebuild deleted file mode 100644 index c5092df8b111..000000000000 --- a/dev-qt/qtscript/qtscript-5.12.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -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 ~sparc ~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