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: Thu, 25 Jan 2018 16:44:01
Message-Id: 1516898586.44a688a6a45e6204ad547d9093f33081b6451dab.asturm@gentoo
1 commit: 44a688a6a45e6204ad547d9093f33081b6451dab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 15:45:37 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 16:43:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a688a6
7
8 app-text/libexttextcat: Drop old
9
10 Closes: https://bugs.gentoo.org/637086
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 app-text/libexttextcat/Manifest | 1 -
14 app-text/libexttextcat/libexttextcat-3.4.4.ebuild | 29 -----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest
18 index 0f7f7883d82..6d45082a4af 100644
19 --- a/app-text/libexttextcat/Manifest
20 +++ b/app-text/libexttextcat/Manifest
21 @@ -1,2 +1 @@
22 -DIST libexttextcat-3.4.4.tar.xz 1025376 BLAKE2B da055b0a1d981dd91cfd2ca375b2ef13a0af5c8b910eaa7144ac69708296bbda5462a44f48dd2fc1f4cad84d9c31d11f430b6ee1c390c93ba7660368317b79c0 SHA512 f1f7a4292199cb6102cc56a5338b19049664ea664adc96a67a71205fe33d6a40f68b8695825fe253427575347ab6230dce5e0b703635534f32a0f70ff001eeed
23 DIST libexttextcat-3.4.5.tar.xz 1041268 BLAKE2B 2686345b90fd4a4345dac3cab5a801b7eabfb380f7d298c32fbb86bdb36939f6b873ccdfc6d7ef976655b0cfc8ab457e110e966ed4fc586f53023e7cb47e810e SHA512 f05a9f08c2f2f335d0e483c024321b96fee7424bc1398d4c6acbd9c501f92e22f881bc3d6ec2c0434f9bf4604f3c4b0e880e37d3d0de410eac1a20ea6669baa6
24
25 diff --git a/app-text/libexttextcat/libexttextcat-3.4.4.ebuild b/app-text/libexttextcat/libexttextcat-3.4.4.ebuild
26 deleted file mode 100644
27 index ae54c493558..00000000000
28 --- a/app-text/libexttextcat/libexttextcat-3.4.4.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Library implementing N-gram-based text categorization"
39 -HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
40 -SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
45 -IUSE="static-libs"
46 -
47 -DEPEND=""
48 -RDEPEND="${DEPEND}"
49 -
50 -src_configure() {
51 - econf \
52 - --disable-werror \
53 - $(use_enable static-libs static)
54 -}
55 -
56 -src_install() {
57 - default
58 - prune_libtool_files --all
59 -}