Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/poxml/
Date: Mon, 22 Aug 2022 20:13:06
Message-Id: 1661199077.e7acd20c95a4b05c6e7b56e72d4320b9f09fe45f.asturm@gentoo
1 commit: e7acd20c95a4b05c6e7b56e72d4320b9f09fe45f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 18:31:35 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 20:11:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7acd20c
7
8 kde-apps/poxml: 22.08.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/poxml/Manifest | 1 +
13 kde-apps/poxml/poxml-22.08.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
17 index 62a141379f73..323ac095e8fb 100644
18 --- a/kde-apps/poxml/Manifest
19 +++ b/kde-apps/poxml/Manifest
20 @@ -1 +1,2 @@
21 DIST poxml-22.04.3.tar.xz 44084 BLAKE2B 7c28e460b301ea34f6a3470ed0f548058fd46659644b14d4955ae326d20c31b87c8a4a7c8d7d08920423b467e3dea730e9328de599a650fc64bc243da02158f9 SHA512 1efe9913cd0337eb47b85dfd64b2ce43cd8a0b9c32b8ba99c43d94aa68dda028255fbbac4f83a7af393f7a0b2f653d7287c5376b1a3beafe36fa56fbb28ce56b
22 +DIST poxml-22.08.0.tar.xz 44072 BLAKE2B e7dbb641f3c8eafe21e7587cf4e45d611d125aacc96189b54507179fa2444f36700394688d5c5abf657d2cb4014c2f5a84db6f4a87fbd814cfabbd0557733479 SHA512 477785b0d7b9f7f522fcf5270f4a154dafae19635396192b599301a3a2f459b3f203d61dbc2462b20519f9797a7bc314cf5e5906e06759bc411503ab323302d3
23
24 diff --git a/kde-apps/poxml/poxml-22.08.0.ebuild b/kde-apps/poxml/poxml-22.08.0.ebuild
25 new file mode 100644
26 index 000000000000..ac82b6a10620
27 --- /dev/null
28 +++ b/kde-apps/poxml/poxml-22.08.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +ECM_HANDBOOK="forceoptional"
36 +QTMIN=5.15.5
37 +inherit ecm gear.kde.org
38 +
39 +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
40 +
41 +LICENSE="GPL-2" # TODO: CHECK
42 +SLOT="5"
43 +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
44 +IUSE=""
45 +
46 +DEPEND="
47 + >=dev-qt/qtxml-${QTMIN}:5
48 + sys-devel/gettext
49 +"
50 +RDEPEND="${DEPEND}"