Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qbe-1.0
@ 2022-06-26  7:08 costinbadescu
  2022-06-26  7:23 ` [PR PATCH] [Updated] " costinbadescu
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26  7:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/costinbadescu/void-packages master
https://github.com/void-linux/void-packages/pull/37689

New package: qbe-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl
  - armv7l

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

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

From 9fc246894e7e4e941387506228029dee27d29d56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Costin=20B=C4=83descu?= <cb@costinbadescu.com>
Date: Sun, 26 Jun 2022 02:51:57 -0400
Subject: [PATCH] New package: qbe-1.0

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

diff --git a/srcpkgs/qbe/template b/srcpkgs/qbe/template
new file mode 100644
index 000000000000..80cb0abc3fa4
--- /dev/null
+++ b/srcpkgs/qbe/template
@@ -0,0 +1,16 @@
+# Template file for 'qbe'
+pkgname=qbe
+version=1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="C compiler backend"
+maintainer="Costin Bădescu <cb@costinbadescu.com>"
+license="MIT"
+homepage="https://c9x.me/compile"
+distfiles="https://c9x.me/compile/release/${pkgname}-${version}.tar.xz"
+checksum=257ef3727c462795f8e599771f18272b772beb854aacab97e0fda70c13745e0c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
@ 2022-06-26  7:23 ` costinbadescu
  2022-06-26  8:24 ` costinbadescu
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26  7:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/costinbadescu/void-packages master
https://github.com/void-linux/void-packages/pull/37689

New package: qbe-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl
  - armv7l

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

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

From f06562371fe1b1e22400c43a42dce476cd076dd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Costin=20B=C4=83descu?= <cb@costinbadescu.com>
Date: Sun, 26 Jun 2022 02:51:57 -0400
Subject: [PATCH] New package: qbe-1.0

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

diff --git a/srcpkgs/qbe/template b/srcpkgs/qbe/template
new file mode 100644
index 000000000000..55717a77a634
--- /dev/null
+++ b/srcpkgs/qbe/template
@@ -0,0 +1,17 @@
+# Template file for 'qbe'
+pkgname=qbe
+version=1.0
+revision=1
+archs="x86_64* aarch64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="C compiler backend"
+maintainer="Costin Bădescu <cb@costinbadescu.com>"
+license="MIT"
+homepage="https://c9x.me/compile"
+distfiles="https://c9x.me/compile/release/${pkgname}-${version}.tar.xz"
+checksum=257ef3727c462795f8e599771f18272b772beb854aacab97e0fda70c13745e0c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
  2022-06-26  7:23 ` [PR PATCH] [Updated] " costinbadescu
@ 2022-06-26  8:24 ` costinbadescu
  2022-06-26 21:11 ` [PR REVIEW] " Duncaen
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26  8:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/costinbadescu/void-packages master
https://github.com/void-linux/void-packages/pull/37689

New package: qbe-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl

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

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

From a7f8a8d4077d572fe6d73c05581bb2b20ba10b94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Costin=20B=C4=83descu?= <cb@costinbadescu.com>
Date: Sun, 26 Jun 2022 02:51:57 -0400
Subject: [PATCH] New package: qbe-1.0

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

diff --git a/srcpkgs/qbe/template b/srcpkgs/qbe/template
new file mode 100644
index 000000000000..13642e1d5020
--- /dev/null
+++ b/srcpkgs/qbe/template
@@ -0,0 +1,17 @@
+# Template file for 'qbe'
+pkgname=qbe
+version=1.0
+revision=1
+archs="x86_64* aarch64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Compiler backend"
+maintainer="Costin Bădescu <cb@costinbadescu.com>"
+license="MIT"
+homepage="https://c9x.me/compile"
+distfiles="https://c9x.me/compile/release/${pkgname}-${version}.tar.xz"
+checksum=257ef3727c462795f8e599771f18272b772beb854aacab97e0fda70c13745e0c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
  2022-06-26  7:23 ` [PR PATCH] [Updated] " costinbadescu
  2022-06-26  8:24 ` costinbadescu
@ 2022-06-26 21:11 ` Duncaen
  2022-06-26 21:40 ` [PR PATCH] [Updated] " costinbadescu
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Duncaen @ 2022-06-26 21:11 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906871305

Comment:
Doesn't it run on all architectures but only can build for those you listed?

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

