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, 23 Oct 2022 07:22:05 +0000 (UTC) [thread overview]
Message-ID: <1666509701.c083560d2ae0118f08b8659f8cc4abff5a0ce1b0.graaff@gentoo> (raw)
commit: c083560d2ae0118f08b8659f8cc4abff5a0ce1b0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 07:21:14 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 07:21:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c083560d
dev-ruby/sus: add 0.14.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/sus/Manifest | 1 +
dev-ruby/sus/sus-0.14.0.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
index 99b67330ae82..6c225813d200 100644
--- a/dev-ruby/sus/Manifest
+++ b/dev-ruby/sus/Manifest
@@ -1 +1,2 @@
DIST sus-0.13.0.tar.gz 23399 BLAKE2B f96717409f5f14727b359e39bc1bb4726fe1cae98de46bf06e6e008df9a23746219decdb8de171cbc1c6c39ac84b4011e475daa43c7996c01968f4acc5289c84 SHA512 c0cb1b1d02e2fc812c6b3cf555af59f543bcdd82829d744d0e4fafb9043e503e8c9ebb52da33e56703d23ccaeaff583abf72e1df55a726ceca59d50d21b51eb3
+DIST sus-0.14.0.tar.gz 24207 BLAKE2B 1132e6fdf7c842ec8835613b647c837a1f5ec46c19743d186f7b57a68aff35201c29443e43242f0a375d97a0209148e483b6e8b8e44e1b94848f12a717161c42 SHA512 007eab396caa7401c028ee3b72f368810a6d01b50f84e657376ad8f7ea406b9a9cd13e3d481292197de05947a521513761da1141fc6b7e73791624966969281b
diff --git a/dev-ruby/sus/sus-0.14.0.ebuild b/dev-ruby/sus/sus-0.14.0.ebuild
new file mode 100644
index 000000000000..439f98b70da2
--- /dev/null
+++ b/dev-ruby/sus/sus-0.14.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022 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:[~2022-10-23 7:22 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 7:22 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/ 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
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-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=1666509701.c083560d2ae0118f08b8659f8cc4abff5a0ce1b0.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