public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/
Date: Sat, 22 Oct 2022 21:33:57 +0000 (UTC)	[thread overview]
Message-ID: <1666474391.ff962ce8d158fa089070f708ee6bbd7f063eb3b0.mattst88@gentoo> (raw)

commit:     ff962ce8d158fa089070f708ee6bbd7f063eb3b0
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jun 15 04:41:00 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 21:33:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff962ce8

dev-ruby/sus: new package, add 0.6.2

Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-ruby/sus/Manifest         |  1 +
 dev-ruby/sus/metadata.xml     | 11 +++++++++++
 dev-ruby/sus/sus-0.6.2.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
new file mode 100644
index 000000000000..a6d56eb9b815
--- /dev/null
+++ b/dev-ruby/sus/Manifest
@@ -0,0 +1 @@
+DIST sus-0.6.2.tar.gz 14860 BLAKE2B 4af1171128070f0bc72fcf16e4baedc4cff75c8431c03859e15cb95c298cb7110032d92d980d25163f5704430ad220507dee49e82bee9e79cf04da50c5b2e924 SHA512 3ff5c282f3876ad952b77004e88bd87d29b631683f2c5c9ed757525433ac2909b834fdfcbc5234de83fc1b81ae8442c6c936dc2bbb01e769d9de4055e8151628

diff --git a/dev-ruby/sus/metadata.xml b/dev-ruby/sus/metadata.xml
new file mode 100644
index 000000000000..2a4c88d07149
--- /dev/null
+++ b/dev-ruby/sus/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ioquatix/sus</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/sus/sus-0.6.2.ebuild b/dev-ruby/sus/sus-0.6.2.ebuild
new file mode 100644
index 000000000000..bc7527aa046d
--- /dev/null
+++ b/dev-ruby/sus/sus-0.6.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+RUBY_FAKEGEM_RECIPE_TEST=""
+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/refs/tags/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
+}
+
+each_ruby_test() {
+	"${RUBY}" "bin/sus-parallel" || die
+}


             reply	other threads:[~2022-10-22 21:34 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22 21:33 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22 21:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/ Matt Turner
2022-10-23  7:22 Hans de Graaff
2022-10-31  6:20 Hans de Graaff
2022-12-04  6:54 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2023-02-19  8:10 Hans de Graaff
2023-02-19  8:10 Hans de Graaff
2023-03-18  7:17 Hans de Graaff
2023-06-13  5:20 Hans de Graaff
2023-06-15  5:33 Hans de Graaff
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-07-09 19:13 Hans de Graaff
2023-07-21  5:51 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-08-23  4:33 Hans de Graaff
2023-10-24  9:30 Arthur Zamarin
2023-12-01  6:18 Hans de Graaff
2023-12-01  6:18 Hans de Graaff
2023-12-01  9:40 Sam James
2023-12-01  9:40 Sam James
2023-12-09  7:53 Hans de Graaff
2023-12-09  7:53 Hans de Graaff
2023-12-27  9:16 Hans de Graaff
2024-02-04  9:12 Hans de Graaff
2024-02-10  7:15 Hans de Graaff
2024-04-25  5:29 Hans de Graaff
2024-04-25  5:29 Hans de Graaff
2024-06-26  5:59 Hans de Graaff
2024-06-26  5:59 Hans de Graaff
2024-07-14  6:51 Hans de Graaff
2024-07-20  6:00 Hans de Graaff
2024-07-20  6:00 Hans de Graaff
2024-08-04  6:47 Hans de Graaff
2024-08-04  6:47 Hans de Graaff
2024-10-06 11:52 Sam James
2024-10-06 14:27 Sam James

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=1666474391.ff962ce8d158fa089070f708ee6bbd7f063eb3b0.mattst88@gentoo \
    --to=mattst88@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