Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/yafc/
Date: Tue, 02 Feb 2016 11:55:19
Message-Id: 1454290437.f03915c98ecf6e5d90e46767bd57d361aaed7697.idella4@gentoo
1 commit: f03915c98ecf6e5d90e46767bd57d361aaed7697
2 Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 1 01:30:10 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 01:33:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03915c9
7
8 net-ftp/yafc: Fix QA and dependency issues
9
10 - Added libbsd as a dependency
11 - removed '--without-krb4' configure option
12 - changed README to README.md
13
14 Package-Manager: portage-2.2.27
15
16 net-ftp/yafc/yafc-1.3.7.ebuild | 9 +++++----
17 1 file changed, 5 insertions(+), 4 deletions(-)
18
19 diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7.ebuild
20 index 255b46a..a1ffde9 100644
21 --- a/net-ftp/yafc/yafc-1.3.7.ebuild
22 +++ b/net-ftp/yafc/yafc-1.3.7.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -16,13 +16,15 @@ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
30 IUSE="ipv6 readline kerberos socks5 ssh"
31
32 DEPEND="dev-libs/openssl:0
33 + sys-libs/ncurses:*
34 + dev-libs/libbsd
35 readline? ( >=sys-libs/readline-6 )
36 kerberos? ( virtual/krb5 )
37 socks5? ( net-proxy/dante )
38 ssh? ( net-libs/libssh )"
39 RDEPEND="${DEPEND}"
40
41 -DOCS=( BUGS NEWS README THANKS TODO )
42 +DOCS=( BUGS NEWS README.md THANKS TODO )
43
44 src_prepare() {
45 epatch_user
46 @@ -36,8 +38,7 @@ src_configure() {
47 $(use_with socks5 socks5 /usr) \
48 $(use_with kerberos krb5) \
49 $(use_with ssh) \
50 - --with-bash-completion="$(get_bashcompdir)" \
51 - --without-krb4
52 + --with-bash-completion="$(get_bashcompdir)"
53 }
54
55 src_install() {