summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-20 01:45:29 +0100
committerSam James <sam@gentoo.org>2021-04-20 02:20:37 +0100
commitc2daa9d5a582b51db248e9ba6612c6f2497592b2 (patch)
treef2a3fc25e647d52e1ddd94e7b64e5806cea68d46 /net-ftp
parentapp-backup/reoback: port to EAPI 7 (diff)
downloadgentoo-c2daa9d5a582b51db248e9ba6612c6f2497592b2.tar.gz
gentoo-c2daa9d5a582b51db248e9ba6612c6f2497592b2.tar.bz2
gentoo-c2daa9d5a582b51db248e9ba6612c6f2497592b2.zip
net-ftp/cmdftp: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/cmdftp/cmdftp-0.9.8.ebuild11
1 files 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 ecc0224ef1e2..0e11dd145c5e 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 )