diff options
author | 2023-07-13 09:36:01 +0200 | |
---|---|---|
committer | 2023-07-13 10:42:06 +0200 | |
commit | 5a8f3987807ad66587a7995957c62aa0460f58b2 (patch) | |
tree | 179a619faf8084a6f14c03f98249887ad9daf631 | |
parent | dev-qt/qtquicktimeline: drop 5.15.9 (diff) | |
download | gentoo-5a8f3987807ad66587a7995957c62aa0460f58b2.tar.gz gentoo-5a8f3987807ad66587a7995957c62aa0460f58b2.tar.bz2 gentoo-5a8f3987807ad66587a7995957c62aa0460f58b2.zip |
dev-qt/qtscript: drop 5.15.9
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-qt/qtscript/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.9.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest index 5ab5fc47163f..e3d79e7fdb8a 100644 --- a/dev-qt/qtscript/Manifest +++ b/dev-qt/qtscript/Manifest @@ -1,2 +1 @@ DIST qtscript-everywhere-opensource-src-5.15.10.tar.xz 2666052 BLAKE2B 58844771d25d7b8b5318337aa6a68ca3089f4524a8051edc35f556950ee48bde17106ba1c8635341734549db460a63c3c89622c6f01023d596e8ae5c68c99d4d SHA512 3748cc8c90c2f96a21e6b0c8ffacca11d023e37091f6f5a05608f7f787f81619a7aac5c8074360486e28033a28601c1d347e499bc387a36f50c4cec2be30e782 -DIST qtscript-everywhere-opensource-src-5.15.9.tar.xz 2666040 BLAKE2B 5303481d431dc5850b728654d96758f161afa6f6cdd2c9ab40f226e8e998c6d83fee298fb0f9ea67669b9218a845eaf2f25546dc9c0da0dbda14ebd03a0a23b6 SHA512 83a69b3f428fe8322c4ff5bf96736f8e76c0825b06742ef000c22bd0c71598c648b03481f40d86d5233d74096b34c5158a576731a06f12e01b680fd42e31c602 diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild b/dev-qt/qtscript/qtscript-5.15.9.ebuild deleted file mode 100644 index add246d867ea..000000000000 --- a/dev-qt/qtscript/qtscript-5.15.9.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~riscv ~sparc x86" -fi - -IUSE="+jit scripttools" - -DEPEND=" - =dev-qt/qtcore-${QT5_PV}* - scripttools? ( - =dev-qt/qtgui-${QT5_PV}* - =dev-qt/qtwidgets-${QT5_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) - ) - qt5-build_src_configure -} |