summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-20 20:26:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-20 21:48:16 +0100
commit2d4528acec2e521768c0d3858b79674f0ee42bda (patch)
tree3cd051f1c330720bc5a4d735652ab919277a3d49
parentapp-crypt/gpgme: drop 1.23.1, 1.23.1-r1 (diff)
downloadgentoo-2d4528ac.tar.gz
gentoo-2d4528ac.tar.bz2
gentoo-2d4528ac.zip
app-text/libexttextcat: drop 3.4.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-text/libexttextcat/Manifest1
-rw-r--r--app-text/libexttextcat/libexttextcat-3.4.6.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest
index 9904a5437486..16f844a8ca24 100644
--- a/app-text/libexttextcat/Manifest
+++ b/app-text/libexttextcat/Manifest
@@ -1,2 +1 @@
-DIST libexttextcat-3.4.6.tar.xz 1111320 BLAKE2B d89b69450a66e8c0f2c4f42ca8d08f2f571d6d7c28e78e43c056c454cee09b95be3f9b32ab445be4c676225b5604535c8948b6942e9c366b94f9773a7b614781 SHA512 5fe7b9b78d2d81b26ba07ce16c6dae490369a0a8b11561cc1260d893c86ef54cf76982751927eed71ac792cdbb47bac0f7acc71939a38c93310ee2bda174448b
DIST libexttextcat-3.4.7.tar.xz 1122804 BLAKE2B 45d4fab17d66ede2a32cf65a8ee79c85ccb9993b1b5a5260f77a468c67478a28a9a45bf5fc9c5e6f6eb9f21407dff861d08649c6398373f00b036dd49f9cd4ee SHA512 ccd95061419aedd651c3b899fade6d3cc8ebf87ddfea622edecacd810798de8257829255e3cb3325fa2a0b9f54bc20d4e24b6596ae37891ed3fbe7c0425ff864
diff --git a/app-text/libexttextcat/libexttextcat-3.4.6.ebuild b/app-text/libexttextcat/libexttextcat-3.4.6.ebuild
deleted file mode 100644
index f39780be7b80..000000000000
--- a/app-text/libexttextcat/libexttextcat-3.4.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library implementing N-gram-based text categorization"
-HOMEPAGE="https://software.wise-guys.nl/libtextcat/"
-SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
- econf \
- --disable-werror
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}