diff options
Diffstat (limited to 'dev-ruby/net-ssh-gateway')
-rw-r--r-- | dev-ruby/net-ssh-gateway/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/net-ssh-gateway/net-ssh-gateway-1.3.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/net-ssh-gateway/Manifest b/dev-ruby/net-ssh-gateway/Manifest index 0b84d63d1f4c..a550cad606e6 100644 --- a/dev-ruby/net-ssh-gateway/Manifest +++ b/dev-ruby/net-ssh-gateway/Manifest @@ -1,2 +1 @@ -DIST net-ssh-gateway-1.3.0.tar.gz 7735 BLAKE2B bcf9b96e35377e8650e8c40fb28d248fc60f7c47e69657c324f58bf8f001f5d10400b983bcbe9529185b74de45a9f3e3f62e2bd14da46b6e4b1bf94f38dcf99a SHA512 6cac1b28fba648aa333824c056cf8183fedc82f45f7f380eceac7aa5a4e8c3d3ec0870915aa058b0500514cdc364d75045050e2f8fa6f0ddaf799b88ba2e57a9 DIST net-ssh-gateway-2.0.0.tar.gz 7825 BLAKE2B 05ade5aac288ee634aea37acfc68c9781e8178bf0ef92abafac13858a86ff952a2b30b6f92dc08f3856d9dd02a9795e0b93c15543b932070b9ec3f6a50c03e52 SHA512 6595c2a2a25ca9bffb942497be984773c10746f34e1dbba3d72503cef3c88e5bb50bdc8713c246aa6e38272540fb0ced66a3909bc02df96f511b0dc9fc50d735 diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.3.0.ebuild b/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.3.0.ebuild deleted file mode 100644 index 0c8f2eed600f..000000000000 --- a/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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 -} |