summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 19:07:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 10:23:20 +0200
commitd3955b6ff040d57fcadbc16927577739622d749c (patch)
treed31b216803106ce1efb16ee0f14c143fb7fda609 /kde-apps/poxml
parentkde-apps/lokalize: drop 20.08.3* (diff)
downloadgentoo-d3955b6ff040d57fcadbc16927577739622d749c.tar.gz
gentoo-d3955b6ff040d57fcadbc16927577739622d749c.tar.bz2
gentoo-d3955b6ff040d57fcadbc16927577739622d749c.zip
kde-apps/poxml: drop 20.08.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/poxml')
-rw-r--r--kde-apps/poxml/Manifest1
-rw-r--r--kde-apps/poxml/poxml-20.08.3.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
index 00c173e83d01..8793d9ad84db 100644
--- a/kde-apps/poxml/Manifest
+++ b/kde-apps/poxml/Manifest
@@ -1,2 +1 @@
-DIST poxml-20.08.3.tar.xz 43272 BLAKE2B 1f81403d2544b21fb12168d4961d2f890d62a832226887a26486dbd3a62b29e7f346a7c6b7366b5b6c18415638cf1136140a54f0a30cde3802918f2c34a0f057 SHA512 ce3b3344fcf1bacd44b481c84a7a0041c97686169ebd6e29af0f0de8d2fb808556bc52b930b222e1d87db8275892d1d22770ef0df888180e1be476852157ae6c
DIST poxml-20.12.3.tar.xz 43224 BLAKE2B 348b9a0ac90b2865befb840453448072a78bb661bc33f1d01f593ef50c4895f58db3253a7d8f638bfdd3d23df91a2b03d531c2df3770a54303cb64fda5bd1a0c SHA512 b96c21440018d3adbad0d8acb1a054e147b167398e98238cde90a27337891fa0092304c2cbfce786ba473a7eeaec44c9010911dd55763626ecefdd7377ee9e8f
diff --git a/kde-apps/poxml/poxml-20.08.3.ebuild b/kde-apps/poxml/poxml-20.08.3.ebuild
deleted file mode 100644
index 1e63943d542b..000000000000
--- a/kde-apps/poxml/poxml-20.08.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-QTMIN=5.15.1
-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}"