Skip to content

Commit

Permalink
net-ftp/yafc: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 19, 2021
1 parent 1fd49fd commit fe71739
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions net-ftp/yafc/yafc-1.3.7.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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 )
Expand All @@ -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 \
Expand Down

0 comments on commit fe71739

Please sign in to comment.