commit: 981cde7c49ec50a5aa6fd4509772915755814ce0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 2 09:46:01 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 2 13:09:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981cde7c
dev-qt/qtscxml: add 5.15.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtscxml/Manifest | 1 +
dev-qt/qtscxml/qtscxml-5.15.18.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
index e3584d43a98d..ffe95cf7807d 100644
--- a/dev-qt/qtscxml/Manifest
+++ b/dev-qt/qtscxml/Manifest
@@ -1,3 +1,4 @@
DIST qtscxml-everywhere-opensource-src-5.15.17.tar.xz 431216 BLAKE2B
7ea989dfcb5a971d90444f9d5362f41bd3faef8a4de6e2ed79a28ff7f2c68d5971019c6d2a6a4cd787c27dc57b7ba49cd33bf03270e1dfcf121aa425bfaad331
SHA512
85c17f9a9e6b5ee38bf39e79e1510e1e69a14871d06917ecdd145e9517f632d962c6afc89b5644e48b1251a12ed3bdc7d519d36ed3154cd59ce2a0a438645093
+DIST qtscxml-everywhere-opensource-src-5.15.18.tar.xz 415812 BLAKE2B
aac237220793850e44e34f7e17138ff145e29faa1b8a8cf5f332e718f3d5480ca43b1db7ca44c7bcddac312b1352aaef11a9c032febcd04558b6ea7db11a845d
SHA512
9ad88607e25b6bf43ae460904a3ccfb3514c6a6b739dfce4799958d5897601370a83f818e706a0270ccab1a995976384553d1bfca74f53f08bda3f9d1b58cf4c
DIST qtscxml-everywhere-src-6.10.0.tar.xz 546460 BLAKE2B
4c7d1e8300e718f3d58b3cf61261cceb46e3d5c234693068ae0320f9f8ecc913d93e3276dd8c3d8e9991e562370508911008e570982be08637718948e5a2ec3c
SHA512
d3fbccd0f529dd008515d0a449a388fa5969f215a8583aa15e8a3115f3141888f3a3808da8131fe82301f71d7f6301f9d31297aacdc22c7659c9e606c9efbc2d
DIST qtscxml-everywhere-src-6.9.3.tar.xz 545436 BLAKE2B
308cd82b447a4183400648d6e4c2de2d5dcfda8a3673b31f63300bb093a17ec8db153fa59585213d5b3fb5b09c82fe0ac4f611505959842e6a19dad9929c4db5
SHA512
61c7109f39a6db05eb9e14ad559531f6798aa23365a3d57e4431aa271edc0f1b163d7441294bb2f7a3a8249151d9d03c3d1f7ef8847c158f36ee9691dd633314
diff --git a/dev-qt/qtscxml/qtscxml-5.15.18.ebuild
b/dev-qt/qtscxml/qtscxml-5.15.18.ebuild
new file mode 100644
index 000000000000..f9fd68c71a95
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.15.18.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ =dev-qt/qtcore-${QT5_PV}*
+ =dev-qt/qtdeclarative-${QT5_PV}*
+"
+RDEPEND="${DEPEND}"