diff options
author | 2020-03-19 02:34:04 +0100 | |
---|---|---|
committer | 2020-03-19 02:34:50 +0100 | |
commit | 69bda468b16a78ac6fcd84b1c08671bc6ea74726 (patch) | |
tree | ffa226d7d06da09349b8cb8129a85a23ce627174 /kde-apps/poxml | |
parent | ecm.eclass: Drop KDE Applications 19.08.3 support (diff) | |
download | gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.gz gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.bz2 gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.zip |
kde-apps: Re-add KDE Applications 19.08.3 for arm64 only
Package-Manager: Portage-2.3.94, Repoman-2.3.21
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.08.3.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 40fb7463e1bb..9c8da12488ba 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1 +1,2 @@ +DIST poxml-19.08.3.tar.xz 43192 BLAKE2B 5105dd1552d94404f41b400ed6ae85ffb17f6b8df62457cb40987b344ae91d0d8bb5707472fb3212c4147b8fe202f7dff91bb5f7bc9d6857d1b945e68dbab89a SHA512 34cc4323def1c62f0d7e088ff664a9001cb9b0b594bc9f47cb5c6546ab43555cffc5c6c0d2d695a81611fd0fa1bc6b7c2693f2b938645721368adc1da1f836f9 DIST poxml-19.12.3.tar.xz 43336 BLAKE2B d1c60266a38c05b3cb5a65031f50aba4cb1352f93d48937dc9ff95a87987cdc0eb02a48b9e169ff97b844cbc020e8de3899c55c472863ce5627e8016fa30a134 SHA512 30c905660db03368095a19e8b8a90c73d604fe2e4eb8df61a47a2abd11e716da94dbccd3b8bfccf134f52536eacbb7327fe08e9d00d752163f8cb61ef67c8362 diff --git a/kde-apps/poxml/poxml-19.08.3.ebuild b/kde-apps/poxml/poxml-19.08.3.ebuild new file mode 100644 index 000000000000..afc9d3079074 --- /dev/null +++ b/kde-apps/poxml/poxml-19.08.3.ebuild @@ -0,0 +1,20 @@ +# 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="arm64" +IUSE="" + +DEPEND=" + >=dev-qt/qtxml-${QTMIN}:5 + sys-devel/gettext +" +RDEPEND="${DEPEND}" |