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: Thu, 07 Oct 2021 20:00:46
Message-Id: 1633636810.0602aca97f1d3027558d190879a8fea3f61ed8c7.asturm@gentoo
1 commit: 0602aca97f1d3027558d190879a8fea3f61ed8c7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 19:03:10 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 20:00:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0602aca9
7
8 kde-apps/poxml: drop 21.08.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/poxml/Manifest | 1 -
13 kde-apps/poxml/poxml-21.08.1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
17 index 575bfc89acf..8a1256804dd 100644
18 --- a/kde-apps/poxml/Manifest
19 +++ b/kde-apps/poxml/Manifest
20 @@ -1,3 +1,2 @@
21 DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df SHA512 52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8
22 -DIST poxml-21.08.1.tar.xz 43528 BLAKE2B 2860f75d4ecc86a2d397ac4107aa4de581a6e8f4181b77daf5ddc5f96d372f0b51fdae0e007de80e0a853a868798577132150a88c22c60244c6d89785073670c SHA512 8a6f792d47225e0df205756ef43e946ee86897de431633da824ec946e10763baf7e76786c33e8cc0974aa03633ddac5a4d5e7b47e1408e8d396e31c8e98a28b4
23 DIST poxml-21.08.2.tar.xz 43532 BLAKE2B 38ad9d371bf011dce65d74930551ee0b3252f4f93f45e1624b43be2314984ba423cb49873005c349f246c13168d4ee45c22f31956da9b6767e3936f635a2e761 SHA512 9f6c065bdaa2862b97bf7d299257a654974fd9cdc261ac4f61164ae23dfdfbbc7c9f83f9b2ba3ed70ae01223f37a1f2abc3827f41ac79703be40f1c9523e9337
24
25 diff --git a/kde-apps/poxml/poxml-21.08.1.ebuild b/kde-apps/poxml/poxml-21.08.1.ebuild
26 deleted file mode 100644
27 index 3c3161c3ce9..00000000000
28 --- a/kde-apps/poxml/poxml-21.08.1.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=8
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}"