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, 29 Nov 2021 13:52:52
Message-Id: 1638193925.1889cd3fb9715dea8fcb24f35b6d5311e83e8bed.asturm@gentoo
1 commit: 1889cd3fb9715dea8fcb24f35b6d5311e83e8bed
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 13:09:07 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 13:52:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1889cd3f
7
8 kde-apps/poxml: drop 21.04.3*
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.3.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
17 index b0978bc07230..68b7214b598c 100644
18 --- a/kde-apps/poxml/Manifest
19 +++ b/kde-apps/poxml/Manifest
20 @@ -1,2 +1 @@
21 -DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df SHA512 52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8
22 DIST poxml-21.08.3.tar.xz 43504 BLAKE2B 7719438eee9c9dab8bf0ff2acea6259ac97f095cdd1c90a069ed9a95a2650e0e5033386bebad93d1a9206a5c9dc7977fd931537d8675e653c96670ee6afb27c2 SHA512 1b86376b408a38947f426f44f45f0a3b5f8df19b389e309ba80500ccf50efbac05f3e8d724786b480a43e49ab31f71412d41d9b581405d8fd8b65e3e29449a91
23
24 diff --git a/kde-apps/poxml/poxml-21.04.3.ebuild b/kde-apps/poxml/poxml-21.04.3.ebuild
25 deleted file mode 100644
26 index 53f8c5bfce65..000000000000
27 --- a/kde-apps/poxml/poxml-21.04.3.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -ECM_HANDBOOK="forceoptional"
36 -QTMIN=5.15.2
37 -inherit ecm kde.org
38 -
39 -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
40 -
41 -LICENSE="GPL-2" # TODO: CHECK
42 -SLOT="5"
43 -KEYWORDS="amd64 arm64 x86"
44 -IUSE=""
45 -
46 -DEPEND="
47 - >=dev-qt/qtxml-${QTMIN}:5
48 - sys-devel/gettext
49 -"
50 -RDEPEND="${DEPEND}"