From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/
Date: Sun, 10 Sep 2023 16:57:50 +0000 (UTC) [thread overview]
Message-ID: <1694365057.8fe538b09d3eae012ef5bdc99832a445304a8a69.graaff@gentoo> (raw)
commit: 8fe538b09d3eae012ef5bdc99832a445304a8a69
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 16:51:42 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 16:57:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe538b0
dev-ruby/image_processing: fix minitest deprecation
Closes: https://bugs.gentoo.org/911953
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/image_processing/image_processing-1.12.2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
index 8442915b178d..0e84e582aef1 100644
--- a/dev-ruby/image_processing/image_processing-1.12.2.ebuild
+++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
@@ -42,4 +42,7 @@ all_ruby_prepare() {
sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile test/test_helper.rb || die
+
+ # Fix minitest deprecation
+ sed -i -e 's/MiniTest/Minitest/' test/test_helper.rb || die
}
next reply other threads:[~2023-09-10 16:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-10 16:57 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-25 4:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/ Hans de Graaff
2024-05-19 5:33 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-05 3:17 Sam James
2023-03-28 20:20 Sam James
2023-03-28 20:16 Sam James
2023-03-18 1:22 Sam James
2023-01-19 7:29 Hans de Graaff
2022-06-13 8:06 Yixun Lan
2022-04-09 7:38 Hans de Graaff
2022-03-14 6:34 Hans de Graaff
2022-03-14 6:34 Hans de Graaff
2021-07-07 8:31 Hans de Graaff
2021-02-19 6:47 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-11-08 6:33 Hans de Graaff
2020-09-22 4:37 Hans de Graaff
2020-07-21 7:30 Hans de Graaff
2020-07-20 6:15 Hans de Graaff
2020-07-20 2:26 Sam James
2020-05-23 17:41 Hans de Graaff
2020-05-23 17:41 Hans de Graaff
2020-04-12 6:22 Hans de Graaff
2019-12-20 7:21 Hans de Graaff
2019-12-04 6:42 Hans de Graaff
2019-09-07 23:18 Thomas Deutschmann
2019-08-30 10:20 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=1694365057.8fe538b09d3eae012ef5bdc99832a445304a8a69.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