Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/
Date: Wed, 06 Jul 2022 10:27:55
Message-Id: 1657103242.6caa7a7c9ed2667b516f9f0158acaa944fb20e7b.asturm@gentoo
1 commit: 6caa7a7c9ed2667b516f9f0158acaa944fb20e7b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 09:18:17 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 10:27:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6caa7a7c
7
8 dev-qt/qtscxml: Drop 5.15.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtscxml/Manifest | 1 -
13 dev-qt/qtscxml/qtscxml-5.15.4.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
17 index 894fefd6ff7d..46f6ed7986f5 100644
18 --- a/dev-qt/qtscxml/Manifest
19 +++ b/dev-qt/qtscxml/Manifest
20 @@ -1,2 +1 @@
21 -DIST qtscxml-everywhere-opensource-src-5.15.4.tar.xz 435952 BLAKE2B 83b599360a3b82fa2e5e203f0a9dcf3ed52c4989f885540a5ffb203fc7d4d70f17c1a21fd1d81ff93b469c91eb3333b5c647c507214175da3c38d14651c7e9b3 SHA512 2664e4e707fd10aa2ef832fdfc133695da3f6f80c2a611dc94b4e22b34c3226d5baa1e5afc77db2115317c654460ebb60896c006aa93b324fe67d6860ae9b431
22 DIST qtscxml-everywhere-opensource-src-5.15.5.tar.xz 436640 BLAKE2B 15ab4229707adde598674f85dfc9d2648d7fecd459b7bf80f369032a6bb6743f109863a9298b4d4c45b139321cc619a20e4b0ed7c51d37dc23f44cc7fe918a24 SHA512 7c24ba2c679f74e1ef06e2c49989665d58943376dea6ddf0c92c97e7a12f57af23d2c2df98d893d2f2754658a233e3091fa669e463ee421c0aafe01fee622ca4
23
24 diff --git a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
25 deleted file mode 100644
26 index a778e477a992..000000000000
27 --- a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit qt5-build
36 -
37 -DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
38 -
39 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="amd64 ~arm arm64 ~riscv x86"
41 -fi
42 -
43 -IUSE=""
44 -
45 -DEPEND="
46 - =dev-qt/qtcore-${QT5_PV}*
47 - =dev-qt/qtdeclarative-${QT5_PV}*
48 -"
49 -RDEPEND="${DEPEND}"