public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh-gateway/
Date: Wed,  1 Mar 2017 05:56:20 +0000 (UTC)	[thread overview]
Message-ID: <1488347765.5f80d483a23e16de0701ccf11df5f4bd929a80b7.graaff@gentoo> (raw)

commit:     5f80d483a23e16de0701ccf11df5f4bd929a80b7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 05:56:05 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 05:56:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f80d483

dev-ruby/net-ssh-gateway: add 2.0.0

Drop ppc, ppc64, x86 keywords due to new dependencies for net-ssh, bug 611168

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/net-ssh-gateway/Manifest                  |  1 +
 .../net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild   | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/net-ssh-gateway/Manifest b/dev-ruby/net-ssh-gateway/Manifest
index 1202f92e815..d1b25c06f0a 100644
--- a/dev-ruby/net-ssh-gateway/Manifest
+++ b/dev-ruby/net-ssh-gateway/Manifest
@@ -1,2 +1,3 @@
 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
+DIST net-ssh-gateway-2.0.0.tar.gz 7825 SHA256 5c933e94c93b379a057326b715feaed0081df7dac7f0057eed5877fee376bcde SHA512 6595c2a2a25ca9bffb942497be984773c10746f34e1dbba3d72503cef3c88e5bb50bdc8713c246aa6e38272540fb0ced66a3909bc02df96f511b0dc9fc50d735 WHIRLPOOL 12678f5016cee8808a4873cacdd11dd3268abbc22bcb1b8417c83fbe6cdcc397f08fcc51fb6380d86095e1e454af06fd64a2000121cbf19f50a379ccf77383ee

diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild
new file mode 100644
index 00000000000..6be6e67b1b8
--- /dev/null
+++ b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="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.0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/minitest:5
+	dev-ruby/mocha:1.0"
+
+ruby_add_rdepend ">=dev-ruby/net-ssh-4.0.0:*"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' Rakefile test/net/ssh/gateway_test.rb || die
+}


             reply	other threads:[~2017-03-01  5:56 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01  5:56 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-12  8:16 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh-gateway/ Hans de Graaff
2023-08-13  8:40 Hans de Graaff
2023-08-12  9:11 Hans de Graaff
2023-07-12  9:27 Hans de Graaff
2023-07-02  4:38 Hans de Graaff
2023-04-17 11:23 Sam James
2023-04-17  9:35 Sam James
2023-04-17  9:35 Sam James
2023-04-17  9:35 Sam James
2023-03-14 14:42 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2021-11-25  9:09 Hans de Graaff
2021-11-22 14:22 Hans de Graaff
2021-10-24  9:25 Hans de Graaff
2020-05-24  8:51 Hans de Graaff
2020-05-24  8:03 Hans de Graaff
2019-08-18  5:51 Hans de Graaff
2019-05-13  1:41 Thomas Deutschmann
2019-04-30  9:54 Mikle Kolyada
2019-04-29  8:51 Sergei Trofimovich
2019-04-29  8:49 Sergei Trofimovich
2019-01-31  7:35 Hans de Graaff
2018-07-30 19:47 Hans de Graaff
2018-07-30 19:44 Hans de Graaff
2018-06-27 22:15 Sergei Trofimovich
2018-06-26  2:04 Aaron Bauman
2018-04-27 10:58 Hans de Graaff
2018-04-08  9:13 Sergei Trofimovich
2018-03-13 22:39 Sergei Trofimovich
2018-03-03  8:13 Hans de Graaff
2018-02-11 21:56 Thomas Deutschmann
2017-01-27  6:50 Hans de Graaff
2016-07-22  7:05 Hans de Graaff
2016-07-22  7:05 Hans de Graaff
2016-07-22  7:05 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488347765.5f80d483a23e16de0701ccf11df5f4bd929a80b7.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox