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, 8 Jan 2023 07:49:45 +0000 (UTC) [thread overview]
Message-ID: <1673164180.681c7aafeb7814e1f138212304383db8433f4d2e.graaff@gentoo> (raw)
commit: 681c7aafeb7814e1f138212304383db8433f4d2e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 7 08:09:44 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 07:49:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681c7aaf
dev-ruby/sus: add 0.16.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sus/Manifest | 1 +
dev-ruby/sus/sus-0.16.0.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
index d5eef8b848e3..89ce779eee10 100644
--- a/dev-ruby/sus/Manifest
+++ b/dev-ruby/sus/Manifest
@@ -3,3 +3,4 @@ DIST sus-0.14.0.tar.gz 24207 BLAKE2B 1132e6fdf7c842ec8835613b647c837a1f5ec46c197
DIST sus-0.15.0.tar.gz 25434 BLAKE2B 538ac7b81f7dcc74143e42a7b3fb5e12243b6a36228ac09cdf31549a9a666601d9e155fdd6ef079772b525e6993e07a12230ef87064d99b6ec5ddc643e9128cc SHA512 0110b08af0a94595764a9085e23d9d4b3ac1dec0b16e3c672b11520c7155d6b147890d53d25f00302812d22f95cb3ee7fc5563eae2476d8c99b7cc30aaadbc9e
DIST sus-0.15.1.tar.gz 25680 BLAKE2B 4350023a6c2ae1c77687d0ebb66a31cd7a4d90cf955eabdca44be2282984aa3740e2f489844d7e30f448ba92cda6c949992cad1ed246c48db01c5b08ec058ad9 SHA512 f962f7f921144cca25faeb53be34a892501fdc1a2bd83dc64be7640232d1faa82b4d28c046af3440f7e142ea0fba525e1087b466952988e017ff469897dc01e4
DIST sus-0.15.2.tar.gz 25676 BLAKE2B 3cc99d849674b87c8ac919dc176d48cfc184de9ed302f33a40a3f171430e9cc0ad9624c29f95053e7a8bd0ab7b2741bd6a09c7a77707a9ef83a265b09a095b4d SHA512 0f2e0f3640cce798564c53ffb2cc93996eda28af3b49d4f0d89327be960ef68e8aee5b0e906cfbadca0582bf5b363633314fd7d2eabf7ebf4782fe2aed095394
+DIST sus-0.16.0.tar.gz 26123 BLAKE2B 829e2ec74e60eb41809d85e9f74e1c8697d7803c6f26dd5da18f705fb0b35f85d8efb976eb858e07647db2137a1e864181346b69d2dd054d81289a6bd43cca2c SHA512 cd787e63b202df8b501c5d71198b9cfa23085b7e6ad7d9d9a4d023e4fab3a6c103d89390293f9940d14c023ea224b33b5ec728b67988aee8279cf248e20547cf
diff --git a/dev-ruby/sus/sus-0.16.0.ebuild b/dev-ruby/sus/sus-0.16.0.ebuild
new file mode 100644
index 000000000000..46c6a8c0fd05
--- /dev/null
+++ b/dev-ruby/sus/sus-0.16.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+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"
+IUSE=""
+
+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:[~2023-01-08 7:49 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-08 7:49 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
2024-02-04 9:12 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
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=1673164180.681c7aafeb7814e1f138212304383db8433f4d2e.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