From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest/
Date: Sun, 5 Mar 2023 08:42:04 +0000 (UTC) [thread overview]
Message-ID: <1678005717.dccee63840e891ac569e3915ce663bac5aa019ce.graaff@gentoo> (raw)
commit: dccee63840e891ac569e3915ce663bac5aa019ce
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 07:32:08 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 08:41:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccee638
dev-ruby/minitest: add 5.18.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/minitest/Manifest | 1 +
dev-ruby/minitest/minitest-5.18.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index a4d099bb4ae9..277d1c1013c7 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -4,3 +4,4 @@ DIST minitest-5.15.0.gem 87040 BLAKE2B 71e7a7952c25fd37067a449867d74a2f18a8a42d1
DIST minitest-5.16.2.gem 93184 BLAKE2B 005af875bf38e3744bf9de90ec6e964487908a817c19094dcee658963ab2c8882bb1cc4e0b19124b83af9f5da019a8d9e611ba21856f50deca8d9eb1757640cb SHA512 714dc201e9a8a45eefa080ee1a45fa66acb2de0cf624e7c6233e7e1745c35ef9e1a8d24236ecf33f440c05c03f09e017c6ff1e077473b22e3abe5d1ff3126989
DIST minitest-5.16.3.gem 93184 BLAKE2B ce3b9f2177a56ab8ff0b61ec4266b67ecfe6e387c57c96eec20db0d7627ac9b73ebebfe148249a1c1c1c9631a63aad8a712b4892a6741a186300afdcd8135a01 SHA512 1463b12842a914df663d0d796bafd418ead038d32c935f3970062492f248f3f4fcf3a5c2f45e2fb71ac13e3b94fca1e6497e7cd7fe9e7050587b7efe2b275453
DIST minitest-5.17.0.gem 93696 BLAKE2B c5979a0d82c4658e4a1584450c899b6a09d99fa145348127902f187e03c6bba73f798fe815186c9ab87a119baa6f3b18acdc1606aa99ec2cf4a1fe548684e93f SHA512 00374b0d0c86d0ec2d285bc4053b6851e1a59e86f7a3ab3db8ccac1db222256edb58514c666763047cec95cf099b1738765a3e9eec9aee3386b187e9fe0f59f9
+DIST minitest-5.18.0.gem 95232 BLAKE2B 5b0f6fb2c304f0d96a6e98c5a4512acbff0a354290e1f2670773f8bdaa8d8b11b8504a15afd03a7bbe89ff1a9478599c2b0b4f0976bf5d52306655581c94ad4d SHA512 309f899b5c5c2573aaf1e84a2225f446e009923b864af8a006eb518f95e758fb6425ec1e5f1790ba8026e041a8fc601551c2f447fa06528399041de119fa2d1a
diff --git a/dev-ruby/minitest/minitest-5.18.0.ebuild b/dev-ruby/minitest/minitest-5.18.0.ebuild
new file mode 100644
index 000000000000..3c5fd1ffae81
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.18.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit"
+HOMEPAGE="https://github.com/minitest/minitest"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+all_ruby_prepare() {
+ # Avoid a test dependency on dev-ruby/hoe, leading to circular dependencies
+ rm -f test/minitest/test_minitest_test_task.rb || die
+}
+
+each_ruby_test() {
+ export -n A
+ MT_NO_PLUGINS=true ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || die "Tests failed"
+}
next reply other threads:[~2023-03-05 8:42 UTC|newest]
Thread overview: 173+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-05 8:42 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 16:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest/ Hans de Graaff
2024-10-12 23:07 Sam James
2024-10-12 8:23 Hans de Graaff
2024-10-08 20:37 Arthur Zamarin
2024-10-08 19:32 Sam James
2024-10-06 11:12 Sam James
2024-10-06 11:11 Sam James
2024-08-17 6:32 Hans de Graaff
2024-08-17 6:32 Hans de Graaff
2024-08-14 6:08 Hans de Graaff
2024-07-01 5:21 Hans de Graaff
2024-06-19 5:45 Hans de Graaff
2024-06-19 5:16 Hans de Graaff
2024-06-19 5:16 Hans de Graaff
2024-05-25 15:10 Michał Górny
2024-05-25 6:31 Arthur Zamarin
2024-05-25 6:31 Arthur Zamarin
2024-05-25 6:27 Arthur Zamarin
2024-05-25 6:27 Arthur Zamarin
2024-05-25 6:20 Hans de Graaff
2024-05-25 6:19 Arthur Zamarin
2024-05-25 6:08 Arthur Zamarin
2024-05-25 5:46 Hans de Graaff
2024-05-25 5:46 Hans de Graaff
2024-05-19 5:33 Hans de Graaff
2024-03-15 6:08 Hans de Graaff
2024-03-15 6:08 Hans de Graaff
2024-02-08 14:24 Hans de Graaff
2024-02-08 14:24 Hans de Graaff
2024-02-06 10:49 Hans de Graaff
2024-01-20 8:07 Hans de Graaff
2023-09-07 4:56 Hans de Graaff
2023-08-02 7:24 Sam James
2023-08-01 18:27 Arthur Zamarin
2023-07-30 9:32 Hans de Graaff
2023-07-24 9:25 Jakov Smolić
2023-06-17 4:55 Hans de Graaff
2023-06-16 5:05 Hans de Graaff
2023-04-07 6:38 Sam James
2023-04-07 4:14 Sam James
2023-04-07 4:12 Sam James
2023-04-07 4:10 Sam James
2023-04-07 3:07 Sam James
2023-04-07 2:48 Sam James
2023-04-07 2:48 Sam James
2023-04-07 2:48 Sam James
2023-04-02 1:51 Sam James
2023-03-28 22:36 Sam James
2023-03-28 22:19 Sam James
2023-03-28 21:51 Sam James
2023-03-28 21:50 Sam James
2023-03-28 21:49 Sam James
2023-03-28 21:49 Sam James
2023-03-28 21:49 Sam James
2023-03-28 21:44 Sam James
2023-03-05 8:42 Hans de Graaff
2023-01-02 7:00 Hans de Graaff
2022-11-06 7:08 Hans de Graaff
2022-08-21 4:54 Hans de Graaff
2022-07-30 9:51 Arthur Zamarin
2022-07-26 15:21 Agostino Sarubbo
2022-07-26 4:15 Sam James
2022-07-26 2:17 Sam James
2022-07-26 2:17 Sam James
2022-07-26 2:05 Sam James
2022-07-26 1:36 Sam James
2022-07-25 6:53 Hans de Graaff
2022-07-14 7:40 Hans de Graaff
2022-07-06 5:28 Hans de Graaff
2022-06-22 4:35 Hans de Graaff
2022-06-15 5:05 Hans de Graaff
2022-03-12 7:21 Hans de Graaff
2021-12-24 19:20 Jakov Smolić
2021-12-24 7:02 Hans de Graaff
2021-07-30 9:59 Hans de Graaff
2021-07-21 10:27 Marek Szuba
2021-07-15 13:44 Sergei Trofimovich
2021-07-13 6:34 Agostino Sarubbo
2021-07-13 6:31 Agostino Sarubbo
2021-07-13 6:29 Agostino Sarubbo
2021-07-11 9:00 Agostino Sarubbo
2021-07-11 8:58 Agostino Sarubbo
2021-07-05 11:51 Hans de Graaff
2021-03-03 6:33 Hans de Graaff
2021-02-24 6:17 Hans de Graaff
2021-01-06 6:21 Hans de Graaff
2020-12-28 7:46 Hans de Graaff
2020-09-01 5:19 Hans de Graaff
2020-05-17 5:10 Hans de Graaff
2020-01-12 7:19 Hans de Graaff
2020-01-03 15:55 Hans de Graaff
2019-12-26 11:06 Hans de Graaff
2019-12-03 10:24 Hans de Graaff
2019-11-27 13:03 Mikle Kolyada
2019-11-26 19:35 Sergei Trofimovich
2019-11-23 16:53 Agostino Sarubbo
2019-11-23 15:46 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 15:33 Agostino Sarubbo
2019-11-23 12:46 Agostino Sarubbo
2019-11-22 16:23 Matt Turner
2019-11-03 6:36 Hans de Graaff
2019-11-01 5:40 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-09-24 6:41 Hans de Graaff
2019-07-17 7:04 Hans de Graaff
2019-04-27 22:56 Aaron Bauman
2019-04-27 19:48 Aaron Bauman
2019-04-09 5:53 Hans de Graaff
2019-01-29 13:43 Mikle Kolyada
2018-12-30 17:53 Mikle Kolyada
2018-12-26 8:20 Hans de Graaff
2018-07-29 9:10 Hans de Graaff
2018-07-29 8:42 Sergei Trofimovich
2018-07-11 5:05 Markus Meier
2018-06-25 20:43 Tobias Klausmann
2018-06-07 22:06 Sergei Trofimovich
2018-06-07 4:43 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-06-06 18:26 Sergei Trofimovich
2018-04-28 6:32 Hans de Graaff
2018-02-15 21:48 Michał Górny
2018-01-27 7:18 Hans de Graaff
2018-01-24 7:02 Hans de Graaff
2018-01-07 7:19 Hans de Graaff
2017-12-25 17:02 Hans de Graaff
2017-12-24 8:49 Markus Meier
2017-12-17 20:13 Sergei Trofimovich
2017-12-06 22:44 Sergei Trofimovich
2017-11-30 20:06 Sergei Trofimovich
2017-11-27 8:50 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-22 21:42 Tobias Klausmann
2017-10-22 7:11 Hans de Graaff
2017-10-21 10:19 Sergei Trofimovich
2017-10-21 9:10 Sergei Trofimovich
2017-08-14 19:42 Hans de Graaff
2017-07-22 6:00 Hans de Graaff
2017-07-22 6:00 Hans de Graaff
2017-07-11 4:58 Markus Meier
2017-07-01 13:45 Alexis Ballier
2017-06-05 21:53 Sergei Trofimovich
2017-05-12 6:36 Hans de Graaff
2017-04-30 8:10 Jeroen Roovers
2017-04-25 7:08 Tobias Klausmann
2017-03-08 23:39 Michael Weber
2017-03-01 13:05 Michael Weber
2016-12-30 11:12 Agostino Sarubbo
2016-12-30 9:39 Agostino Sarubbo
2016-12-26 19:17 Hans de Graaff
2016-12-06 5:38 Hans de Graaff
2016-10-02 8:42 Jeroen Roovers
2016-09-26 5:04 Hans de Graaff
2016-09-26 5:04 Hans de Graaff
2016-09-26 5:04 Hans de Graaff
2016-07-18 6:49 Hans de Graaff
2016-07-08 14:44 Markus Meier
2016-06-30 15:21 Tobias Klausmann
2016-05-24 4:59 Hans de Graaff
2016-02-02 6:25 Hans de Graaff
2016-02-02 6:25 Hans de Graaff
2016-01-17 9:10 Hans de Graaff
2015-12-27 9:22 Hans de Graaff
2015-11-23 6:10 Hans de Graaff
2015-11-23 6:10 Hans de Graaff
2015-10-27 1:14 Manuel Rüger
2015-10-03 8:35 Hans de Graaff
2015-09-26 0:50 Manuel Rüger
2015-08-24 5:03 Jeroen Roovers
2015-08-13 5:09 Hans de Graaff
2015-08-13 5:09 Hans de Graaff
2015-08-09 16:03 Mikle Kolyada
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=1678005717.dccee63840e891ac569e3915ce663bac5aa019ce.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