Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uutils-coreutils-0.0.27
@ 2024-07-24  0:42 Rooyca
  2024-07-24  0:45 ` Rooyca
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages uutils-coreutils0027
https://github.com/void-linux/void-packages/pull/51412

New package: uutils-coreutils-0.0.27
<!-- 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, (x86_64-glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uutils-coreutils0027-51412.patch --]
[-- Type: text/x-diff, Size: 1077 bytes --]

From cbf114f12e8f33a882848d3afce1f512fd15cc19 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 19:41:22 -0500
Subject: [PATCH] New package: uutils-coreutils-0.0.27

---
 srcpkgs/uutils-coreutils/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/uutils-coreutils/template

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
new file mode 100644
index 00000000000000..987d2db751c438
--- /dev/null
+++ b/srcpkgs/uutils-coreutils/template
@@ -0,0 +1,13 @@
+# Template file for 'uutils-coreutils'
+pkgname=uutils-coreutils
+version=0.0.27
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Cross-platform Rust rewrite of the GNU coreutils"
+maintainer="Ronald Cantillo <rooyca@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/uutils/coreutils"
+distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
+checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b

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

* Re: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
@ 2024-07-24  0:45 ` Rooyca
  2024-07-24  0:45 ` Rooyca
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  0:45 UTC (permalink / raw)
  To: ml

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

New comment by Rooyca on void-packages repository

https://github.com/void-linux/void-packages/pull/51412#issuecomment-2246642510

Comment:
#47445

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

* Re: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
  2024-07-24  0:45 ` Rooyca
@ 2024-07-24  0:45 ` Rooyca
  2024-07-24  3:02 ` [PR PATCH] [Updated] " Rooyca
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  0:45 UTC (permalink / raw)
  To: ml

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

New comment by Rooyca on void-packages repository

https://github.com/void-linux/void-packages/pull/51412#issuecomment-2246642510

Comment:
Package request on #47445

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

* Re: [PR PATCH] [Updated] New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
  2024-07-24  0:45 ` Rooyca
  2024-07-24  0:45 ` Rooyca
@ 2024-07-24  3:02 ` Rooyca
  2024-07-24  3:03 ` [PR PATCH] [Closed]: " Rooyca
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  3:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages uutils-coreutils0027
https://github.com/void-linux/void-packages/pull/51412

New package: uutils-coreutils-0.0.27
<!-- 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, (x86_64-glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uutils-coreutils0027-51412.patch --]
[-- Type: text/x-diff, Size: 2058 bytes --]

From cbf114f12e8f33a882848d3afce1f512fd15cc19 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 19:41:22 -0500
Subject: [PATCH 1/2] New package: uutils-coreutils-0.0.27

---
 srcpkgs/uutils-coreutils/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/uutils-coreutils/template

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
new file mode 100644
index 00000000000000..987d2db751c438
--- /dev/null
+++ b/srcpkgs/uutils-coreutils/template
@@ -0,0 +1,13 @@
+# Template file for 'uutils-coreutils'
+pkgname=uutils-coreutils
+version=0.0.27
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Cross-platform Rust rewrite of the GNU coreutils"
+maintainer="Ronald Cantillo <rooyca@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/uutils/coreutils"
+distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
+checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b

From 220fb5f47fff4476e3e0ab867685a410e0d2fcde Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:01:55 -0500
Subject: [PATCH 2/2] update: add make_check to template

---
 srcpkgs/uutils-coreutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index 987d2db751c438..b8a0abb68a3979 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'uutils-coreutils'
 pkgname=uutils-coreutils
 version=0.0.27
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"
@@ -11,3 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/uutils/coreutils"
 distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
 checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b
+make_check=ci-skip

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

* Re: [PR PATCH] [Closed]: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (2 preceding siblings ...)
  2024-07-24  3:02 ` [PR PATCH] [Updated] " Rooyca
@ 2024-07-24  3:03 ` Rooyca
  2024-07-24  3:05 ` [PR PATCH] [Updated] " Rooyca
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  3:03 UTC (permalink / raw)
  To: ml

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

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

New package: uutils-coreutils-0.0.27
https://github.com/void-linux/void-packages/pull/51412

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, (x86_64-glibc)



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

* Re: [PR PATCH] [Updated] New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (3 preceding siblings ...)
  2024-07-24  3:03 ` [PR PATCH] [Closed]: " Rooyca
@ 2024-07-24  3:05 ` Rooyca
  2024-07-24  3:38 ` Rooyca
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  3:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages uutils-coreutils0027
https://github.com/void-linux/void-packages/pull/51412

New package: uutils-coreutils-0.0.27
<!-- 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, (x86_64-glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uutils-coreutils0027-51412.patch --]
[-- Type: text/x-diff, Size: 2760 bytes --]

From cbf114f12e8f33a882848d3afce1f512fd15cc19 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 19:41:22 -0500
Subject: [PATCH 1/3] New package: uutils-coreutils-0.0.27

---
 srcpkgs/uutils-coreutils/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/uutils-coreutils/template

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
new file mode 100644
index 00000000000000..987d2db751c438
--- /dev/null
+++ b/srcpkgs/uutils-coreutils/template
@@ -0,0 +1,13 @@
+# Template file for 'uutils-coreutils'
+pkgname=uutils-coreutils
+version=0.0.27
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Cross-platform Rust rewrite of the GNU coreutils"
+maintainer="Ronald Cantillo <rooyca@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/uutils/coreutils"
+distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
+checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b

