From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B75158973 for ; Tue, 2 Feb 2016 11:55:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF6CC21C0D8; Tue, 2 Feb 2016 11:54:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7587321C0D8 for ; Tue, 2 Feb 2016 11:54:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D710340E0E for ; Tue, 2 Feb 2016 11:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF8BC8DC for ; Tue, 2 Feb 2016 11:54:26 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454267773.ebafa0a6afa5bda4d7ff98d835bc00377d757b66.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/yafc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/yafc/Manifest net-ftp/yafc/yafc-1.3.7.ebuild X-VCS-Directories: net-ftp/yafc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: ebafa0a6afa5bda4d7ff98d835bc00377d757b66 X-VCS-Branch: master Date: Tue, 2 Feb 2016 11:54:26 +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-Archives-Salt: 5e3666ce-2d44-43c9-bfb5-0f82a693cdd5 X-Archives-Hash: 84b747dc4da6df448d316420ced0aac3 commit: ebafa0a6afa5bda4d7ff98d835bc00377d757b66 Author: Nicholas Vinson gmail com> AuthorDate: Sun Jan 31 19:00:05 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Jan 31 19:16:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebafa0a6 net-ftp/yafc: Version bump to 1.3.7 Fixes bug #573462 Package-Manager: portage-2.2.27 net-ftp/yafc/Manifest | 1 + net-ftp/yafc/yafc-1.3.7.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/net-ftp/yafc/Manifest b/net-ftp/yafc/Manifest index 33667fd..f190c4b 100644 --- a/net-ftp/yafc/Manifest +++ b/net-ftp/yafc/Manifest @@ -1 +1,2 @@ DIST yafc-1.2.6.tar.xz 367408 SHA256 96bd46c4dbfbff5d83cb0cec0809b2d1d73c66aff6b30fdd44a291267325b617 SHA512 155339f04eb17e63383e35573497e4838a09ac6f6608c07e8639b0e163c755c40a426f0ade941efd8ba774c6b577358dac6fd18c56bbea7d1fec57b00cb05d35 WHIRLPOOL 673ebaba7e816f3901b696004dddfa0727344aec3f6a4edd86f8dd69058d1dcbe607334a942974e7b8180519292961ce44dc5b656024eb6aa73120f9cec41947 +DIST yafc-1.3.7.tar.xz 363692 SHA256 4b3ebf62423f21bdaa2449b66d15e8d0bb04215472cb63a31d473c3c3912c1e0 SHA512 2547cf3d6f1918a5cd2d3bc29455311d48fcd7dbccfdc8ae4ce08d1fd63cfabae07b70ebf005206a61937bd5b686e19d3af095f876616a5ac4b0593e90cd39c5 WHIRLPOOL e9f0f39de54131b8fb237cda99463ff9cc8badb4cd902fced1cb3024c9379f5db1972d5ed3df58787b5f81f8d5c01a5683af06aba16bd5319574a29677465873 diff --git a/net-ftp/yafc/yafc-1.3.7.ebuild b/net-ftp/yafc/yafc-1.3.7.ebuild new file mode 100644 index 0000000..255b46a --- /dev/null +++ b/net-ftp/yafc/yafc-1.3.7.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit bash-completion-r1 eutils + +DESCRIPTION="Console ftp client with a lot of nifty features" +HOMEPAGE="http://www.yafc-ftp.com/" +SRC_URI="http://www.yafc-ftp.com/downloads/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" +IUSE="ipv6 readline kerberos socks5 ssh" + +DEPEND="dev-libs/openssl:0 + readline? ( >=sys-libs/readline-6 ) + kerberos? ( virtual/krb5 ) + socks5? ( net-proxy/dante ) + ssh? ( net-libs/libssh )" +RDEPEND="${DEPEND}" + +DOCS=( BUGS NEWS README THANKS TODO ) + +src_prepare() { + epatch_user +} + +src_configure() { + export ac_cv_ipv6=$(usex ipv6) + econf \ + $(use_with readline readline /usr) \ + $(use_with socks5 socks /usr) \ + $(use_with socks5 socks5 /usr) \ + $(use_with kerberos krb5) \ + $(use_with ssh) \ + --with-bash-completion="$(get_bashcompdir)" \ + --without-krb4 +} + +src_install() { + default + dodoc -r samples +}