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/sshkit/
Date: Fri, 11 Mar 2016 07:06:43 +0000 (UTC)	[thread overview]
Message-ID: <1457679990.9432f730cc2d37b0d2260b66f0c2e974e897f5a7.graaff@gentoo> (raw)

commit:     9432f730cc2d37b0d2260b66f0c2e974e897f5a7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 06:28:36 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 07:06:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9432f730

dev-ruby/sshkit: add 1.9.0

Package-Manager: portage-2.2.26

 dev-ruby/sshkit/Manifest            |  1 +
 dev-ruby/sshkit/sshkit-1.9.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index b05f975..caca8a9 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1 +1,2 @@
 DIST sshkit-1.8.1.gem 139264 SHA256 ff272ca4d54fcdfab2874c70de3d4e26846762e091f83d2bbfaa96ecaa8c0617 SHA512 59fcc3f24d6ca6c7acf8f753959aee993dbbcd452477f3124d5444f7e19a9885efde9d5ea5803ffc366b9f6638a4d93472cc51b343a6d7a39a708528def6e9e9 WHIRLPOOL 48c35a2dbd3b820dccb69b366903e803ff4eb62d250aa5a2c985d510f245529e049933501ed51d0f6e23926d7b3fd5c526c61c932dcc6f1840ec911e82469dbb
+DIST sshkit-1.9.0.gem 142336 SHA256 7e3d840aeb81a282075c8c63276c9788b57914ab22281b8ba428a69d54ad8703 SHA512 f4883e5f369a14253a9e5ed7929c0528030635687b50d64aecf845ccd0194816893c638c8a185c0a1c6c6ab6a01b42d4fd9209f1e87f296556ef1c8bc591e6dd WHIRLPOOL 8571ef46dbd2f8c12fd26c4e7e9219f0fc62b88698602f33eae89a0eca314c874ab173298028e29e03ffd52d193812fb26ccab84c9923d4816de07c98f7ec1c2

diff --git a/dev-ruby/sshkit/sshkit-1.9.0.ebuild b/dev-ruby/sshkit/sshkit-1.9.0.ebuild
new file mode 100644
index 0000000..da6debd
--- /dev/null
+++ b/dev-ruby/sshkit/sshkit-1.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# There are functional tests that require vagrant boxes to be set up.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
+HOMEPAGE="https://github.com/capistrano/sshkit"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/net-ssh-2.8.0:*
+	>=dev-ruby/net-scp-1.1.2
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
+	sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' test/helper.rb || die
+
+	# Fix assumption about parent directory name
+	sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
+}


             reply	other threads:[~2016-03-11  7:06 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11  7:06 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21  5:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sshkit/ Hans de Graaff
2024-10-07  6:29 Hans de Graaff
2024-10-06 14:27 Sam James
2024-07-19  9:52 Hans de Graaff
2024-07-15  8:33 Hans de Graaff
2024-07-14  7:48 Hans de Graaff
2024-06-23  3:34 Hans de Graaff
2024-06-23  3:34 Hans de Graaff
2024-06-23  3:34 Hans de Graaff
2024-04-30  5:49 Hans de Graaff
2024-04-02  5:38 Hans de Graaff
2024-04-02  5:38 Hans de Graaff
2024-01-14  8:12 Hans de Graaff
2024-01-10  7:44 Hans de Graaff
2023-12-29  7:47 Hans de Graaff
2023-11-20  7:16 Hans de Graaff
2023-08-20  8:11 Sam James
2023-07-05 16:36 Hans de Graaff
2023-04-07  8:43 Sam James
2023-04-07  8:43 Sam James
2023-04-07  8:43 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:03 Sam James
2023-02-20  7:03 Hans de Graaff
2022-09-06  5:07 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-03-31  5:39 Hans de Graaff
2022-03-14  6:34 Hans de Graaff
2021-10-14  6:44 Hans de Graaff
2021-01-19 17:24 Hans de Graaff
2020-11-27  5:36 Hans de Graaff
2020-11-27  5:36 Hans de Graaff
2020-09-08  5:48 Hans de Graaff
2020-05-06  5:30 Hans de Graaff
2020-03-05  8:11 Hans de Graaff
2020-02-09 15:07 Hans de Graaff
2019-09-18 13:55 Hans de Graaff
2019-08-04  5:56 Hans de Graaff
2019-07-03  4:50 Hans de Graaff
2019-07-03  4:50 Hans de Graaff
2019-07-01  5:05 Hans de Graaff
2019-07-01  5:05 Hans de Graaff
2019-02-04  5:45 Hans de Graaff
2019-01-28  6:57 Hans de Graaff
2019-01-19 14:48 Hans de Graaff
2018-10-22  6:02 Hans de Graaff
2018-10-22  6:02 Hans de Graaff
2018-07-08  3:36 Hans de Graaff
2018-05-21  5:16 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-03-03  8:13 Hans de Graaff
2018-01-22 21:11 Hans de Graaff
2017-12-23  6:27 Hans de Graaff
2017-08-23  6:14 Hans de Graaff
2017-07-03  5:35 Hans de Graaff
2017-04-01  6:17 Hans de Graaff
2017-02-12  5:52 Hans de Graaff
2016-12-17  6:01 Hans de Graaff
2016-12-17  6:01 Hans de Graaff
2016-11-03  6:06 Hans de Graaff
2016-09-17  5:53 Hans de Graaff
2016-09-17  5:53 Hans de Graaff
2016-07-30  5:23 Hans de Graaff
2016-07-23  8:15 Hans de Graaff
2016-06-16  5:07 Hans de Graaff
2016-06-15  5:07 Hans de Graaff
2016-04-25  5:12 Hans de Graaff
2016-03-11  7:06 Hans de Graaff
2015-12-06  7:05 Hans de Graaff
2015-12-03  5:51 Hans de Graaff
2015-12-03  5:51 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=1457679990.9432f730cc2d37b0d2260b66f0c2e974e897f5a7.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