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: Mon, 21 Oct 2024 05:46:05 +0000 (UTC)	[thread overview]
Message-ID: <1729489553.d7b701f776d96b1a5413aa9d2a8617c02e38ee00.graaff@gentoo> (raw)

commit:     d7b701f776d96b1a5413aa9d2a8617c02e38ee00
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 05:42:00 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 05:45:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b701f7

dev-ruby/sshkit: add 1.23.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sshkit/Manifest             |  1 +
 dev-ruby/sshkit/sshkit-1.23.2.ebuild | 46 ++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index bfa2552b79ae..cdf2f4b18295 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1,4 @@
 DIST sshkit-1.22.2.gem 146944 BLAKE2B 1059014a0537faa1ee0b19427b6654b8a8fa80a437c311f66d671dce029898f71e4f8aca7e68bb29144a3bd547ae747ab7862150ba53b9bdf29c273ee24ac79e SHA512 a01106d301e4bb8f372af4226d8b244a4da1aa1292c4f0eb0525543d49b05290af92efc3e0736b317b4f1a72d83802d7769a6322147128c03d7d8123cd25ff45
 DIST sshkit-1.23.0.gem 146944 BLAKE2B a2015b0f2b5a5adc905bf89a0e1242abb2856646383a259ab85761014e5b908329f651f51a14bfa1c0356c8d861edf1239a0cf1e8fdb64819cd5a15f218552b0 SHA512 595900c195cfa247c89cbd0486c53aea3991db5ba7636cc778687ec31be58ee3120ef54b0682367625d3546199253a7d4ffca07bc7691f5dde3d4ae6a6e7f19c
 DIST sshkit-1.23.1.gem 146944 BLAKE2B 497b73da2ec4007e7264336536f7bea62c8ddf7e64d9779f0d2aa6d0b5471cdb155a130665931a3004131a6127c022b88d08613a321aedde124e057b1bb59bc7 SHA512 fb3d6e1de1fa68865421f299d7184d05918ef6d5c183fe21102ca277ffb70b8ecbf383f9b4489a39697c9adc5998c0b4c05483d9b08774c4b4201bd505b1488d
+DIST sshkit-1.23.2.gem 146944 BLAKE2B cc8c1255cab98ee9552c3e3d3f3d0933f2f2f1afb289983cef147d6ec25a1a8b6bd4bfc19d64f7faa9880cce6c2a066a81a84d8670eaf7f6f47856c4a53c9eeb SHA512 6bb6acef181e460e392c25632bcc0f71fb3e12e3b582817293ad084162e8ea06c265498770ab33799061512799d31883ccda913b1b24427f2e4e758067ddc303

diff --git a/dev-ruby/sshkit/sshkit-1.23.2.ebuild b/dev-ruby/sshkit/sshkit-1.23.2.ebuild
new file mode 100644
index 000000000000..635a0f488c4c
--- /dev/null
+++ b/dev-ruby/sshkit/sshkit-1.23.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+# There are functional tests that require docker containers to be set up.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+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 ~ppc ~ppc64 ~x86"
+
+ruby_add_rdepend "
+	dev-ruby/base64
+	>=dev-ruby/net-ssh-2.8.0:*
+	>=dev-ruby/net-scp-1.1.2
+	>=dev-ruby/net-sftp-2.1.2
+	dev-ruby/ostruct
+"
+
+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 -e '/\(unindent\|reporters\)/I s:^:#:' \
+		-e '/docker/I s:^:#:' \
+		-e '1irequire "pathname"' \
+		-i test/helper.rb || die
+	rm -f test/support/docker_wrapper.rb || die
+
+	# Fix assumption about parent directory name
+	sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
+}
+
+each_ruby_test() {
+	# Run tests directly to avoid dependencies in the Rakefile
+	${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die
+}


             reply	other threads:[~2024-10-21  5:46 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21  5:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  6:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sshkit/ Hans de Graaff
2025-02-09  6:36 Hans de Graaff
2025-02-09  6:36 Hans de Graaff
2024-11-14 18:41 Sam James
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
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=1729489553.d7b701f776d96b1a5413aa9d2a8617c02e38ee00.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