diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 201f18b2b8d23..e3584d43a98d3 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,4 +1,3 @@ DIST qtscxml-everywhere-opensource-src-5.15.17.tar.xz 431216 BLAKE2B 7ea989dfcb5a971d90444f9d5362f41bd3faef8a4de6e2ed79a28ff7f2c68d5971019c6d2a6a4cd787c27dc57b7ba49cd33bf03270e1dfcf121aa425bfaad331 SHA512 85c17f9a9e6b5ee38bf39e79e1510e1e69a14871d06917ecdd145e9517f632d962c6afc89b5644e48b1251a12ed3bdc7d519d36ed3154cd59ce2a0a438645093 DIST qtscxml-everywhere-src-6.10.0.tar.xz 546460 BLAKE2B 4c7d1e8300e718f3d58b3cf61261cceb46e3d5c234693068ae0320f9f8ecc913d93e3276dd8c3d8e9991e562370508911008e570982be08637718948e5a2ec3c SHA512 d3fbccd0f529dd008515d0a449a388fa5969f215a8583aa15e8a3115f3141888f3a3808da8131fe82301f71d7f6301f9d31297aacdc22c7659c9e606c9efbc2d -DIST qtscxml-everywhere-src-6.9.2.tar.xz 545560 BLAKE2B 1dc8083dc3199fd9949fe59493d7ee3dbbf14b23a4e9507a85e9e7692284f940214e0474ac6a875ee72023b2bd83dafbd63ee35c421d06cd630fc3022de09e59 SHA512 3c21424f1941ea5e9e0a217149cb9bdd7b3ba729f40e506f2debde4aeaa314e214979436d38ac5c4b423e2a9fee5261a75df5fdc66731c911ae653a4d784e4ff DIST qtscxml-everywhere-src-6.9.3.tar.xz 545436 BLAKE2B 308cd82b447a4183400648d6e4c2de2d5dcfda8a3673b31f63300bb093a17ec8db153fa59585213d5b3fb5b09c82fe0ac4f611505959842e6a19dad9929c4db5 SHA512 61c7109f39a6db05eb9e14ad559531f6798aa23365a3d57e4431aa271edc0f1b163d7441294bb2f7a3a8249151d9d03c3d1f7ef8847c158f36ee9691dd633314 diff --git a/dev-qt/qtscxml/qtscxml-6.9.2.ebuild b/dev-qt/qtscxml/qtscxml-6.9.2.ebuild deleted file mode 100644 index 0bca048cb2980..0000000000000 --- a/dev-qt/qtscxml/qtscxml-6.9.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" -fi - -IUSE="qml" - -RDEPEND=" - ~dev-qt/qtbase-${PV}:6[gui] - qml? ( ~dev-qt/qtdeclarative-${PV}:6 ) -" -DEPEND="${RDEPEND}" - -CMAKE_SKIP_TESTS=( - # may fail with pid-sandbox, or at least musl/hardened+gcc (exact - # conditions unknown but passes without pid, considering this flaky) - tst_qstatemachine -) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package qml Qt6Qml) - ) - - qt6-build_src_configure -}