From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E9A4138334 for ; Mon, 20 May 2019 05:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F986E07DF; Mon, 20 May 2019 05:39:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23306E07DF for ; Mon, 20 May 2019 05:39:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A2A344975 for ; Mon, 20 May 2019 05:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32AFC5E6 for ; Mon, 20 May 2019 05:38:59 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1558330678.ae96d0207b6549e29f1e992b6a7cfc4e93a7c897.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-sftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/net-sftp/net-sftp-2.1.2-r4.ebuild X-VCS-Directories: dev-ruby/net-sftp/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ae96d0207b6549e29f1e992b6a7cfc4e93a7c897 X-VCS-Branch: master Date: Mon, 20 May 2019 05:38:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5687f48a-2ce9-4d0b-871c-d69fd5c068fd X-Archives-Hash: 37e25ddda04fc84be0e08edb6e3a094c commit: ae96d0207b6549e29f1e992b6a7cfc4e93a7c897 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 20 05:34:32 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 20 05:37:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae96d020 dev-ruby/net-sftp: apply patches, add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/net-sftp/net-sftp-2.1.2-r4.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-ruby/net-sftp/net-sftp-2.1.2-r4.ebuild b/dev-ruby/net-sftp/net-sftp-2.1.2-r4.ebuild new file mode 100644 index 00000000000..c86ffe16ec9 --- /dev/null +++ b/dev-ruby/net-sftp/net-sftp-2.1.2-r4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="SFTP in pure Ruby" +HOMEPAGE="https://github.com/net-ssh/net-sftp" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +PATCHES=( "${FILESDIR}/${P}-net-ssh-4.patch" ) + +ruby_add_rdepend "dev-ruby/net-ssh:4" + +ruby_add_bdepend " + test? ( + >=dev-ruby/mocha-0.13 + )"