public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus-fixtures-time/
@ 2025-03-19 14:11 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2025-03-19 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     49299dfecb3886c8ea7d7b94417b2fde9cea97b1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 14:10:55 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 14:11:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49299dfe

dev-ruby/sus-fixtures-time: new package, add 0.1.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sus-fixtures-time/Manifest                |  1 +
 dev-ruby/sus-fixtures-time/metadata.xml            | 12 ++++++++
 .../sus-fixtures-time-0.1.0.ebuild                 | 32 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/sus-fixtures-time/Manifest b/dev-ruby/sus-fixtures-time/Manifest
new file mode 100644
index 000000000000..9bda2bffce44
--- /dev/null
+++ b/dev-ruby/sus-fixtures-time/Manifest
@@ -0,0 +1 @@
+DIST sus-fixtures-time-0.1.0.tar.gz 8201 BLAKE2B 9d8e377ebf86f938af0bf3d38c40269f9273437b78e09aadb407b2696966d27d9515124f9eba176f5d70c35e7306223691fb55564537c0b0ab238a1e4c18812e SHA512 4532b8dc74f6e182ffd97d744fdc66297e67853e92679014e898e5fbf9f36fda717167eae94d8e93d5816de8a0e58827389c616c528159d906b006c6df56c0af

diff --git a/dev-ruby/sus-fixtures-time/metadata.xml b/dev-ruby/sus-fixtures-time/metadata.xml
new file mode 100644
index 000000000000..069accf44afa
--- /dev/null
+++ b/dev-ruby/sus-fixtures-time/metadata.xml
@@ -0,0 +1,12 @@
+<?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">socketry/sus-fixtures-time</remote-id>
+    <remote-id type="rubygems">sus-fixtures-time</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
new file mode 100644
index 000000000000..1807d019f096
--- /dev/null
+++ b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Test fixtures for capturing Console output"
+HOMEPAGE="https://github.com/socketry/sus-fixtures-time"
+SRC_URI="https://github.com/socketry/sus-fixtures-time/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_rdepend "
+	>=dev-ruby/sus-0.10:0
+"
+
+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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus-fixtures-time/
@ 2025-05-19  8:00 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-05-19  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     741f48d760aa06a172cf5b8270bc02792d4ecb24
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 08:00:01 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 19 08:00:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741f48d7

dev-ruby/sus-fixtures-time: Stabilize 0.1.0 x86, #956200

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
index 1807d019f096..dbcc5b766985 100644
--- a/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
+++ b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/sus-fixtures-time/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 
 ruby_add_rdepend "
 	>=dev-ruby/sus-0.10:0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus-fixtures-time/
@ 2025-05-21 10:56 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-05-21 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     878bb3b8f2cb17003858a2cd0306079e6351f4e8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 10:56:41 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 10:56:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878bb3b8

dev-ruby/sus-fixtures-time: Stabilize 0.1.0 amd64, #956200

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
index dbcc5b766985..30681e79805a 100644
--- a/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
+++ b/dev-ruby/sus-fixtures-time/sus-fixtures-time-0.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/sus-fixtures-time/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 
 ruby_add_rdepend "
 	>=dev-ruby/sus-0.10:0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-21 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus-fixtures-time/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-05-19  8:00 Arthur Zamarin
2025-03-19 14:11 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox