From 14666358bcbc6116cc1ed18e1b697be67a459f2c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 15 May 2020 12:37:05 +0200 Subject: kde-apps: Add KDE Release Service 20.04.1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- kde-apps/poxml/poxml-20.04.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kde-apps/poxml/poxml-20.04.1.ebuild (limited to 'kde-apps/poxml/poxml-20.04.1.ebuild') diff --git a/kde-apps/poxml/poxml-20.04.1.ebuild b/kde-apps/poxml/poxml-20.04.1.ebuild new file mode 100644 index 000000000000..91e463c5a3fa --- /dev/null +++ b/kde-apps/poxml/poxml-20.04.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +QTMIN=5.12.3 +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}" -- cgit v1.2.3-65-gdbad