diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 20:42:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 22:30:23 +0100 |
commit | 941fff4fbbeec15b596d2751ad78a3816004faf2 (patch) | |
tree | 52b416db154c806fc67bb2a5392e35e3d3f6c4cd /kde-apps/poxml | |
parent | kde-frameworks: Drop KDE Frameworks 5.63.0 (diff) | |
download | gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.gz gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.bz2 gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.zip |
kde-apps: Drop KDE Applications 19.08.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18
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.2.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index da52a4251851..193602dffc96 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,3 +1,2 @@ DIST poxml-19.04.3.tar.xz 43336 BLAKE2B 5a1d1a452bd1117fc02904b9a57110982a913a4d8d248d9b96cc87a4ee81ac6c3f6ccc9a1bf313f268d60ed2abcc73666eb5e9daa21cc8c7cb67a8d0df61b803 SHA512 08317130a7e5c189823892ca11f85e19cd5bcf88fd7e86cf4f0643a031dadb4ac26b580c3bd1f7114776cd304d733d1453ad973205afe3aec6a182127be7ccf9 -DIST poxml-19.08.2.tar.xz 43396 BLAKE2B 2a730f643551aefe3b5c50369ff73e178dfa3b901de8e3c111221a7893e26d9052e5e2ea07b86468a95f0c0a7954849b0b8d4711a5c20ecb69095df2c1b92521 SHA512 a0b86afcca6b5efd0f9f40ebdbe043ad6a152af174660908410ed40cf1568d1b88cf96b960fac8b0d4edac2dc3f9ca7176fbf76292a3afdec7f4d41a2b3c1871 DIST poxml-19.08.3.tar.xz 43192 BLAKE2B 5105dd1552d94404f41b400ed6ae85ffb17f6b8df62457cb40987b344ae91d0d8bb5707472fb3212c4147b8fe202f7dff91bb5f7bc9d6857d1b945e68dbab89a SHA512 34cc4323def1c62f0d7e088ff664a9001cb9b0b594bc9f47cb5c6546ab43555cffc5c6c0d2d695a81611fd0fa1bc6b7c2693f2b938645721368adc1da1f836f9 diff --git a/kde-apps/poxml/poxml-19.08.2.ebuild b/kde-apps/poxml/poxml-19.08.2.ebuild deleted file mode 100644 index 52cbeb724b61..000000000000 --- a/kde-apps/poxml/poxml-19.08.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtxml) - sys-devel/gettext -" -RDEPEND="${DEPEND}" |