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/minitest/
Date: Sun,  7 Jan 2018 07:19:46 +0000 (UTC)	[thread overview]
Message-ID: <1515309146.6d018b9fbfda587d507214a6eec44f79288f1df4.graaff@gentoo> (raw)

commit:     6d018b9fbfda587d507214a6eec44f79288f1df4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 07:12:26 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 07:12:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d018b9f

dev-ruby/minitest: add 5.11.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/minitest/Manifest               |  1 +
 dev-ruby/minitest/minitest-5.11.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index 730f34752a7..9ffe6a84fbf 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -1,6 +1,7 @@
 DIST minitest-4.7.5.gem 57856 BLAKE2B d0ecb0a0693c35ebbda52e9c755b72f07e38d6ccc266312a3426f9de3c40165d68bf07d5ed162ce51e31b1bb8502dc844fe61d9e93733108501f156c3096af23 SHA512 7ea0a52d37f4631fb8b11d4389da2123e4207093f7b34c497fced8729c9086faaa35e997debdb53b694e05eb52b16e843960f0b54515c32207f87161a76c3851
 DIST minitest-5.10.2.gem 75264 BLAKE2B a8967591bc590e839d1186e787c5d925b67d8a12f5b49dbcf04f653f53945aadae9b2bf93a432e67c3f7eb2c99d25d9730ee4530d189c059eeee9e46f4bc6ac8 SHA512 f2a0ee13166cd6cb2cebc1f075347f205ac14e03943b2cccff7eadd34d09f2fb8ea0a6c764f20a84efef6463f4101a998110809c81c385225b4f72eb5da687d2
 DIST minitest-5.10.3.gem 76288 BLAKE2B 2c4fa5bca17e8a6270923225cd91fa9b6374d2a00b278906faf4e3ead0baf5fb1572a3c75322befc35ad0016d86f49c905e7de0283b07c60585c4c0348d69701 SHA512 6a3b1c86471fd7bb6ca078de9f253aeb9533f8da027998c34cd7fb8165a1d3bb565c1f8df958bb0eef6b7e22658894175c5f54f475585f2c05bb667e812b7aa3
+DIST minitest-5.11.1.gem 79360 BLAKE2B 97066b398d04a840327bbcc0cfdf71d7945450f979ff70824f9d455de05a0931d8d4d6cdfd4a0ccb65443fba4a4e6378d74277748f4f41beb6e552b1caa83792 SHA512 b25a7f3952f546fe2ab7a87f3fa6d1980e3642b25e7c7b6bfbd94cf2063458613f0a73e71e773323e0277b375827ffe629701d0a17fbb30c6bd00095eda447c0
 DIST minitest-5.3.3.gem 67072 BLAKE2B 58511cd3cf5e8cadc78427a4818f973aa59873cd35bf553874cfa3e785a6c3d427d3c8b7e5f5f915842ca2b4b2ce594f847873536b49b8860cbfb3812dd58908 SHA512 e1ea2cea5b61231b3074aea1dfb15b104a4e8a6b361d274194b6876401c29f839be618eb7c0448a42bc51ce57f0c2fcd84a72d1b0e0ba034ec5ffe6fbf2ae509
 DIST minitest-5.8.4.gem 72192 BLAKE2B 364cd5da716e33b9c4a6e0b1e249864445205a759b289f940379db033c25edda776177bb2435df75d30b51602193a1f039e72bf3515cfcc4cdbcc83e5a7815e6 SHA512 92569e41e334f209260ac77f9157f1dac8824111c6a810d954f7c66d24cf7a16d7d874186288580bf1f800889d8bdfc80437691d91208990878c295e14c1f906
 DIST minitest-5.9.1.gem 73216 BLAKE2B 553143159ddc688ee0961a1714aded658dea3b6d5823bfa1555e96d25506eed2a789ad0b31939da1947e3e1d21fa9b4a9f59f3b429354283baa8c28fcda1a444 SHA512 4b02ea62297ad5be8bbc8d541405b0d73668ec7fe0f78318fb85fcc35321d934285df13aac2f3e5c4f9cb303b2689bca36a13bf1f8359486f9c66d4ca2fc6e72

diff --git a/dev-ruby/minitest/minitest-5.11.1.ebuild b/dev-ruby/minitest/minitest-5.11.1.ebuild
new file mode 100644
index 00000000000..b79c3ae574c
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.11.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+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 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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"
+}


             reply	other threads:[~2018-01-07  7:19 UTC|newest]

Thread overview: 175+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07  7:19 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04 11:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest/ 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-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
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=1515309146.6d018b9fbfda587d507214a6eec44f79288f1df4.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