From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zentest/
Date: Wed, 3 Jul 2024 04:55:15 +0000 (UTC) [thread overview]
Message-ID: <1719982500.c14d4dab4e4a1d4fe6c99fea6c89feeeee609086.graaff@gentoo> (raw)
commit: c14d4dab4e4a1d4fe6c99fea6c89feeeee609086
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 04:54:24 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 04:55:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14d4dab
dev-ruby/zentest: add 4.12.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/zentest/Manifest | 1 +
dev-ruby/zentest/zentest-4.12.2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-ruby/zentest/Manifest b/dev-ruby/zentest/Manifest
index 990b476495ae..b64d6f52ff87 100644
--- a/dev-ruby/zentest/Manifest
+++ b/dev-ruby/zentest/Manifest
@@ -1 +1,2 @@
DIST ZenTest-4.12.1.gem 48128 BLAKE2B 6e42c5974aa20cc9f926d3baa633a39f0a87d7dfed132e685b9476ea5f793eae1e747ea289705a6607c1f3cb2c0aea9d2d41a3d2607244dd25d6d7ae82ccf824 SHA512 20d51c18ddf1d4573e7350dc5b1cbca461e7c422652bb4a14d9645282d813e694134c42be7243b113d841a761fa644b9394500858c5cffc233731a3ed3ed50a7
+DIST ZenTest-4.12.2.gem 48128 BLAKE2B 2398708588ef7d7c82863ddb176728f789f7928535e6f58dfe1ff3f95fe89b7b40ec47c5000bc46ec8ad7019699c1d4ad64d0096efc2b67791762fedd91a34d1 SHA512 aef529bde3304dc1d1070d5ced7b1de47822aea30471006659b1a1cca2429cab38f2624fea3c95c453fd850a973e516fb2bc065960539f21d66b5d628660e578
diff --git a/dev-ruby/zentest/zentest-4.12.2.ebuild b/dev-ruby/zentest/zentest-4.12.2.ebuild
new file mode 100644
index 000000000000..0b81c57b3cd1
--- /dev/null
+++ b/dev-ruby/zentest/zentest-4.12.2.ebuild
@@ -0,0 +1,29 @@
+# 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_NAME=ZenTest
+
+RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails"
+HOMEPAGE="https://github.com/seattlerb/zentest"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+ruby_add_bdepend "
+ test? (
+ dev-ruby/minitest:5
+ )"
+
+each_ruby_test() {
+ MT_NO_PLUGINS=true ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2024-07-03 4:55 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-03 4:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 12:47 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zentest/ Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-06 13:31 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2023-12-27 7:55 Hans de Graaff
2023-03-07 6:34 Hans de Graaff
2022-07-30 8:22 Hans de Graaff
2022-06-24 10:04 Hans de Graaff
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:35 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-20 6:34 Agostino Sarubbo
2022-06-20 6:33 Agostino Sarubbo
2022-04-16 7:08 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-05-07 4:32 Hans de Graaff
2020-05-05 21:04 Sergei Trofimovich
2020-04-30 14:38 Agostino Sarubbo
2020-04-30 14:37 Agostino Sarubbo
2020-04-28 9:42 Agostino Sarubbo
2020-04-28 9:41 Agostino Sarubbo
2020-04-28 9:40 Agostino Sarubbo
2020-04-28 9:39 Agostino Sarubbo
2019-12-29 6:59 Hans de Graaff
2019-11-02 5:55 Hans de Graaff
2019-09-26 5:19 Hans de Graaff
2019-01-18 11:12 Hans de Graaff
2019-01-09 9:12 Hans de Graaff
2018-11-13 6:11 Hans de Graaff
2018-08-24 1:40 Thomas Deutschmann
2018-07-27 6:35 Sergei Trofimovich
2018-07-23 13:10 Tobias Klausmann
2018-07-05 18:32 Sergei Trofimovich
2018-05-15 19:16 Markus Meier
2018-04-25 6:08 Sergei Trofimovich
2018-04-21 22:38 Aaron Bauman
2018-02-22 7:03 Hans de Graaff
2017-06-28 9:35 Alexis Ballier
2017-01-14 8:52 Hans de Graaff
2016-07-09 5:29 Hans de Graaff
2016-07-08 13:48 Agostino Sarubbo
2016-07-08 10:30 Agostino Sarubbo
2016-06-16 5:07 Hans de Graaff
2016-03-06 21:09 Hans de Graaff
2016-03-06 18:25 Manuel Rüger
2016-02-04 19:31 Tobias Klausmann
2016-01-17 18:24 Agostino Sarubbo
2016-01-02 16:29 Jeroen Roovers
2016-01-02 15:27 Jeroen Roovers
2015-11-24 20:24 Markus Meier
2015-11-18 8:57 Agostino Sarubbo
2015-11-17 9:59 Agostino Sarubbo
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=1719982500.c14d4dab4e4a1d4fe6c99fea6c89feeeee609086.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