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 1EE5B1582EF for ; Mon, 10 Mar 2025 01:55:46 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F3DB33430E0 for ; Mon, 10 Mar 2025 01:55:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EDA1E110370; Mon, 10 Mar 2025 01:55:44 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E1DA2110370 for ; Mon, 10 Mar 2025 01:55:44 +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 96CF3343125 for ; Mon, 10 Mar 2025 01:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37FC122C for ; Mon, 10 Mar 2025 01:55:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741571097.2ad533385d4e152062ee4298c65bd7acea03493e.sam@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-r2.ebuild X-VCS-Directories: app-text/talkfilters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ad533385d4e152062ee4298c65bd7acea03493e X-VCS-Branch: master Date: Mon, 10 Mar 2025 01:55:42 +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: 1ad6862d-318d-4cdd-ac88-bf1e2adf3121 X-Archives-Hash: 1ab5563855565e7fd95f89c141a278c4 commit: 2ad533385d4e152062ee4298c65bd7acea03493e Author: Sam James gentoo org> AuthorDate: Mon Mar 10 01:44:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 01:44:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad53338 app-text/talkfilters: drop unused inherit Signed-off-by: Sam James gentoo.org> app-text/talkfilters/talkfilters-2.3.8-r2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild index 2e6e2250b337..63c786836384 100644 --- a/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild +++ b/app-text/talkfilters/talkfilters-2.3.8-r2.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit autotools - DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect" HOMEPAGE="https://www.hyperrealm.com/talkfilters/talkfilters.html" SRC_URI="https://www.hyperrealm.com/talkfilters/packages/${P}.tar.gz"