* Re: [PR PATCH] [Updated] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (2 preceding siblings ...)
  2022-06-26 21:11 ` [PR REVIEW] " Duncaen
@ 2022-06-26 21:40 ` costinbadescu
  2022-06-26 21:45 ` [PR REVIEW] " costinbadescu
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/costinbadescu/void-packages master
https://github.com/void-linux/void-packages/pull/37689

New package: qbe-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl

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

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

From 5f7115b14f02f7cef2355bbd6b2c70fccc38204b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Costin=20B=C4=83descu?= <cb@costinbadescu.com>
Date: Sun, 26 Jun 2022 02:51:57 -0400
Subject: [PATCH] New package: qbe-1.0

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

diff --git a/srcpkgs/qbe/template b/srcpkgs/qbe/template
new file mode 100644
index 000000000000..2527d3ba8eab
--- /dev/null
+++ b/srcpkgs/qbe/template
@@ -0,0 +1,16 @@
+# Template file for 'qbe'
+pkgname=qbe
+version=1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Compiler backend"
+maintainer="Costin Bădescu <cb@costinbadescu.com>"
+license="MIT"
+homepage="https://c9x.me/compile"
+distfiles="https://c9x.me/compile/release/${pkgname}-${version}.tar.xz"
+checksum=257ef3727c462795f8e599771f18272b772beb854aacab97e0fda70c13745e0c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (3 preceding siblings ...)
  2022-06-26 21:40 ` [PR PATCH] [Updated] " costinbadescu
@ 2022-06-26 21:45 ` costinbadescu
  2022-06-26 22:19 ` ericonr
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 21:45 UTC (permalink / raw)
  To: ml

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

New review comment by costinbadescu on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906874322

Comment:
You're right. I updated the PR.

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (4 preceding siblings ...)
  2022-06-26 21:45 ` [PR REVIEW] " costinbadescu
@ 2022-06-26 22:19 ` ericonr
  2022-06-26 22:33 ` costinbadescu
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2022-06-26 22:19 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906877654

Comment:
This *is* the only short description in the webpage, but I feel like it's too short.... Not sure how to expand it though. Are there any other distros with a QBE package already? Maybe we could take inspiration from them.

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (5 preceding siblings ...)
  2022-06-26 22:19 ` ericonr
@ 2022-06-26 22:33 ` costinbadescu
  2022-06-26 22:40 ` costinbadescu
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 22:33 UTC (permalink / raw)
  To: ml

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

New review comment by costinbadescu on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906879416

Comment:
"A simple C compiler backend" is the description of the package on Alpine Linux.

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (6 preceding siblings ...)
  2022-06-26 22:33 ` costinbadescu
@ 2022-06-26 22:40 ` costinbadescu
  2022-06-26 22:42 ` costinbadescu
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by costinbadescu on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906880273

Comment:
Maybe "Small-footprint compiler backend with full support for the C ABI" or something along those lines?

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

* Re: [PR REVIEW] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (7 preceding siblings ...)
  2022-06-26 22:40 ` costinbadescu
@ 2022-06-26 22:42 ` costinbadescu
  2022-06-26 23:18 ` [PR PATCH] [Updated] " costinbadescu
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by costinbadescu on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#discussion_r906880273

Comment:
Maybe "Simple compiler backend with full support for the C ABI" or something along those lines?

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

* Re: [PR PATCH] [Updated] New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (8 preceding siblings ...)
  2022-06-26 22:42 ` costinbadescu
@ 2022-06-26 23:18 ` costinbadescu
  2022-07-10 18:42 ` costinbadescu
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-06-26 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/costinbadescu/void-packages master
https://github.com/void-linux/void-packages/pull/37689

New package: qbe-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl

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

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

From 27c0b5d13194deb7246da1d7138565e7e5268e66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Costin=20B=C4=83descu?= <cb@costinbadescu.com>
Date: Sun, 26 Jun 2022 02:51:57 -0400
Subject: [PATCH] New package: qbe-1.0

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

diff --git a/srcpkgs/qbe/template b/srcpkgs/qbe/template
new file mode 100644
index 000000000000..3b8f6bba64aa
--- /dev/null
+++ b/srcpkgs/qbe/template
@@ -0,0 +1,24 @@
+# Template file for 'qbe'
+pkgname=qbe
+version=1.0
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple compiler backend with full support for the C ABI"
+maintainer="Costin Bădescu <cb@costinbadescu.com>"
+license="MIT"
+homepage="https://c9x.me/compile"
+distfiles="https://c9x.me/compile/release/${pkgname}-${version}.tar.xz"
+checksum=257ef3727c462795f8e599771f18272b772beb854aacab97e0fda70c13745e0c
+
+case "$XBPS_TARGET_MACHINE" in
+	aarch64*) ;;
+	x86_64*) ;;
+# `make check` expects access to a compiler that targets aarch64,
+# x86_64, or riscv64.
+	*) make_check=no ;;
+esac
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (9 preceding siblings ...)
  2022-06-26 23:18 ` [PR PATCH] [Updated] " costinbadescu
