Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bootterm-0.5
@ 2024-10-27  9:54 vincele
  2024-10-27  9:57 ` vincele
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: vincele @ 2024-10-27  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797

New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 771afcabbcbec087e014f5d7bef4bdea55b0c953 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5

---
 srcpkgs/bootterm/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/bootterm/template

diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..8bb43d4ce91f0b
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,16 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+makedepends=""
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad

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

* Re: New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
@ 2024-10-27  9:57 ` vincele
  2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27  9:57 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439933706

Comment:
I tested a serial console to an x86_64 APU (pcengine).

There's a few things I'm not sure about:
* make_use_env
* make_build_args
* maintainer
* homepage

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

* Re: [PR PATCH] [Updated] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
  2024-10-27  9:57 ` vincele
@ 2024-10-27 10:00 ` vincele
  2024-10-27 10:02 ` vincele
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797

New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 3e85f21e5fea60b5767261e8b1c38e802f2df9e4 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5

---
 srcpkgs/bootterm/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/bootterm/template

diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..cb229056a93279
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+    vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
  2024-10-27  9:57 ` vincele
  2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
@ 2024-10-27 10:02 ` vincele
  2024-10-27 10:14 ` vincele
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797

New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From a15e082691ca5e124b959c32cdc21bb036b69a29 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5

---
 srcpkgs/bootterm/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/bootterm/template

diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (2 preceding siblings ...)
  2024-10-27 10:02 ` vincele
@ 2024-10-27 10:14 ` vincele
  2024-10-27 10:15 ` vincele
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:14 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944

Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile

But I can't see the problem, apart maybe for the binary stripping being done in the install target...

Can someone shed some light ?

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

* Re: New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (3 preceding siblings ...)
  2024-10-27 10:14 ` vincele
@ 2024-10-27 10:15 ` vincele
  2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:15 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944

Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile

But I can't see the cross-build problem, apart maybe for the binary stripping being done in the install target...

Can someone shed some light ?

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

* Re: [PR PATCH] [Updated] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (4 preceding siblings ...)
  2024-10-27 10:15 ` vincele
@ 2024-10-27 10:20 ` vincele
  2024-10-27 10:24 ` vincele
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797

New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From fbdf33db07932768745ee29fe9e52590689b8742 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5

---
 .../patches/makefile-dont-strip.patch         | 12 ++++++++++++
 srcpkgs/bootterm/template                     | 19 +++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/bootterm/patches/makefile-dont-strip.patch
 create mode 100644 srcpkgs/bootterm/template

diff --git a/srcpkgs/bootterm/patches/makefile-dont-strip.patch b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
new file mode 100644
index 00000000000000..9881a7b187ba86
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 31d7c9a..8c7e69b 100644
+--- a/Makefile
++++ b/Makefile
+@@ -67,7 +67,6 @@ bin/%: src/%.o
+ install: install-bins
+ 
+ install-bins: bins
+-	$(cmd_STRIP) $(BINS)
+ 	$(Q)[ -d "$(DESTDIR)$(PREFIX)/bin/." ] || mkdir -p -m 0755 $(DESTDIR)$(PREFIX)/bin
+ 	$(cmd_INSTALL) -m 0755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+ 
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (5 preceding siblings ...)
  2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
@ 2024-10-27 10:24 ` vincele
  2024-10-27 10:29 ` vincele
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797

New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From fa28ecaee11fe7f21c2d830de8e1649ecc97e24d Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5

---
 .../patches/makefile-dont-strip.patch         | 21 +++++++++++++++++++
 srcpkgs/bootterm/template                     | 19 +++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/bootterm/patches/makefile-dont-strip.patch
 create mode 100644 srcpkgs/bootterm/template

diff --git a/srcpkgs/bootterm/patches/makefile-dont-strip.patch b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
new file mode 100644
index 00000000000000..877eb743a81683
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index 31d7c9a..e205e3f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@ INC_CFLAGS :=
+ THR_CFLAGS :=
+ CFLAGS     := $(OPT_CFLAGS) $(CPU_CFLAGS) $(DEB_CFLAGS) $(DEF_CFLAGS) $(USR_CFLAGS) $(INC_CFLAGS) $(THR_CFLAGS)
+ 
+-LD         := $(CC)
++LD         := $(CROSS_COMPILE)cc
+ DEB_LFLAGS := -g
+ USR_LFLAGS :=
+ LIB_LFLAGS :=
+@@ -67,7 +67,6 @@ bin/%: src/%.o
+ install: install-bins
+ 
+ install-bins: bins
+-	$(cmd_STRIP) $(BINS)
+ 	$(Q)[ -d "$(DESTDIR)$(PREFIX)/bin/." ] || mkdir -p -m 0755 $(DESTDIR)$(PREFIX)/bin
+ 	$(cmd_INSTALL) -m 0755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+ 
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (6 preceding siblings ...)
  2024-10-27 10:24 ` vincele
@ 2024-10-27 10:29 ` vincele
  2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 10:29 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944

Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile

But I can't see the cross-build problem, apart maybe for the binary stripping being done in the install target...

See the Makefile patch for (random) attempts to fix it

Can someone shed some light ?

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

* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (7 preceding siblings ...)
  2024-10-27 10:29 ` vincele
@ 2024-10-27 19:01 ` tranzystorekk
  2024-10-27 22:19 ` vincele
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2024-10-27 19:01 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#discussion_r1818161394

Comment:
Starting a package orphaned is bad form, we aren't likely to accept it if you don't want to take basic responsibility.

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

* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (8 preceding siblings ...)
  2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
@ 2024-10-27 22:19 ` vincele
  2024-10-27 22:22 ` tranzystorekk
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: vincele @ 2024-10-27 22:19 UTC (permalink / raw)
  To: ml

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

New review comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194398

Comment:
@tranzystorekk I've since put `[WIP]` in the issue title, to express the state of the patch, but maybe I should use `[RFC]` instead, WDYT ?

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

* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (9 preceding siblings ...)
  2024-10-27 22:19 ` vincele
@ 2024-10-27 22:22 ` tranzystorekk
  2024-10-27 22:23 ` tranzystorekk
  2025-01-26  1:59 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2024-10-27 22:22 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194904

Comment:
No need, I just wanted to make it clear that without a proper contact in the maintainer filed this is a non-starter.

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

* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (10 preceding siblings ...)
  2024-10-27 22:22 ` tranzystorekk
@ 2024-10-27 22:23 ` tranzystorekk
  2025-01-26  1:59 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorekk @ 2024-10-27 22:23 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194904

Comment:
No need, I just wanted to make it clear that without a proper contact in the maintainer field this is a non-starter.

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

* Re: [WIP] New package: bootterm-0.5
  2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
                   ` (11 preceding siblings ...)
  2024-10-27 22:23 ` tranzystorekk
@ 2025-01-26  1:59 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2025-01-26  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/52797#issuecomment-2614170695

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] 14+ messages in thread

end of thread, other threads:[~2025-01-26  1:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-27  9:54 [PR PATCH] New package: bootterm-0.5 vincele
2024-10-27  9:57 ` vincele
2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
2024-10-27 10:02 ` vincele
2024-10-27 10:14 ` vincele
2024-10-27 10:15 ` vincele
2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
2024-10-27 10:24 ` vincele
2024-10-27 10:29 ` vincele
2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
2024-10-27 22:19 ` vincele
2024-10-27 22:22 ` tranzystorekk
2024-10-27 22:23 ` tranzystorekk
2025-01-26  1:59 ` 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).