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

commit:     70775e4456b01be442c9e0100cadf9c43b8cfccd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 05:01:06 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 05:03:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70775e44

dev-ruby/track_open_instances: new package, add 0.1.15

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

 dev-ruby/track_open_instances/Manifest             |  1 +
 dev-ruby/track_open_instances/metadata.xml         | 12 +++++++++
 .../track_open_instances-0.1.15.ebuild             | 30 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/track_open_instances/Manifest b/dev-ruby/track_open_instances/Manifest
new file mode 100644
index 000000000000..a5a684ef16b3
--- /dev/null
+++ b/dev-ruby/track_open_instances/Manifest
@@ -0,0 +1 @@
+DIST track_open_instances-0.1.15.tar.gz 15810 BLAKE2B e0571f21982e0f35146679a40af2a8601358d4fec894d4c42d8207e2f157d8f357c2079e94d00522dfd2732ff858c93d1755f587822b0c607b8108ff00ae01f9 SHA512 2385525203a385f539c3e004367229396a72fcd816987f10f773f455b3325df13cc4b32afbbf64788614abce732cf2ab27d33305102c0a926ab43edc89acbd2b

diff --git a/dev-ruby/track_open_instances/metadata.xml b/dev-ruby/track_open_instances/metadata.xml
new file mode 100644
index 000000000000..4106d59f10c6
--- /dev/null
+++ b/dev-ruby/track_open_instances/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">main-branch/track_open_instances</remote-id>
+    <remote-id type="rubygems">track_open_instances</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
new file mode 100644
index 000000000000..cddfc7632e73
--- /dev/null
+++ b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="track_open_instances.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A mixin to track instances of Ruby classes that require explicit cleanup"
+HOMEPAGE="https://github.com/main-branch/track_open_instances"
+SRC_URI="https://github.com/main-branch/track_open_instances/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+all_ruby_prepare() {
+	sed -e '/simplecov/ s:^:#:' \
+		-e '/SimpleCov::RSpec/ s:^:#:' \
+		-i spec/spec_helper.rb || die
+
+	sed -e "s/__dir__/'.'/" \
+		-e 's/git ls-files -z/find * -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/track_open_instances/
@ 2025-05-30 18:51 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-05-30 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     af0fc502f06d5d58d8c173f35e408b75a11aa126
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 18:50:56 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 30 18:50:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0fc502

dev-ruby/track_open_instances: Keyword 0.1.15 x86, #956846

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
index cddfc7632e73..5b8972fd6ec9 100644
--- a/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
+++ b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/main-branch/track_open_instances/archive/refs/tags/v
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 all_ruby_prepare() {
 	sed -e '/simplecov/ s:^:#:' \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/track_open_instances/
@ 2025-06-21  8:52 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-06-21  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7fb872cb85b1bf9b33cbe209e1be963138f8bae4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 08:52:08 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 08:52:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb872cb

dev-ruby/track_open_instances: Keyword 0.1.15 ppc, #956846

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

 dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
index 5b8972fd6ec9..0acfab8fbda3 100644
--- a/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
+++ b/dev-ruby/track_open_instances/track_open_instances-0.1.15.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/main-branch/track_open_instances/archive/refs/tags/v
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 all_ruby_prepare() {
 	sed -e '/simplecov/ s:^:#:' \


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

end of thread, other threads:[~2025-06-21  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 18:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/track_open_instances/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-06-21  8:52 Arthur Zamarin
2025-04-20  5:04 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