commit: 30ffb3d33a0360d9800ab8a09f0a28fbc8092a88
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 09:48:49 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 10:18:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ffb3d3
kde-apps/poxml: 21.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/poxml/Manifest | 1 +
kde-apps/poxml/poxml-21.08.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
index f866cf9d9b1..16175ba1538 100644
--- a/kde-apps/poxml/Manifest
+++ b/kde-apps/poxml/Manifest
@@ -1 +1,2 @@
DIST poxml-21.04.3.tar.xz 43540 BLAKE2B
97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df
SHA512
52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8
+DIST poxml-21.08.0.tar.xz 43528 BLAKE2B
408251148b504adbb611596c7d81eb57004483686c9be5b5dfa949336f0eac9787043b2026021161ff6f22ab769ec4dc4ab56d1e163a511660c914fe9ea16b29
SHA512
c63414821c916a07b4f19333318c99d8787cbf0c123ffbd4f07fb49763c0c41656270535920ed0bab2cce82eca716430079c98ac11e83117d877b9e3f556c79d
diff --git a/kde-apps/poxml/poxml-21.08.0.ebuild
b/kde-apps/poxml/poxml-21.08.0.ebuild
new file mode 100644
index 00000000000..75837ed709a
--- /dev/null
+++ b/kde-apps/poxml/poxml-21.08.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ sys-devel/gettext
+"
+RDEPEND="${DEPEND}"