Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ruby-build: update
@ 2023-10-06  2:41 moederballa
  2023-10-18 11:46 ` [PR REVIEW] ruby-build: update to 20230919 ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: moederballa @ 2023-10-06  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

There is a new pull request by moederballa against master on the void-packages repository

https://github.com/moederballa/void-packages ruby-build-update
https://github.com/void-linux/void-packages/pull/46471

ruby-build: update
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/46471.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-build-update-46471.patch --]
[-- Type: text/x-diff, Size: 1879 bytes --]

From 75a9de8e0314e5d548f35f82191289edf46b310d Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 10:11:56 +1000
Subject: [PATCH 1/2] Update ruby-build to 20230919

---
 srcpkgs/ruby-build/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index b7ef3ff7f7d9d..d49f1b04b60aa 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -1,6 +1,6 @@
 # Template file for 'ruby-build'
 pkgname=ruby-build
-version=20221124
+version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
-checksum=4fb3817ee0ecc2c46cce526a4b07fe97dfa56975a1767a4d454bc4c3afbc60cf
+checksum=367956ebb1c5bdda3802f27de87367cd1aaf319ed7249ce8133481fb894bef4d
 
 do_install() {
 	vbin bin/ruby-build

From 7d10a5d58673eea6a59385149e610a07c67f5a39 Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 12:39:24 +1000
Subject: [PATCH 2/2] ruby-build: update to 20230919, adopt.

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index d49f1b04b60aa..99e5a2b3d903f 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Moe Derballa <mderballa@hotmail.com>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR REVIEW] ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
@ 2023-10-18 11:46 ` ahesford
  2023-10-18 22:40 ` [PR PATCH] [Updated] " moederballa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2023-10-18 11:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46471#discussion_r1363726289

Comment:
Please remove the maintainer change. [We prefer that people demonstrate a history of stewardship before adopting templates.](https://github.com/void-linux/void-packages/blob/7d0d5b89af0301e7db27533c95b2183ac2035057/CONTRIBUTING.md#adopting-a-template)

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

* Re: [PR PATCH] [Updated] ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
  2023-10-18 11:46 ` [PR REVIEW] ruby-build: update to 20230919 ahesford
@ 2023-10-18 22:40 ` moederballa
  2023-10-18 22:42 ` moederballa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: moederballa @ 2023-10-18 22:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

There is an updated pull request by moederballa against master on the void-packages repository

https://github.com/moederballa/void-packages ruby-build-update
https://github.com/void-linux/void-packages/pull/46471

ruby-build: update to 20230919
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, (ARCH-LIBC)


A patch file from https://github.com/void-linux/void-packages/pull/46471.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-build-update-46471.patch --]
[-- Type: text/x-diff, Size: 1879 bytes --]

From 75a9de8e0314e5d548f35f82191289edf46b310d Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 10:11:56 +1000
Subject: [PATCH 1/2] Update ruby-build to 20230919

---
 srcpkgs/ruby-build/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index b7ef3ff7f7d9d..d49f1b04b60aa 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -1,6 +1,6 @@
 # Template file for 'ruby-build'
 pkgname=ruby-build
