commit:     e7acd20c95a4b05c6e7b56e72d4320b9f09fe45f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 18:31:35 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 20:11:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7acd20c

kde-apps/poxml: 22.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/poxml/Manifest             |  1 +
 kde-apps/poxml/poxml-22.08.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
index 62a141379f73..323ac095e8fb 100644
--- a/kde-apps/poxml/Manifest
+++ b/kde-apps/poxml/Manifest
@@ -1 +1,2 @@
 DIST poxml-22.04.3.tar.xz 44084 BLAKE2B 
7c28e460b301ea34f6a3470ed0f548058fd46659644b14d4955ae326d20c31b87c8a4a7c8d7d08920423b467e3dea730e9328de599a650fc64bc243da02158f9
 SHA512 
1efe9913cd0337eb47b85dfd64b2ce43cd8a0b9c32b8ba99c43d94aa68dda028255fbbac4f83a7af393f7a0b2f653d7287c5376b1a3beafe36fa56fbb28ce56b
+DIST poxml-22.08.0.tar.xz 44072 BLAKE2B 
e7dbb641f3c8eafe21e7587cf4e45d611d125aacc96189b54507179fa2444f36700394688d5c5abf657d2cb4014c2f5a84db6f4a87fbd814cfabbd0557733479
 SHA512 
477785b0d7b9f7f522fcf5270f4a154dafae19635396192b599301a3a2f459b3f203d61dbc2462b20519f9797a7bc314cf5e5906e06759bc411503ab323302d3

diff --git a/kde-apps/poxml/poxml-22.08.0.ebuild 
b/kde-apps/poxml/poxml-22.08.0.ebuild
new file mode 100644
index 000000000000..ac82b6a10620
--- /dev/null
+++ b/kde-apps/poxml/poxml-22.08.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtxml-${QTMIN}:5
+       sys-devel/gettext
+"
+RDEPEND="${DEPEND}"

Reply via email to