app-text/libexttextcat: drop 3.4.7

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-09-20 16:34:09 +02:00
parent 17a010ab7e
commit dcc6679459
2 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +1 @@
DIST libexttextcat-3.4.7.tar.xz 1122804 BLAKE2B 45d4fab17d66ede2a32cf65a8ee79c85ccb9993b1b5a5260f77a468c67478a28a9a45bf5fc9c5e6f6eb9f21407dff861d08649c6398373f00b036dd49f9cd4ee SHA512 ccd95061419aedd651c3b899fade6d3cc8ebf87ddfea622edecacd810798de8257829255e3cb3325fa2a0b9f54bc20d4e24b6596ae37891ed3fbe7c0425ff864
DIST libexttextcat-3.4.8.tar.xz 1188808 BLAKE2B 61c872a1ad7d5e72e1dcfc7b6b806ba329d08b7420ff429abaf196895693c43f892d92ca804f850abe0dbb258e4b9be5d25f69b5e6f6c549330ca259401c63ec SHA512 94dacff8ed118da8e65b154265c1af6d4b1e3ec04130fce98b85fe2e6b430d18870462277815b44fb5b39e6fb94c3839436a020fb61359bf6d30b472c3d1b06c

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2024 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://wiki.documentfoundation.org/Libexttextcat"
SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
src_configure() {
econf \
--disable-werror
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}