From 220fb5f47fff4476e3e0ab867685a410e0d2fcde Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:01:55 -0500
Subject: [PATCH 2/3] update: add make_check to template

---
 srcpkgs/uutils-coreutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index 987d2db751c438..b8a0abb68a3979 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'uutils-coreutils'
 pkgname=uutils-coreutils
 version=0.0.27
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"
@@ -11,3 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/uutils/coreutils"
 distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
 checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b
+make_check=ci-skip

From ff6578e8d63cf8dabed042845a69a829a9dc446c Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:04:01 -0500
Subject: [PATCH 3/3] update: add make_check to template

---
 srcpkgs/uutils-coreutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index b8a0abb68a3979..7c22fc8d069573 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'uutils-coreutils'
 pkgname=uutils-coreutils
 version=0.0.27
-revision=2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"

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

* Re: [PR PATCH] [Updated] New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (4 preceding siblings ...)
  2024-07-24  3:05 ` [PR PATCH] [Updated] " Rooyca
@ 2024-07-24  3:38 ` Rooyca
  2024-07-24  3:48 ` Rooyca
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages uutils-coreutils0027
https://github.com/void-linux/void-packages/pull/51412

New package: uutils-coreutils-0.0.27
<!-- 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, (x86_64-glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uutils-coreutils0027-51412.patch --]
[-- Type: text/x-diff, Size: 3575 bytes --]

From cbf114f12e8f33a882848d3afce1f512fd15cc19 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 19:41:22 -0500
Subject: [PATCH 1/4] New package: uutils-coreutils-0.0.27

---
 srcpkgs/uutils-coreutils/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/uutils-coreutils/template

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
new file mode 100644
index 00000000000000..987d2db751c438
--- /dev/null
+++ b/srcpkgs/uutils-coreutils/template
@@ -0,0 +1,13 @@
+# Template file for 'uutils-coreutils'
+pkgname=uutils-coreutils
+version=0.0.27
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Cross-platform Rust rewrite of the GNU coreutils"
+maintainer="Ronald Cantillo <rooyca@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/uutils/coreutils"
+distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
+checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b

From 220fb5f47fff4476e3e0ab867685a410e0d2fcde Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:01:55 -0500
Subject: [PATCH 2/4] update: add make_check to template

---
 srcpkgs/uutils-coreutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index 987d2db751c438..b8a0abb68a3979 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'uutils-coreutils'
 pkgname=uutils-coreutils
 version=0.0.27
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"
@@ -11,3 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/uutils/coreutils"
 distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
 checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b
+make_check=ci-skip

From ff6578e8d63cf8dabed042845a69a829a9dc446c Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:04:01 -0500
Subject: [PATCH 3/4] update: add make_check to template

---
 srcpkgs/uutils-coreutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index b8a0abb68a3979..7c22fc8d069573 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -1,7 +1,7 @@
 # Template file for 'uutils-coreutils'
 pkgname=uutils-coreutils
 version=0.0.27
-revision=2
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="oniguruma-devel"

From fca5e0f39b182b26e4a3e88b8f4eae5369b6b50f Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Tue, 23 Jul 2024 22:30:45 -0500
Subject: [PATCH 4/4] update: explaining why test fail

---
 srcpkgs/uutils-coreutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uutils-coreutils/template b/srcpkgs/uutils-coreutils/template
index 7c22fc8d069573..075eba50c43577 100644
--- a/srcpkgs/uutils-coreutils/template
+++ b/srcpkgs/uutils-coreutils/template
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/uutils/coreutils"
 distfiles="https://github.com/uutils/coreutils/archive/refs/tags/${version}.tar.gz"
 checksum=3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b
-make_check=ci-skip
+make_check=ci-skip # Some tests fail on CI

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

* Re: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (5 preceding siblings ...)
  2024-07-24  3:38 ` Rooyca
@ 2024-07-24  3:48 ` Rooyca
  2024-10-23  1:59 ` github-actions
  2024-11-07  1:58 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: Rooyca @ 2024-07-24  3:48 UTC (permalink / raw)
  To: ml

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

New comment by Rooyca on void-packages repository

https://github.com/void-linux/void-packages/pull/51412#issuecomment-2246642510

Comment:
Package requested on #47445

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

* Re: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (6 preceding siblings ...)
  2024-07-24  3:48 ` Rooyca
@ 2024-10-23  1:59 ` github-actions
  2024-11-07  1:58 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-10-23  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/51412#issuecomment-2430653451

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: uutils-coreutils-0.0.27
  2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
                   ` (7 preceding siblings ...)
  2024-10-23  1:59 ` github-actions
@ 2024-11-07  1:58 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-11-07  1:58 UTC (permalink / raw)
  To: ml

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

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

New package: uutils-coreutils-0.0.27
https://github.com/void-linux/void-packages/pull/51412

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, (x86_64-glibc)



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

end of thread, other threads:[~2024-11-07  1:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-24  0:42 [PR PATCH] New package: uutils-coreutils-0.0.27 Rooyca
2024-07-24  0:45 ` Rooyca
2024-07-24  0:45 ` Rooyca
2024-07-24  3:02 ` [PR PATCH] [Updated] " Rooyca
2024-07-24  3:03 ` [PR PATCH] [Closed]: " Rooyca
2024-07-24  3:05 ` [PR PATCH] [Updated] " Rooyca
2024-07-24  3:38 ` Rooyca
2024-07-24  3:48 ` Rooyca
2024-10-23  1:59 ` github-actions
2024-11-07  1:58 ` [PR PATCH] [Closed]: " github-actions

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).