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: Sat, 12 Aug 2023 09:11:04 +0000 (UTC)	[thread overview]
Message-ID: <1691831453.3fb715b5f3377312ab4bd84cc76ebb6672195a02.graaff@gentoo> (raw)

commit:     3fb715b5f3377312ab4bd84cc76ebb6672195a02
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 08:14:22 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 09:10:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb715b5

dev-ruby/net-ssh-gateway: fix minitest deprecation

Closes: https://bugs.gentoo.org/911961
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0-r2.ebuild b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0-r2.ebuild
index 750661e9ff57..d868b033bf4f 100644
--- a/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0-r2.ebuild
+++ b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0-r2.ebuild
@@ -27,5 +27,7 @@ all_ruby_prepare() {
 	sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
 
 	sed -i -e '/bundler/ s:^:#:' Rakefile test/net/ssh/gateway_test.rb || die
-	sed -i -e 's:mocha/mini_test:mocha/minitest:' test/net/ssh/gateway_test.rb || die
+	sed -e 's:mocha/mini_test:mocha/minitest:' \
+		-e 's/MiniTest/Minitest/' \
+		-i test/net/ssh/gateway_test.rb || die
 }


             reply	other threads:[~2023-08-12  9:11 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-12  9:11 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-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-03-01  5:56 Hans de Graaff
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=1691831453.3fb715b5f3377312ab4bd84cc76ebb6672195a02.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