From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B8801581FD for ; Tue, 09 Sep 2025 22:04:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0F7AE341049 for ; Tue, 09 Sep 2025 22:04:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75CFC110572; Tue, 09 Sep 2025 22:04:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 71748110572 for ; Tue, 09 Sep 2025 22:04:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAD4340EFF for ; Tue, 09 Sep 2025 22:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96BDE3959 for ; Tue, 09 Sep 2025 22:04:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1757455429.90bf19ee0ea7cbee2268f84a3d68411e116035bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild X-VCS-Directories: sci-misc/lttoolbox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 90bf19ee0ea7cbee2268f84a3d68411e116035bc X-VCS-Branch: master Date: Tue, 09 Sep 2025 22:04:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 855d87fa-3edf-4c17-bf8a-335a51dbbc4e X-Archives-Hash: eca3b3c1ba097242c3bdfe57f41342fb commit: 90bf19ee0ea7cbee2268f84a3d68411e116035bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 9 19:07:16 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 9 22:03:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bf19ee sci-misc/lttoolbox: drop 3.7.1-r1 Closes: https://bugs.gentoo.org/955673 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-misc/lttoolbox/lttoolbox-3.7.1-r1.ebuild | 44 ---------------------------- 1 file changed, 44 deletions(-) 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 346b9fffec20..000000000000 --- 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 -}