From 90bf19ee0ea7cbee2268f84a3d68411e116035bc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 9 Sep 2025 21:07:16 +0200 Subject: [PATCH] sci-misc/lttoolbox: drop 3.7.1-r1 Closes: https://bugs.gentoo.org/955673 Signed-off-by: Andreas Sturmlechner --- sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild | 44 -------------------- 1 file changed, 44 deletions(-) delete mode 100644 sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild diff --git a/sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild b/sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild deleted file mode 100644 index 346b9fffec20d..0000000000000 --- a/sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words" -HOMEPAGE="https://www.apertium.org" -SRC_URI="https://github.com/apertium/lttoolbox/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -# PKG_VERSION_ABI in configure.ac -SLOT="0/3" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/icu:= - dev-libs/libxml2:2= - dev-libs/utfcpp -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-3.7.1-bashism.patch - "${FILESDIR}"/${PN}-3.7.1-cstdint-include.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf --disable-python-bindings -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}