From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
Date: Thu, 15 Aug 2024 06:22:49 +0000 (UTC) [thread overview]
Message-ID: <1723702951.7b8352dc2808b5eb746f778bfdb759e88b0a079c.graaff@gentoo> (raw)
commit: 7b8352dc2808b5eb746f778bfdb759e88b0a079c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 06:22:31 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 06:22:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8352dc
dev-ruby/minitest-hooks: add 1.5.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/minitest-hooks/Manifest | 1 +
.../minitest-hooks/minitest-hooks-1.5.2.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index bafb507635e9..5a0fbb43831c 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1,2 +1,3 @@
DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b
DIST minitest-hooks-1.5.1.gem 8704 BLAKE2B 8513e7694aae942da83323075d048c0aaf5bf2d89c3994c7a2f3c17478f14abc29bf5ee67690e5cd50c8de2d06d60cb2e0de27c69edbc3d6b85946d2ee6e6c3d SHA512 1129205f68688747aa1fbe161cf436e7d82802ec02fe008d564b4266069b1fad014f438d0c16c7c42a98af3f0a89fc4681deea0ae7f421d94653274ce103bd10
+DIST minitest-hooks-1.5.2.tar.gz 8848 BLAKE2B e9a83b52f4ff7ebc27d3dddcad0f5ff03518440665d64a34376807c46046dd10d3e5e96cf4b7aff66f474d883973184f3499038046a8013a5deaed55b2c4885c SHA512 5ce048f4651a9a6c42537667d5653dc4dabef18c86b369e4f9f9978b1f924b0a73bfed2b4b87212c894ff7a14e0ee22044c3657f03718983d3bd2f05a70510e9
diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
new file mode 100644
index 000000000000..53816fe4ae7e
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_GEMSPEC="minitest-hooks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+SRC_URI="https://github.com/jeremyevans/minitest-hooks/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/minitest-5.3"
+
+ruby_add_depend "test? ( >dev-ruby/sequel-4 dev-ruby/sqlite3 dev-ruby/minitest-global_expectations )"
+
+each_ruby_test() {
+ ${RUBY} spec/all.rb || die
+}
next reply other threads:[~2024-08-15 6:22 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-15 6:22 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/ Sam James
2024-08-18 9:51 Hans de Graaff
2024-08-16 8:12 Hans de Graaff
2023-12-27 19:19 Hans de Graaff
2023-07-30 9:32 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-03-05 8:42 Hans de Graaff
2022-04-26 13:45 Sam James
2022-03-14 6:34 Hans de Graaff
2022-02-12 15:21 Sam James
2021-12-13 7:02 Agostino Sarubbo
2021-12-12 1:52 Sam James
2021-12-12 1:51 Sam James
2021-12-11 19:10 Arthur Zamarin
2021-10-17 6:31 Sam James
2021-05-01 5:21 Hans de Graaff
2020-07-14 16:38 Sergei Trofimovich
2019-12-27 6:22 Hans de Graaff
2019-04-21 5:54 Hans de Graaff
2019-04-21 5:54 Hans de Graaff
2019-01-10 8:23 Hans de Graaff
2018-05-22 5:08 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-09-13 5:03 Hans de Graaff
2017-08-01 5:50 Hans de Graaff
2017-07-15 9:40 Alexis Ballier
2017-07-01 10:07 Sergei Trofimovich
2017-06-21 7:27 Hans de Graaff
2017-05-26 7:08 Michael Weber
2016-10-02 11:32 Jeroen Roovers
2016-10-02 10:55 Jeroen Roovers
2016-09-27 11:04 Tobias Klausmann
2016-08-14 19:31 Markus Meier
2016-07-14 5:52 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=1723702951.7b8352dc2808b5eb746f778bfdb759e88b0a079c.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