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 113F515808A for ; Wed, 06 Aug 2025 18:18:29 +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 F0EED3420BF for ; Wed, 06 Aug 2025 18:18:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2F09511056D; Wed, 06 Aug 2025 18:17:58 +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 139BC11056D for ; Wed, 06 Aug 2025 18:17:58 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C56BA3420A4 for ; Wed, 06 Aug 2025 18:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CF352A90 for ; Wed, 06 Aug 2025 18:17:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1754504235.99b08f0c6f99c545c1c9be0c82debd010dc40d14.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/talkfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/talkfilters/talkfilters-2.3.8-r1.ebuild X-VCS-Directories: app-text/talkfilters/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 99b08f0c6f99c545c1c9be0c82debd010dc40d14 X-VCS-Branch: master Date: Wed, 06 Aug 2025 18:17:55 +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: 6de4e556-a217-4ef0-ac8b-d9ceb7487d00 X-Archives-Hash: 3c6cc02751484339607ab5e3e57e91bd commit: 99b08f0c6f99c545c1c9be0c82debd010dc40d14 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 6 18:15:41 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 6 18:17:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b08f0c app-text/talkfilters: drop 2.3.8-r1, EAPI=7-- Signed-off-by: Arthur Zamarin gentoo.org> app-text/talkfilters/talkfilters-2.3.8-r1.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild deleted file mode 100644 index df98a4f5428d..000000000000 --- a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect" -HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" -SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -PATCHES=( - "${FILESDIR}"/${P}-format-security.patch -) - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}