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-scp/
Date: Sat, 13 Jan 2024 08:30:01 +0000 (UTC)	[thread overview]
Message-ID: <1705134523.5bb973d2f54adf5486e7c2bf7d6f59fb84d9d37e.graaff@gentoo> (raw)

commit:     5bb973d2f54adf5486e7c2bf7d6f59fb84d9d37e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 08:24:47 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 08:28:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb973d2

dev-ruby/net-scp: enable ruby33

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

 dev-ruby/net-scp/net-scp-4.0.0.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/net-scp/net-scp-4.0.0.ebuild b/dev-ruby/net-scp/net-scp-4.0.0.ebuild
index abc476035535..4472f255fba4 100644
--- a/dev-ruby/net-scp/net-scp-4.0.0.ebuild
+++ b/dev-ruby/net-scp/net-scp-4.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
 
@@ -26,7 +26,8 @@ RESTRICT="!test? ( test )"
 ruby_add_bdepend "
 	doc? ( dev-ruby/net-ssh:7 )
 	test? (
-		dev-ruby/mocha:1.0
+		dev-ruby/mocha:2
+		dev-ruby/test-unit
 	)"
 
 ruby_add_rdepend "dev-ruby/net-ssh:7"
@@ -35,6 +36,9 @@ all_ruby_prepare() {
 	sed -e "s:_relative ': './:" \
 		-e 's/git ls-files -z/find -print0/' \
 		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -e '/mocha/ s/setup/test_unit/' \
+		-i test/common.rb || die
 }
 
 each_ruby_test() {


             reply	other threads:[~2024-01-13  8:30 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13  8:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21  9:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-scp/ Sam James
2025-05-20 16:56 Sam James
2025-05-18 12:13 Arthur Zamarin
2025-04-30 11:49 Hans de Graaff
2025-01-24  6:56 Hans de Graaff
2024-04-24  6:57 Hans de Graaff
2023-09-10 11:45 Hans de Graaff
2023-09-10 11:41 Hans de Graaff
2023-04-02  2:56 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:15 Sam James
2023-03-26  3:12 Sam James
2023-03-26  3:03 Sam James
2023-01-10  6:40 Hans de Graaff
2022-10-19  5:45 Hans de Graaff
2022-08-17 15:39 Sam James
2022-03-31  5:39 Hans de Graaff
2021-09-28  1:04 Sam James
2021-09-25  8:49 Hans de Graaff
2021-09-25  5:18 Agostino Sarubbo
2021-09-13  7:00 Agostino Sarubbo
2021-09-13  6:57 Agostino Sarubbo
2021-09-12  7:37 Sam James
2020-08-22  7:56 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2020-04-27  4:48 Hans de Graaff
2019-04-22  5:40 Hans de Graaff
2019-01-19 14:48 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-05-13  5:47 Hans de Graaff
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  7:28 Hans de Graaff
2017-05-09 18:51 Hans de Graaff
2016-11-15  0:40 Manuel Rüger
2016-09-17  5:53 Hans de Graaff
2016-07-22  7:05 Hans de Graaff
2016-04-25  5:12 Hans de Graaff
2016-03-23  6:16 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=1705134523.5bb973d2f54adf5486e7c2bf7d6f59fb84d9d37e.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