Skip to content

Commit

Permalink
dev-ruby/net-ssh-gateway: add 1.3.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
graaff committed Jan 27, 2017
1 parent 17a2d41 commit a924676
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/net-ssh-gateway/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST net-ssh-gateway-1.2.0.gem 23552 SHA256 3e5ab1f9d20e44c838ee890d1ae5c756b4b9cec492bc717340d90869399113db SHA512 d387e7ab709628c79cb0c01d0428a8e7e1beddfbdd14c58b7aaff6de11f4a8a8b2cb2026de95977de830855fbed610c276a52f18469da3b4f11b51885e251f60 WHIRLPOOL f961b541b1764410c94e241f403f4595a3e987cfd76b251e95c4fe12413a84b60fce5d48c9fa4c553e85b9f0535319a7a4d2106cc976185b652b5ad351c8b09b
DIST net-ssh-gateway-1.3.0.tar.gz 7735 SHA256 d487452a09f2dcfcf56414d4813cb50a30da235ec3c6dc2f4da307aad80ad9dd SHA512 6cac1b28fba648aa333824c056cf8183fedc82f45f7f380eceac7aa5a4e8c3d3ec0870915aa058b0500514cdc364d75045050e2f8fa6f0ddaf799b88ba2e57a9 WHIRLPOOL 7f36bda702d8ed6aa435772248ac64a79778bc0ab25bc75c762b1def37a253972a2ce25fe09792d63fc85e930881ece6afaeecc8250b18793729cc335f9271f4
30 changes: 30 additions & 0 deletions dev-ruby/net-ssh-gateway/net-ssh-gateway-1.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
USE_RUBY="ruby21 ruby22 ruby23"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.md"

inherit ruby-fakegem

DESCRIPTION="A simple library to assist in enabling tunneled Net::SSH connections"
HOMEPAGE="https://github.com/net-ssh/net-ssh-gateway"
SRC_URI="https://github.com/net-ssh/net-ssh-gateway/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_bdepend "dev-ruby/minitest:5
dev-ruby/mocha:1.0"

ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5:*"

all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile test/net/ssh/gateway_test.rb || die
}

0 comments on commit a924676

Please sign in to comment.