From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/
Date: Sun, 4 Feb 2024 09:12:51 +0000 (UTC) [thread overview]
Message-ID: <1707037965.9ada86baba19634959f1ceaba555cd3a8a430c7f.graaff@gentoo> (raw)
commit: 9ada86baba19634959f1ceaba555cd3a8a430c7f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 4 09:08:11 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 4 09:12:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ada86ba
dev-ruby/sus: add 0.24.5
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sus/Manifest | 1 +
dev-ruby/sus/sus-0.24.5.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
index f3bc5529174b..8a3085ff5cbb 100644
--- a/dev-ruby/sus/Manifest
+++ b/dev-ruby/sus/Manifest
@@ -2,3 +2,4 @@ DIST sus-0.21.1.tar.gz 29580 BLAKE2B 9a30950b4ad9da13af48c50a96951ba9f9cace97fac
DIST sus-0.23.0.tar.gz 30932 BLAKE2B 8f08e167368c54814b674e42ab5855f06387646774b93551fd67b7b4b7eb3313aeaa82369d2346325d2214c5f134875b9730579559450519ddb49eb62b70ad40 SHA512 ee1815d70692154abef962d41cca7037b0fa1419861ff08518a0b1153e43e308c351eb21ca32b017b30fb30fbc1a3bd707681b2a59e4a74137642c36080dddbd
DIST sus-0.24.0.tar.gz 31229 BLAKE2B 4e335d72f61ede7d946f4d375abe5a7640fefd17d2fc7697bb489f5e14dc42711a6777baaed35e91cb8c76bfba62127ecfdf866e36e54bc1d9fd0f705424ade4 SHA512 1f879dc59af1f348b29da4b1555dbe4f999c9b695a327f233a381382be33f7e7b1a47213f20f72ff420d57fc7c42024e6a1c34737666e88b808518588389d3fb
DIST sus-0.24.2.tar.gz 31233 BLAKE2B 4090aac36d529984e5e447e529988838ed68f9ca4f2ef9b8a3829e158622216435152937d600be55c86982cce59d45c55026323c4264541ff0990a26e56e5c34 SHA512 693378800db2f4c683be78529a8b2b07c64cb25c7b67e970ad3b2ca2f3fb7b9f6069074acedb44828e5377a48318fd24ba36f811c43073eeffb19478041cf358
+DIST sus-0.24.5.tar.gz 31874 BLAKE2B 91ed9e627e2f3bffe69f9518182d0c4fe804e7e3811b4dd984672ed1007ea2cbe09caf414841df34f2a37a9eb5050c288c1be233707c7fc1f7dd0449d002be68 SHA512 b29cc2b9399245aa5a1867040e237f6a6970988c0fb01ed0bf76d574080f433da3bcd1c03b3612f80459fca75bdcc99dba7c2588266901464566d156a9df7523
diff --git a/dev-ruby/sus/sus-0.24.5.ebuild b/dev-ruby/sus/sus-0.24.5.ebuild
new file mode 100644
index 000000000000..ba4876aa8a22
--- /dev/null
+++ b/dev-ruby/sus/sus-0.24.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast and scalable test runner"
+HOMEPAGE="https://github.com/ioquatix/sus"
+SRC_URI="https://github.com/ioquatix/sus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+all_ruby_prepare() {
+ sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
+
+ # Remove the sus configuration which enabled coverage checks.
+ # Its dependency is not packaged.
+ rm -f config/sus.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} bin/sus-parallel || die
+}
next reply other threads:[~2024-02-04 9:14 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-04 9:12 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 7:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/ Hans de Graaff
2025-01-01 7:38 Hans de Graaff
2024-11-09 7:40 Hans de Graaff
2024-10-06 14:27 Sam James
2024-10-06 11:52 Sam James
2024-08-04 6:47 Hans de Graaff
2024-08-04 6:47 Hans de Graaff
2024-07-20 6:00 Hans de Graaff
2024-07-20 6:00 Hans de Graaff
2024-07-14 6:51 Hans de Graaff
2024-06-26 5:59 Hans de Graaff
2024-06-26 5:59 Hans de Graaff
2024-04-25 5:29 Hans de Graaff
2024-04-25 5:29 Hans de Graaff
2024-02-10 7:15 Hans de Graaff
2023-12-27 9:16 Hans de Graaff
2023-12-09 7:53 Hans de Graaff
2023-12-09 7:53 Hans de Graaff
2023-12-01 9:40 Sam James
2023-12-01 9:40 Sam James
2023-12-01 6:18 Hans de Graaff
2023-12-01 6:18 Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-08-23 4:33 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-07-21 5:51 Hans de Graaff
2023-07-09 19:13 Hans de Graaff
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-06-15 5:33 Hans de Graaff
2023-06-13 5:20 Hans de Graaff
2023-03-18 7:17 Hans de Graaff
2023-02-19 8:10 Hans de Graaff
2023-02-19 8:10 Hans de Graaff
2023-01-08 7:49 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-04 6:54 Hans de Graaff
2022-10-31 6:20 Hans de Graaff
2022-10-23 7:22 Hans de Graaff
2022-10-22 21:33 Matt Turner
2022-10-22 21:33 Matt Turner
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=1707037965.9ada86baba19634959f1ceaba555cd3a8a430c7f.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