From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92B5E1382C5 for ; Sat, 3 Apr 2021 21:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6970E0848; Sat, 3 Apr 2021 21:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E653E0848 for ; Sat, 3 Apr 2021 21:58:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D806340815 for ; Sat, 3 Apr 2021 21:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C2563F for ; Sat, 3 Apr 2021 21:58:41 +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: <1617485897.e3f579a6324202144bec76722d2f8dace171b4a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/yydecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/yydecode/yydecode-0.2.10-r1.ebuild X-VCS-Directories: net-news/yydecode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3f579a6324202144bec76722d2f8dace171b4a6 X-VCS-Branch: master Date: Sat, 3 Apr 2021 21:58:41 +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: 1e892623-9a49-4275-85a0-800830766879 X-Archives-Hash: 78bd156ae77762afb5aaa495d8503398 commit: e3f579a6324202144bec76722d2f8dace171b4a6 Author: Sam James gentoo org> AuthorDate: Sat Apr 3 21:38:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 21:38:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f579a6 net-news/yydecode: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> net-news/yydecode/yydecode-0.2.10-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-news/yydecode/yydecode-0.2.10-r1.ebuild b/net-news/yydecode/yydecode-0.2.10-r1.ebuild index 1f94a29951d..03e4f0cc3c8 100644 --- a/net-news/yydecode/yydecode-0.2.10-r1.ebuild +++ b/net-news/yydecode/yydecode-0.2.10-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A decoder for yENC format, popular on Usenet" HOMEPAGE="http://yydecode.sourceforge.net/" @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/yydecode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86" -IUSE="" src_prepare() { + default sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die }