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 DEC5A1382C5 for ; Mon, 19 Apr 2021 19:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4303FE085B; Mon, 19 Apr 2021 19:12:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2642EE085B for ; Mon, 19 Apr 2021 19:12:53 +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 286F8340E61 for ; Mon, 19 Apr 2021 19:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78C26736 for ; Mon, 19 Apr 2021 19:12:44 +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: <1618859539.fe717395745b2d02b81f2eaaf170415e5f29d8a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/yafc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/yafc/yafc-1.3.7.ebuild X-VCS-Directories: net-ftp/yafc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe717395745b2d02b81f2eaaf170415e5f29d8a2 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:12:44 +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: a4dcee48-a47f-4776-ab40-cf095a39688a X-Archives-Hash: 15e0c517ee60741afd7b3612d1fe4fc9 commit: fe717395745b2d02b81f2eaaf170415e5f29d8a2 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 18:55:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 19:12:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe717395 net-ftp/yafc: port to EAPI 7 Signed-off-by: Sam James gentoo.org> net-ftp/yafc/yafc-1.3.7.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7.ebuild index 450630a1654..b5da3d97096 100644 --- a/net-ftp/yafc/yafc-1.3.7.ebuild +++ b/net-ftp/yafc/yafc-1.3.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit bash-completion-r1 epatch +inherit bash-completion-r1 DESCRIPTION="Console ftp client with a lot of nifty features" HOMEPAGE="http://www.yafc-ftp.com/" @@ -12,13 +12,12 @@ SRC_URI="http://www.yafc-ftp.com/downloads/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="ipv6 libressl kerberos readline socks5 ssh" +IUSE="ipv6 kerberos readline socks5 ssh" RDEPEND=" sys-libs/ncurses:* dev-libs/libbsd - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= kerberos? ( virtual/krb5 ) readline? ( >=sys-libs/readline-6:0= ) socks5? ( net-proxy/dante ) @@ -28,10 +27,6 @@ DEPEND="${RDEPEND}" DOCS=( BUGS NEWS README.md THANKS TODO ) -src_prepare() { - epatch_user -} - src_configure() { export ac_cv_ipv6=$(usex ipv6) econf \