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: Wed, 24 Feb 2021 06:17:58 +0000 (UTC) [thread overview]
Message-ID: <1614147290.c5985f7e9e3cacb97c0b8badcc50c4baf0f98268.graaff@gentoo> (raw)
commit: c5985f7e9e3cacb97c0b8badcc50c4baf0f98268
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 06:14:50 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 06:14:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5985f7e
dev-ruby/minitest: add 5.14.4
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/minitest/Manifest | 1 +
dev-ruby/minitest/minitest-5.14.4.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index 6c5fa7fc3ee..42894f2af43 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -6,3 +6,4 @@ DIST minitest-5.14.0.gem 84992 BLAKE2B 3bf733ae992e83af862773b6b76997b7a3262290c
DIST minitest-5.14.1.gem 84992 BLAKE2B 1bc258ea21ff887381ce9d13ea08f07d6242bf1daa8e65063ac9bfa41c5a9363d0c7e25356d803e780814fcc62c54b9f62e76c7db8e0666f19dbb52bd94e171d SHA512 57a205ce8f71a494d9d8b0343cbc39f8d3ee22f33145b53b6b0bebebc0a2ed542eba3e1df91bf115be0910f0c2e65d5c24be6b595f13e6ccbbe417e06c54ffce
DIST minitest-5.14.2.gem 84992 BLAKE2B 2cca1cbbd7588d2bd77458008a0dce0dcf34e9e68fa0ab7eaa79a72515c3d2399030db61905e84835596dea5e854a4a0708096f3b401ca8fb61c3da0823a8ad5 SHA512 c1cdb87824382233d4ae0570346a6888ecdf0dddbd5fbc9bc136e1c8ed9e1ce57d08d5994f57ba1eee99a38e48a04a10a32288d34ce10ca4ecdfa15587cf602e
DIST minitest-5.14.3.gem 84992 BLAKE2B baad3e8198bcee1b2748f81a7ea822785423c2bfb07130397b2c21993c686aa6edf58811cd58c4c9685b63b8a7373948a0aa2eacb6b02383399847edbad5deaa SHA512 2aadb99c5eac8d29c78865f8ce3fae51f11c2e1dd17157b6d0c6684733a3b870146df16fd26626c6f9c56806422e1e2457208afa1c69238a2bdaa4a859c23645
+DIST minitest-5.14.4.gem 86016 BLAKE2B 1f7b8c72b41e1f4e47852021dd99df411a427ac8bbe564a2b86edbb727a4976030176331442a3a44f734347cc42f80444f8d3937e561f0063ec6bb3132d4c402 SHA512 f967a11cfce82e167879905082859273b270e8d8e663a0c1c553964a345fb8564547627b8cf97418ac5bda544bb76c1385438ad74ec8e846666dc2952d55c9e9
diff --git a/dev-ruby/minitest/minitest-5.14.4.ebuild b/dev-ruby/minitest/minitest-5.14.4.ebuild
new file mode 100644
index 00000000000..414bf91afda
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.14.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+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/seattlerb/minitest"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || die "Tests failed"
+}
next reply other threads:[~2021-02-24 6:18 UTC|newest]
Thread overview: 176+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-24 6:17 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 7:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest/ Hans de Graaff
2024-12-04 11:25 Hans de Graaff
2024-11-22 7:47 Hans de Graaff
2024-11-04 16:33 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-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-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=1614147290.c5985f7e9e3cacb97c0b8badcc50c4baf0f98268.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