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: Fri, 20 May 2022 19:43:36
Message-Id: 1653075752.c8842710a9af9317ca3ba75d1ac241b3e3d17066.asturm@gentoo
1 commit: c8842710a9af9317ca3ba75d1ac241b3e3d17066
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 19:35:35 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 19:42:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8842710
7
8 dev-qt/qtscxml: 5.15.4 version bump
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 insertions(+)
15
16 diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
17 index f2a75cb6a31d..3f62f68daa08 100644
18 --- a/dev-qt/qtscxml/Manifest
19 +++ b/dev-qt/qtscxml/Manifest
20 @@ -1 +1,2 @@
21 DIST qtscxml-everywhere-opensource-src-5.15.3.tar.xz 434432 BLAKE2B 4fca0228dfae034b19e8021f717f71ac84f71b54e8245ac06168abd509925c16ed4403f0af2c7d7d20bea2043c4fb22cecc33f9e54972788370b8227050d8c45 SHA512 59b4f2f5bf86a6528cbcffa64a1f3d300fde8509f94c95956558f8643d8f4d093609f4f6d4c095a58e5ea639619f7fd0da6046b2cb72c3cf505859de83aa05d1
22 +DIST qtscxml-everywhere-opensource-src-5.15.4.tar.xz 435952 BLAKE2B 83b599360a3b82fa2e5e203f0a9dcf3ed52c4989f885540a5ffb203fc7d4d70f17c1a21fd1d81ff93b469c91eb3333b5c647c507214175da3c38d14651c7e9b3 SHA512 2664e4e707fd10aa2ef832fdfc133695da3f6f80c2a611dc94b4e22b34c3226d5baa1e5afc77db2115317c654460ebb60896c006aa93b324fe67d6860ae9b431
23
24 diff --git a/dev-qt/qtscxml/qtscxml-5.15.4.ebuild b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
25 new file mode 100644
26 index 000000000000..0c8a34aec710
27 --- /dev/null
28 +++ b/dev-qt/qtscxml/qtscxml-5.15.4.ebuild
29 @@ -0,0 +1,20 @@
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}"