diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-09 18:20:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-09 18:23:07 +0100 |
commit | 101f20b293d1a063a2a1237a3beeac631704d3e5 (patch) | |
tree | 4cc6096c25b56aa84df9d4b7a9d5826fae4d4d66 /kde-apps/poxml | |
parent | sys-kernel/vanilla-kernel-bin: Bump to 4.19.94 LTS (diff) | |
download | gentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.tar.gz gentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.tar.bz2 gentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.zip |
kde-apps: Add KDE Applications 19.12.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r-- | kde-apps/poxml/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/poxml/poxml-19.12.1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index e371d8f36df5..3dd97140748c 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1,3 @@ DIST poxml-19.08.3.tar.xz 43192 BLAKE2B 5105dd1552d94404f41b400ed6ae85ffb17f6b8df62457cb40987b344ae91d0d8bb5707472fb3212c4147b8fe202f7dff91bb5f7bc9d6857d1b945e68dbab89a SHA512 34cc4323def1c62f0d7e088ff664a9001cb9b0b594bc9f47cb5c6546ab43555cffc5c6c0d2d695a81611fd0fa1bc6b7c2693f2b938645721368adc1da1f836f9 DIST poxml-19.12.0.tar.xz 43240 BLAKE2B 656a986f6457b3aa35c2397f478b56249300c682876a4c63d143542dc562952c063b462212cbb7a0271ac3901820f9c9c584b23711b17aadca6a85c9becd8fd8 SHA512 27431a25984ded5a3ec7898bdb66e2187622fdaa3a542a5fb7ff19a14e1d3e63accb3416388fa23cd054bca302117674464c854a8bd334b2cf4b8a83c3ab947c +DIST poxml-19.12.1.tar.xz 43364 BLAKE2B 0f306611354fc3c978afb9fe83b6fabd34fb60cc7f29b6e85b9c079897c0a9476441b486f0d695b1d2258a587901630606a4b8ae8508f8b070acf21930390140 SHA512 f2a8f23a782831f8a17f834b190284ff86ddc5e326e1ecd15367d9a23955ba4c6bdfd4e9ee1df40f8bd09d325db7ad98513977a63fdbc08834c5b21f9299a7e3 diff --git a/kde-apps/poxml/poxml-19.12.1.ebuild b/kde-apps/poxml/poxml-19.12.1.ebuild new file mode 100644 index 000000000000..91e463c5a3fa --- /dev/null +++ b/kde-apps/poxml/poxml-19.12.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}" |