Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/poxml/
Date: Mon, 12 Jul 2021 21:19:50
Message-Id: 1626123979.285d8b48e6889f51b3bba01cbe794bd4ce711614.asturm@gentoo
1 commit: 285d8b48e6889f51b3bba01cbe794bd4ce711614
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 20:01:06 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 21:06:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285d8b48
7
8 kde-apps/poxml: drop 21.04.2*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/poxml/Manifest | 1 -
13 kde-apps/poxml/poxml-21.04.2.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
17 index 630f366f24b..b5ea2989a35 100644
18 --- a/kde-apps/poxml/Manifest
19 +++ b/kde-apps/poxml/Manifest
20 @@ -1,3 +1,2 @@
21 DIST poxml-20.12.3.tar.xz 43224 BLAKE2B 348b9a0ac90b2865befb840453448072a78bb661bc33f1d01f593ef50c4895f58db3253a7d8f638bfdd3d23df91a2b03d531c2df3770a54303cb64fda5bd1a0c SHA512 b96c21440018d3adbad0d8acb1a054e147b167398e98238cde90a27337891fa0092304c2cbfce786ba473a7eeaec44c9010911dd55763626ecefdd7377ee9e8f
22 -DIST poxml-21.04.2.tar.xz 43532 BLAKE2B 126416fe720430e15cc145d1d4392bc92e56b09078cb4410f2545f2e3536449b4fbea8976c4c6899ae0d9c82466f9847b6b67f749f0009a86851b57707b2f599 SHA512 18fc332c41937b4bddd6c28b5d2b0ddaf2f2cd68d142272db6b44e869c646d566524419beac6708abac94f00a9119099c30ec764fe0290516f268088ef88beee
23 DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df SHA512 52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8
24
25 diff --git a/kde-apps/poxml/poxml-21.04.2.ebuild b/kde-apps/poxml/poxml-21.04.2.ebuild
26 deleted file mode 100644
27 index 75837ed709a..00000000000
28 --- a/kde-apps/poxml/poxml-21.04.2.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -ECM_HANDBOOK="forceoptional"
37 -QTMIN=5.15.2
38 -inherit ecm kde.org
39 -
40 -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
41 -
42 -LICENSE="GPL-2" # TODO: CHECK
43 -SLOT="5"
44 -KEYWORDS="~amd64 ~arm64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - >=dev-qt/qtxml-${QTMIN}:5
49 - sys-devel/gettext
50 -"
51 -RDEPEND="${DEPEND}"