commit: b94617fea580dd020d16fb381633048305429b00
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 10:05:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 13:46:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94617fe
kde-apps/poxml: 21.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/poxml/Manifest | 1 +
kde-apps/poxml/poxml-21.04.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
index 8793d9ad84d..7e8794bf3c2 100644
--- a/kde-apps/poxml/Manifest
+++ b/kde-apps/poxml/Manifest
@@ -1 +1,2 @@
DIST poxml-20.12.3.tar.xz 43224 BLAKE2B
348b9a0ac90b2865befb840453448072a78bb661bc33f1d01f593ef50c4895f58db3253a7d8f638bfdd3d23df91a2b03d531c2df3770a54303cb64fda5bd1a0c
SHA512
b96c21440018d3adbad0d8acb1a054e147b167398e98238cde90a27337891fa0092304c2cbfce786ba473a7eeaec44c9010911dd55763626ecefdd7377ee9e8f
+DIST poxml-21.04.0.tar.xz 43552 BLAKE2B
5fa0afe273580e1d39ba927684aa119a4fd641e893570cd820b662a436f178d278e027c6be91232c6841b18ae965e682def60650e108ade68012cfc40430b572
SHA512
448be68328031fed5b61f8db170ff29681929a7822622acd53934f0c728d9426770ca62c084a94f10f296063f962e00fbd385ad1632c1f991f7b275a88bf4ac3
diff --git a/kde-apps/poxml/poxml-21.04.0.ebuild
b/kde-apps/poxml/poxml-21.04.0.ebuild
new file mode 100644
index 00000000000..75837ed709a
--- /dev/null
+++ b/kde-apps/poxml/poxml-21.04.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}"