commit: 43f1031b572069afdeedd81e952017b8e4c32957
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 22:56:57 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 23:00:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f1031b
dev-qt/qtscxml: drop 5.15.11
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtscxml/Manifest | 1 -
dev-qt/qtscxml/qtscxml-5.15.11.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
index 8f8e13605ba2..6cec2064f8ee 100644
--- a/dev-qt/qtscxml/Manifest
+++ b/dev-qt/qtscxml/Manifest
@@ -1,3 +1,2 @@
-DIST qtscxml-everywhere-opensource-src-5.15.11.tar.xz 437492 BLAKE2B
7a478b6d29f14ba442a2f279a99f0e2ca6241cd114a87b0d8f3637a7e22d83b59f883423d73503d416f0ec2893718b05210c6c53aa2ada32ae3f4c6a968c1212
SHA512
7b6b9a13e8a142cbb3d10b879877dcffdcf99a815db8149f7ff869c1b967a39620b8fd0bbb5e07832b9aeb91b6152ea5b8413b25020d73531e560041525a7842
DIST qtscxml-everywhere-opensource-src-5.15.12.tar.xz 437972 BLAKE2B
11bd9a22eada2927e98d7d22f8e17150f7e225b1036173cddd82859b84073dd547278c5df6f096a6318755aa853bc16d8ed2a9721282feedde9ff758b404d80c
SHA512
c451fa8fc5999aa7e3b3a336503bcf1ccc8992ef27645d003c938166384508d2cc9b35fbd21e9da641ea98a2aaa58834ac85e8713bce25b96e4aef79c3cda976
DIST qtscxml-everywhere-src-6.6.1.tar.xz 1176684 BLAKE2B
fa10e70b6500fe6ad2014ba4b82689881fcb7e7a0edc47b7db23d87c9eca26831cdb3d892665d6020069dad5c2287145560dd341be905076b8a9ac04cf88c503
SHA512
3c4b117138e9437a0e7b3f212e3a77aaf42c9fcbfdb30db0693e3fbf1562c68a88558951ff627dc9e91ff10625f3b269d115479e83cada46b9f9094f3d51e5a7
diff --git a/dev-qt/qtscxml/qtscxml-5.15.11.ebuild
b/dev-qt/qtscxml/qtscxml-5.15.11.ebuild
deleted file mode 100644
index 9a76f3de8862..000000000000
--- a/dev-qt/qtscxml/qtscxml-5.15.11.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}"