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: Sun, 21 Feb 2016 15:09:59
Message-Id: 1456066697.b7ff82cb892a63a12d91af30c3f967d1af092cd9.idella4@gentoo
1 commit: b7ff82cb892a63a12d91af30c3f967d1af092cd9
2 Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 21 14:58:17 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 14:58:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ff82cb
7
8 net-ftp/yafc: Removing yafc-1.2.6
9
10 This is an outdated version. Version 1.3.7 is now in the tree.
11
12 Package-Manager: portage-2.2.27
13
14 net-ftp/yafc/Manifest | 1 -
15 net-ftp/yafc/yafc-1.2.6.ebuild | 46 ------------------------------------------
16 2 files changed, 47 deletions(-)
17
18 diff --git a/net-ftp/yafc/Manifest b/net-ftp/yafc/Manifest
19 index f190c4b..08e888a 100644
20 --- a/net-ftp/yafc/Manifest
21 +++ b/net-ftp/yafc/Manifest
22 @@ -1,2 +1 @@
23 -DIST yafc-1.2.6.tar.xz 367408 SHA256 96bd46c4dbfbff5d83cb0cec0809b2d1d73c66aff6b30fdd44a291267325b617 SHA512 155339f04eb17e63383e35573497e4838a09ac6f6608c07e8639b0e163c755c40a426f0ade941efd8ba774c6b577358dac6fd18c56bbea7d1fec57b00cb05d35 WHIRLPOOL 673ebaba7e816f3901b696004dddfa0727344aec3f6a4edd86f8dd69058d1dcbe607334a942974e7b8180519292961ce44dc5b656024eb6aa73120f9cec41947
24 DIST yafc-1.3.7.tar.xz 363692 SHA256 4b3ebf62423f21bdaa2449b66d15e8d0bb04215472cb63a31d473c3c3912c1e0 SHA512 2547cf3d6f1918a5cd2d3bc29455311d48fcd7dbccfdc8ae4ce08d1fd63cfabae07b70ebf005206a61937bd5b686e19d3af095f876616a5ac4b0593e90cd39c5 WHIRLPOOL e9f0f39de54131b8fb237cda99463ff9cc8badb4cd902fced1cb3024c9379f5db1972d5ed3df58787b5f81f8d5c01a5683af06aba16bd5319574a29677465873
25
26 diff --git a/net-ftp/yafc/yafc-1.2.6.ebuild b/net-ftp/yafc/yafc-1.2.6.ebuild
27 deleted file mode 100644
28 index 3d89d53..0000000
29 --- a/net-ftp/yafc/yafc-1.2.6.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit bash-completion-r1 eutils
39 -
40 -DESCRIPTION="Console ftp client with a lot of nifty features"
41 -HOMEPAGE="http://www.yafc-ftp.com/"
42 -SRC_URI="http://www.yafc-ftp.com/upload/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
47 -IUSE="ipv6 readline kerberos socks5 ssh"
48 -
49 -DEPEND="dev-libs/openssl:0
50 - readline? ( >=sys-libs/readline-6 )
51 - kerberos? ( virtual/krb5 )
52 - socks5? ( net-proxy/dante )
53 - ssh? ( net-libs/libssh )"
54 -RDEPEND="${DEPEND}"
55 -
56 -DOCS=( BUGS NEWS README THANKS TODO )
57 -
58 -src_prepare() {
59 - epatch_user
60 -}
61 -
62 -src_configure() {
63 - export ac_cv_ipv6=$(usex ipv6)
64 - econf \
65 - $(use_with readline readline /usr) \
66 - $(use_with socks5 socks /usr) \
67 - $(use_with socks5 socks5 /usr) \
68 - $(use_with kerberos krb5) \
69 - $(use_with ssh) \
70 - --with-bash-completion="$(get_bashcompdir)" \
71 - --without-krb4
72 -}
73 -
74 -src_install() {
75 - default
76 - dodoc -r samples
77 -}