aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
commit42e56fc6cc857dd6fb0903cdd9b2afddaeaac775 (patch)
tree7af977f14a2c05ad712908d93981b8e7543dd3a3 /dev-qt/qtscript
parentdev-qt: Add Qt 5.11.2 (diff)
downloadqt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.gz
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.bz2
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.zip
dev-qt: Drop Qt 5.11.2
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtscript')
-rw-r--r--dev-qt/qtscript/Manifest1
-rw-r--r--dev-qt/qtscript/qtscript-5.11.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
deleted file mode 100644
index fd9d8de2..00000000
--- a/dev-qt/qtscript/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtscript-everywhere-src-5.11.2.tar.xz 2661200 BLAKE2B d35cde6e628eaf8987c8dd0afd0c6f9c363a357d787f84b185963f5691de3b62b62b0814f2fd6760ab1fedb58e58f721750ae9ed3abfb9560aa9103510e19dfc SHA512 b0b4badc78cdebb3b42fe91104d112afd3bf9d4ead962c58ececa1db3db7fae6d5368f94d940195e2791ebfd09c5d6d5d892e9c4e48d64ec77dd366eddb1ab00
diff --git a/dev-qt/qtscript/qtscript-5.11.2.ebuild b/dev-qt/qtscript/qtscript-5.11.2.ebuild
deleted file mode 100644
index 70066980..00000000
--- a/dev-qt/qtscript/qtscript-5.11.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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
-}