Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libexttextcat/
Date: Sun, 26 Dec 2021 15:17:06
Message-Id: 1640531801.f4d90886a26fd643e47111614690e9f7ac156473.asturm@gentoo
1 commit: f4d90886a26fd643e47111614690e9f7ac156473
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 15:16:41 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 15:16:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d90886
7
8 app-text/libexttextcat: Drop 3.4.5
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libexttextcat/Manifest | 1 -
14 app-text/libexttextcat/libexttextcat-3.4.5.ebuild | 27 -----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest
18 index 30f715c614cf..000e00b163d0 100644
19 --- a/app-text/libexttextcat/Manifest
20 +++ b/app-text/libexttextcat/Manifest
21 @@ -1,2 +1 @@
22 -DIST libexttextcat-3.4.5.tar.xz 1041268 BLAKE2B 2686345b90fd4a4345dac3cab5a801b7eabfb380f7d298c32fbb86bdb36939f6b873ccdfc6d7ef976655b0cfc8ab457e110e966ed4fc586f53023e7cb47e810e SHA512 f05a9f08c2f2f335d0e483c024321b96fee7424bc1398d4c6acbd9c501f92e22f881bc3d6ec2c0434f9bf4604f3c4b0e880e37d3d0de410eac1a20ea6669baa6
23 DIST libexttextcat-3.4.6.tar.xz 1111320 BLAKE2B d89b69450a66e8c0f2c4f42ca8d08f2f571d6d7c28e78e43c056c454cee09b95be3f9b32ab445be4c676225b5604535c8948b6942e9c366b94f9773a7b614781 SHA512 5fe7b9b78d2d81b26ba07ce16c6dae490369a0a8b11561cc1260d893c86ef54cf76982751927eed71ac792cdbb47bac0f7acc71939a38c93310ee2bda174448b
24
25 diff --git a/app-text/libexttextcat/libexttextcat-3.4.5.ebuild b/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
26 deleted file mode 100644
27 index 31d321846aae..000000000000
28 --- a/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
29 +++ /dev/null
30 @@ -1,27 +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 -DESCRIPTION="Library implementing N-gram-based text categorization"
37 -HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
38 -SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
39 -
40 -LICENSE="BSD-2"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
43 -IUSE="static-libs"
44 -
45 -DEPEND=""
46 -RDEPEND="${DEPEND}"
47 -
48 -src_configure() {
49 - econf \
50 - --disable-werror \
51 - $(use_enable static-libs static)
52 -}
53 -
54 -src_install() {
55 - default
56 - find "${ED}" -name '*.la' -delete || die
57 -}