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 D7B761382C5 for ; Tue, 20 Apr 2021 01:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5A6E086D; Tue, 20 Apr 2021 01:21:11 +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 0776DE086D for ; Tue, 20 Apr 2021 01:21:11 +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 7F154340C04 for ; Tue, 20 Apr 2021 01:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA11372E for ; Tue, 20 Apr 2021 01:21:06 +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: <1618881637.c2daa9d5a582b51db248e9ba6612c6f2497592b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/cmdftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/cmdftp/cmdftp-0.9.8.ebuild X-VCS-Directories: net-ftp/cmdftp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2daa9d5a582b51db248e9ba6612c6f2497592b2 X-VCS-Branch: master Date: Tue, 20 Apr 2021 01:21:06 +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: 677eb9a2-04a7-4561-ba89-e36d6f7f5e11 X-Archives-Hash: 35a372b7092d82d135620167b6d0f006 commit: c2daa9d5a582b51db248e9ba6612c6f2497592b2 Author: Sam James gentoo org> AuthorDate: Tue Apr 20 00:45:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 20 01:20:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2daa9d5 net-ftp/cmdftp: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> net-ftp/cmdftp/cmdftp-0.9.8.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/net-ftp/cmdftp/cmdftp-0.9.8.ebuild b/net-ftp/cmdftp/cmdftp-0.9.8.ebuild index ecc0224ef1e..0e11dd145c5 100644 --- a/net-ftp/cmdftp/cmdftp-0.9.8.ebuild +++ b/net-ftp/cmdftp/cmdftp-0.9.8.ebuild @@ -1,20 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -DESCRIPTION="Light weight, yet robust command line FTP client with shell-like -functions." +DESCRIPTION="Light weight, yet robust command line FTP client with shell-likefunctions" HOMEPAGE="https://savannah.nongnu.org/projects/cmdftp/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" DOCS=( NEWS README AUTHORS )