-version=20221124
+version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
-checksum=4fb3817ee0ecc2c46cce526a4b07fe97dfa56975a1767a4d454bc4c3afbc60cf
+checksum=367956ebb1c5bdda3802f27de87367cd1aaf319ed7249ce8133481fb894bef4d
 
 do_install() {
 	vbin bin/ruby-build

From 7d10a5d58673eea6a59385149e610a07c67f5a39 Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 12:39:24 +1000
Subject: [PATCH 2/2] ruby-build: update to 20230919, adopt.

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index d49f1b04b60aa..99e5a2b3d903f 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Moe Derballa <mderballa@hotmail.com>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
  2023-10-18 11:46 ` [PR REVIEW] ruby-build: update to 20230919 ahesford
  2023-10-18 22:40 ` [PR PATCH] [Updated] " moederballa
@ 2023-10-18 22:42 ` moederballa
  2023-10-18 22:42 ` moederballa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: moederballa @ 2023-10-18 22:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

There is an updated pull request by moederballa against master on the void-packages repository

https://github.com/moederballa/void-packages ruby-build-update
https://github.com/void-linux/void-packages/pull/46471

ruby-build: update to 20230919
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, (ARCH-LIBC)


A patch file from https://github.com/void-linux/void-packages/pull/46471.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-build-update-46471.patch --]
[-- Type: text/x-diff, Size: 2700 bytes --]

From 75a9de8e0314e5d548f35f82191289edf46b310d Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 10:11:56 +1000
Subject: [PATCH 1/3] Update ruby-build to 20230919

---
 srcpkgs/ruby-build/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index b7ef3ff7f7d9d..d49f1b04b60aa 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -1,6 +1,6 @@
 # Template file for 'ruby-build'
 pkgname=ruby-build
-version=20221124
+version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
-checksum=4fb3817ee0ecc2c46cce526a4b07fe97dfa56975a1767a4d454bc4c3afbc60cf
+checksum=367956ebb1c5bdda3802f27de87367cd1aaf319ed7249ce8133481fb894bef4d
 
 do_install() {
 	vbin bin/ruby-build

From 7d10a5d58673eea6a59385149e610a07c67f5a39 Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 12:39:24 +1000
Subject: [PATCH 2/3] ruby-build: update to 20230919, adopt.

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index d49f1b04b60aa..99e5a2b3d903f 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Moe Derballa <mderballa@hotmail.com>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

From d44296004cb4c12919e462f3efd0b9e19adcfabd Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Thu, 19 Oct 2023 08:42:03 +1000
Subject: [PATCH 3/3] Unadopt package as per request

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index 99e5a2b3d903f..a480b8c35adbe 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Moe Derballa <mderballa@hotmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
                   ` (2 preceding siblings ...)
  2023-10-18 22:42 ` moederballa
@ 2023-10-18 22:42 ` moederballa
  2023-10-19 22:27 ` ahesford
  2023-10-20  0:24 ` [PR PATCH] [Closed]: " moederballa
  5 siblings, 0 replies; 8+ messages in thread
From: moederballa @ 2023-10-18 22:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

There is an updated pull request by moederballa against master on the void-packages repository

https://github.com/moederballa/void-packages ruby-build-update
https://github.com/void-linux/void-packages/pull/46471

ruby-build: update to 20230919
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, (ARCH-LIBC)


A patch file from https://github.com/void-linux/void-packages/pull/46471.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ruby-build-update-46471.patch --]
[-- Type: text/x-diff, Size: 3491 bytes --]

From 75a9de8e0314e5d548f35f82191289edf46b310d Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 10:11:56 +1000
Subject: [PATCH 1/4] Update ruby-build to 20230919

---
 srcpkgs/ruby-build/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index b7ef3ff7f7d9d..d49f1b04b60aa 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -1,6 +1,6 @@
 # Template file for 'ruby-build'
 pkgname=ruby-build
-version=20221124
+version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"
-checksum=4fb3817ee0ecc2c46cce526a4b07fe97dfa56975a1767a4d454bc4c3afbc60cf
+checksum=367956ebb1c5bdda3802f27de87367cd1aaf319ed7249ce8133481fb894bef4d
 
 do_install() {
 	vbin bin/ruby-build

From 7d10a5d58673eea6a59385149e610a07c67f5a39 Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Fri, 6 Oct 2023 12:39:24 +1000
Subject: [PATCH 2/4] ruby-build: update to 20230919, adopt.

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index d49f1b04b60aa..99e5a2b3d903f 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Moe Derballa <mderballa@hotmail.com>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

From d44296004cb4c12919e462f3efd0b9e19adcfabd Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Thu, 19 Oct 2023 08:42:03 +1000
Subject: [PATCH 3/4] Unadopt package as per request

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index 99e5a2b3d903f..a480b8c35adbe 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Moe Derballa <mderballa@hotmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

From c754ce476c3bb872b5ca231290d6d42be16c7db3 Mon Sep 17 00:00:00 2001
From: moe derballa <moederballa@gmnail.com>
Date: Thu, 19 Oct 2023 08:42:42 +1000
Subject: [PATCH 4/4] typeo

---
 srcpkgs/ruby-build/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ruby-build/template b/srcpkgs/ruby-build/template
index a480b8c35adbe..d49f1b04b60aa 100644
--- a/srcpkgs/ruby-build/template
+++ b/srcpkgs/ruby-build/template
@@ -4,7 +4,7 @@ version=20230919
 revision=1
 depends="bash"
 short_desc="Compile and install Ruby"
-maintainer="Orphaned <orphan@voidlinux.org>
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/rbenv/ruby-build"
 distfiles="https://github.com/rbenv/ruby-build/archive/refs/tags/v${version}.tar.gz"

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

* Re: ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
                   ` (3 preceding siblings ...)
  2023-10-18 22:42 ` moederballa
@ 2023-10-19 22:27 ` ahesford
  2023-10-20  0:24 ` [PR PATCH] [Closed]: " moederballa
  5 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2023-10-19 22:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46471#issuecomment-1771790576

Comment:
Please squash these commits down to one, and this will be ready to go. 

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

* Re: [PR PATCH] [Closed]: ruby-build: update to 20230919
  2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
                   ` (4 preceding siblings ...)
  2023-10-19 22:27 ` ahesford
@ 2023-10-20  0:24 ` moederballa
  5 siblings, 0 replies; 8+ messages in thread
From: moederballa @ 2023-10-20  0:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]

There's a closed pull request on the void-packages repository

ruby-build: update to 20230919
https://github.com/void-linux/void-packages/pull/46471

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

* Re: [PR PATCH] [Closed]: ruby-build: update to 20230919
  2023-10-06  0:14 [PR PATCH] Update ruby-build " moederballa
@ 2023-10-06  2:39 ` moederballa
  0 siblings, 0 replies; 8+ messages in thread
From: moederballa @ 2023-10-06  2:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]

There's a closed pull request on the void-packages repository

ruby-build: update to 20230919
https://github.com/void-linux/void-packages/pull/46458

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
- I built this PR locally for my native architecture, (ARCH-LIBC)

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

end of thread, other threads:[~2023-10-20  0:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06  2:41 [PR PATCH] ruby-build: update moederballa
2023-10-18 11:46 ` [PR REVIEW] ruby-build: update to 20230919 ahesford
2023-10-18 22:40 ` [PR PATCH] [Updated] " moederballa
2023-10-18 22:42 ` moederballa
2023-10-18 22:42 ` moederballa
2023-10-19 22:27 ` ahesford
2023-10-20  0:24 ` [PR PATCH] [Closed]: " moederballa
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06  0:14 [PR PATCH] Update ruby-build " moederballa
2023-10-06  2:39 ` [PR PATCH] [Closed]: ruby-build: update " moederballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).