summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-01 13:53:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-01 14:53:20 +0200
commit80398da75378fa246a986ed3124647e544f7e254 (patch)
treef08b98e7c862d33000978a7abdba920b275ad52f /dev-qt
parentdev-qt/qtscript: drop 5.15.8 (diff)
downloadgentoo-80398da75378fa246a986ed3124647e544f7e254.tar.gz
gentoo-80398da75378fa246a986ed3124647e544f7e254.tar.bz2
gentoo-80398da75378fa246a986ed3124647e544f7e254.zip
dev-qt/qtscxml: drop 5.15.8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtscxml/Manifest1
-rw-r--r--dev-qt/qtscxml/qtscxml-5.15.8.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
index 043bd9c12785..39beb74a565b 100644
--- a/dev-qt/qtscxml/Manifest
+++ b/dev-qt/qtscxml/Manifest
@@ -1,3 +1,2 @@
-DIST qtscxml-everywhere-opensource-src-5.15.8.tar.xz 436864 BLAKE2B ada2ac54eaef077da132929a658a461151e5b1c15a02874b80da6334eb5fdca5737126e5caff308fccd0bec96cd07a36b188113b8d26beb7dab9d1e9278598e8 SHA512 f1e560e3091eb60b70e5b7ab187511708d16c1b2e8a0c1a6d7a95358eb3ed998bdf0e57b7855e38a773509805790603e3e8e64627f52f05f305d8a29108db9f2
DIST qtscxml-everywhere-opensource-src-5.15.9.tar.xz 436620 BLAKE2B 4471906e193e71c2cf16165a6925f2fa802d057afcb2690b0e9558c4fa98445282660346364800357e37f1146e077a3b10043fba3bd934bee34d8b801c74214e SHA512 f6c6bdcb651055fd3a9b18fae1860f0d72afe83a08b387cb1393d0b1966eaaf1d8ce4530e6faa3a4e4a18d97a8e36937303b99e29d7dba17b6bcda61a5eb9872
DIST qtscxml-everywhere-src-6.5.0.tar.xz 1254984 BLAKE2B c004f2bb8961c2d8678497363920b7be82917b9b178334db90ef4ec386d498f7bbc4976018f0dbf35f76f7b7b5aea972b785f51bf60d91d29b5c7585dc18171e SHA512 21933952c5eecce2cfe45c8c7b50d249b71f49538ee6736a7180534abd44b6032ea9e4d2aa9b658b78f60ffd61cd065046da6df5abed13483237e8d8dcd9fe56
diff --git a/dev-qt/qtscxml/qtscxml-5.15.8.ebuild b/dev-qt/qtscxml/qtscxml-5.15.8.ebuild
deleted file mode 100644
index 9a76f3de8862..000000000000
--- a/dev-qt/qtscxml/qtscxml-5.15.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 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}"