@ 2022-07-10 18:42 ` costinbadescu
  2022-10-09  2:14 ` github-actions
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: costinbadescu @ 2022-07-10 18:42 UTC (permalink / raw)
  To: ml

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

New comment by costinbadescu on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#issuecomment-1179778729

Comment:
I tested this package further on `x86_64` and `aarch64-musl`. [cproc](https://sr.ht/~mcf/cproc), [harec](https://git.sr.ht/~sircmpwn/harec), and [hare](https://git.sr.ht/~sircmpwn/hare), all of which depend on QBE, compiled successfully with all checks passed.

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

* Re: New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (10 preceding siblings ...)
  2022-07-10 18:42 ` costinbadescu
@ 2022-10-09  2:14 ` github-actions
  2022-10-23  2:14 ` [PR PATCH] [Closed]: " github-actions
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-10-09  2:14 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/37689#issuecomment-1272433429

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

* Re: [PR PATCH] [Closed]: New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (11 preceding siblings ...)
  2022-10-09  2:14 ` github-actions
@ 2022-10-23  2:14 ` github-actions
  2023-05-18  9:02 ` tomekw
  2023-05-19 20:39 ` BryceVandegrift
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-10-23  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: qbe-1.0
https://github.com/void-linux/void-packages/pull/37689

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- 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 these architectures:
  - x86_64-glibc
  - x86_64-musl
  - aarch64-glibc
  - aarch64-musl

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

* Re: New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (12 preceding siblings ...)
  2022-10-23  2:14 ` [PR PATCH] [Closed]: " github-actions
@ 2023-05-18  9:02 ` tomekw
  2023-05-19 20:39 ` BryceVandegrift
  14 siblings, 0 replies; 16+ messages in thread
From: tomekw @ 2023-05-18  9:02 UTC (permalink / raw)
  To: ml

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

New comment by tomekw on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#issuecomment-1552756183

Comment:
Is it possible to revive this? I would like to build and maybe even package hare :)

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

* Re: New package: qbe-1.0
  2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
                   ` (13 preceding siblings ...)
  2023-05-18  9:02 ` tomekw
@ 2023-05-19 20:39 ` BryceVandegrift
  14 siblings, 0 replies; 16+ messages in thread
From: BryceVandegrift @ 2023-05-19 20:39 UTC (permalink / raw)
  To: ml

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

New comment by BryceVandegrift on void-packages repository

https://github.com/void-linux/void-packages/pull/37689#issuecomment-1555217432

Comment:
@tomekw I started a pull request [here](https://github.com/void-linux/void-packages/pull/43951)

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

end of thread, other threads:[~2023-05-19 20:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26  7:08 [PR PATCH] New package: qbe-1.0 costinbadescu
2022-06-26  7:23 ` [PR PATCH] [Updated] " costinbadescu
2022-06-26  8:24 ` costinbadescu
2022-06-26 21:11 ` [PR REVIEW] " Duncaen
2022-06-26 21:40 ` [PR PATCH] [Updated] " costinbadescu
2022-06-26 21:45 ` [PR REVIEW] " costinbadescu
2022-06-26 22:19 ` ericonr
2022-06-26 22:33 ` costinbadescu
2022-06-26 22:40 ` costinbadescu
2022-06-26 22:42 ` costinbadescu
2022-06-26 23:18 ` [PR PATCH] [Updated] " costinbadescu
2022-07-10 18:42 ` costinbadescu
2022-10-09  2:14 ` github-actions
2022-10-23  2:14 ` [PR PATCH] [Closed]: " github-actions
2023-05-18  9:02 ` tomekw
2023-05-19 20:39 ` BryceVandegrift

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