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

commit:     96829d662f50ec4b20280bcce938203154ec1b9b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 16:44:02 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 16:58:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96829d66

dev-ruby/io-endpoint: new package, add 0.15.2

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

 dev-ruby/io-endpoint/Manifest                  |  1 +
 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 36 ++++++++++++++++++++++++++
 dev-ruby/io-endpoint/metadata.xml              | 12 +++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-ruby/io-endpoint/Manifest b/dev-ruby/io-endpoint/Manifest
new file mode 100644
index 000000000000..370b5ecf3df9
--- /dev/null
+++ b/dev-ruby/io-endpoint/Manifest
@@ -0,0 +1 @@
+DIST io-endpoint-0.15.2.tar.gz 15357 BLAKE2B e5444a5c4b5bc9b559d1a81774d6b610bd33de2f64be0b2ea1e2e2338a47f65f8829c0d8c5a4fa22215c7c2e75f862af7818295008bd923721d8153735e3dacf SHA512 50d37fa51b585f962c9485aed1f8cf167ca815ea82f7a06f287c8d059d05b2cd8e49806be5ad59074ea79dcb337dc65039abf3dadc9ebdb03853937191c49ae0

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
new file mode 100644
index 000000000000..6b1a2f788144
--- /dev/null
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a separation of concerns interface for IO endpoints"
+HOMEPAGE="https://github.com/socketry/io-endpoint"
+SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+	dev-ruby/sus-fixtures-async
+	dev-ruby/sus-fixtures-openssl
+)"
+
+all_ruby_prepare() {
+	sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
+
+	sed -e '/covered/I s:^:#:' -i config/sus.rb || die
+
+	# Avoid tests that require unpackaged "bake" and require running
+	# with Bundler.
+	rm -f test/traces/backend/capture.rb || die
+}

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


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-04-22  4:59 Hans de Graaff
  0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2025-04-22  4:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7575080b4314c1e4821076a3c8d41644eae457ef
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 04:58:45 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 04:59:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7575080b

dev-ruby/io-endpoint: enable ruby34

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 6b1a2f788144..1afd836573e9 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby32 ruby33"
+USE_RUBY="ruby32 ruby33 ruby34"
 
 RUBY_FAKEGEM_RECIPE_TEST="sus"
 RUBY_FAKEGEM_EXTRADOC="readme.md"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-04-22  6:20 Hans de Graaff
  0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2025-04-22  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0ce158e2b6ab3191334e883575237ace6bf14098
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 06:14:06 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 06:14:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce158e2

dev-ruby/io-endpoint: fix test using /tmp

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 1afd836573e9..1db4fba01c1a 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -30,6 +30,9 @@ all_ruby_prepare() {
 
 	sed -e '/covered/I s:^:#:' -i config/sus.rb || die
 
+	sed -e "s:/tmp/test.ipc:${TMP}/test.ipc:" \
+		-i test/io/endpoint/unix_endpoint.rb || die
+
 	# Avoid tests that require unpackaged "bake" and require running
 	# with Bundler.
 	rm -f test/traces/backend/capture.rb || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-08  6:23 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-08  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0e19ff5b10a8422676d28feda8e626834d8c1b9d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 06:23:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  8 06:23:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e19ff5b

dev-ruby/io-endpoint: Keyword 0.15.2 arm64, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 1db4fba01c1a..6590d8d16cb3 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-08 11:59 Jakov Smolić
  0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2025-05-08 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c0b4dfbca45848b00dd08b7f3a1c878d6d0c4c45
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 11:59:09 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu May  8 11:59:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b4dfbc

dev-ruby/io-endpoint: Keyword 0.15.2 riscv, #954188

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 6590d8d16cb3..0947c28bc087 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-08 14:05 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-05-08 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     08316c3eae5930741976fa3f566c14ec5fe2f828
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 14:05:49 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  8 14:05:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08316c3e

dev-ruby/io-endpoint: Keyword 0.15.2 ppc, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 0947c28bc087..0618f30149d1 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-08 14:05 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2025-05-08 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     af4df3d67bd27e42de845b5472498f3f14e06f6f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 14:05:51 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  8 14:05:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4df3d6

dev-ruby/io-endpoint: Keyword 0.15.2 x86, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 0618f30149d1..3a41617c6f20 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-17 11:42 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-17 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa2d2cc44bc7729ec8a4df21aa2dc86dc22816f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:40:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:40:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa2d2cc

dev-ruby/io-endpoint: Keyword 0.15.2 arm, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 3a41617c6f20..feabfd3b6955 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-17 11:42 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-17 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8f97acc2368839219ad395a9266b86223fd99548
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:41:12 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:41:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f97acc2

dev-ruby/io-endpoint: Keyword 0.15.2 sparc, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 53918933529d..14ee94e1f222 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-17 11:42 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-17 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9589cd76177a4480c3c60c7a71648a5dd184bb73
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:40:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:40:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9589cd76

dev-ruby/io-endpoint: Keyword 0.15.2 hppa, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index feabfd3b6955..46ef258b5a91 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~riscv ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-05-17 11:42 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-17 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bb9d3851a5cc5af52d79df5a20834169da196224
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:41:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:41:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9d3851

dev-ruby/io-endpoint: Keyword 0.15.2 ppc64, #954188

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 46ef258b5a91..53918933529d 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-08-15 16:43 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-15 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c53cae87dfcc2ef5c00c4f7e6018e4ee1bec1935
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 16:42:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 16:42:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53cae87

dev-ruby/io-endpoint: Stabilize 0.15.2 amd64, #961522

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 14ee94e1f222..6e23e632fa93 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/
@ 2025-08-15 16:43 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-15 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7b57e3a3092b8d483128895ab305b279434a9c81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 16:42:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 16:42:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b57e3a3

dev-ruby/io-endpoint: Stabilize 0.15.2 x86, #961522

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

 dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
index 6e23e632fa93..b4ac5a917c49 100644
--- a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
+++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 
 ruby_add_bdepend "test? (


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

end of thread, other threads:[~2025-08-15 16:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-08-15 16:43 Sam James
2025-08-15 16:43 Sam James
2025-05-17 11:42 Sam James
2025-05-17 11:42 Sam James
2025-05-17 11:42 Sam James
2025-05-08 14:05 Arthur Zamarin
2025-05-08 14:05 Arthur Zamarin
2025-05-08 11:59 Jakov Smolić
2025-05-08  6:23 Sam James
2025-04-22  6:20 Hans de Graaff
2025-04-22  4:59 Hans de Graaff
2025-04-21 16:58 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