* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
@ 2023-10-30 22:21 ` Anachron
2023-10-30 22:22 ` Anachron
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Anachron @ 2023-10-30 22:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New comment by Anachron on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1786136591
Comment:
Why not stick to the "Don't pollute the 1 and 2 letter namespace"?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
2023-10-30 22:21 ` Anachron
@ 2023-10-30 22:22 ` Anachron
2023-10-30 22:27 ` classabbyamp
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Anachron @ 2023-10-30 22:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]
New comment by Anachron on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1786136591
Comment:
Why not stick to the "Don't pollute the 1 and 2 letter namespace"?
(Just a general question for the project. I am thinking whether we should maybe rename the binary?)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
2023-10-30 22:21 ` Anachron
2023-10-30 22:22 ` Anachron
@ 2023-10-30 22:27 ` classabbyamp
2023-10-30 23:06 ` classabbyamp
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-10-30 22:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1786142710
Comment:
there is an open issue upstream about it
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (2 preceding siblings ...)
2023-10-30 22:27 ` classabbyamp
@ 2023-10-30 23:06 ` classabbyamp
2023-10-31 1:33 ` [PR PATCH] [Updated] " classabbyamp
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-10-30 23:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1786142710
Comment:
there is an open issue upstream about it: https://github.com/natesales/q/issues/28
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (3 preceding siblings ...)
2023-10-30 23:06 ` classabbyamp
@ 2023-10-31 1:33 ` classabbyamp
2024-02-13 22:53 ` melroy89
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-10-31 1:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages new/q
https://github.com/void-linux/void-packages/pull/46973
New package: q-0.15.1
<!-- 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**
<!-- 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/46973.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/q-46973.patch --]
[-- Type: text/x-diff, Size: 1051 bytes --]
From 081ce304272aae1f63d1b5d939eb1669b08381f5 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 30 Oct 2023 16:39:15 -0400
Subject: [PATCH] New package: q-0.15.1
---
srcpkgs/q/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/q/template
diff --git a/srcpkgs/q/template b/srcpkgs/q/template
new file mode 100644
index 0000000000000..5c6af3d906aa7
--- /dev/null
+++ b/srcpkgs/q/template
@@ -0,0 +1,14 @@
+# Template file for 'q'
+pkgname=q
+version=0.15.1
+revision=1
+build_style=go
+go_import_path="github.com/natesales/q"
+go_ldflags="-X main.version=${version}"
+short_desc="Tiny command line DNS client with support for many transport protocols"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/natesales/q"
+changelog="https://github.com/natesales/q/releases"
+distfiles="https://github.com/natesales/q/archive/refs/tags/v${version}.tar.gz"
+checksum=e53801ffac7649d68ddd002a45d3bccb31074c3e550296b5fe49513e70182489
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (4 preceding siblings ...)
2023-10-31 1:33 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-02-13 22:53 ` melroy89
2024-02-13 23:00 ` classabbyamp
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: melroy89 @ 2024-02-13 22:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 166 bytes --]
New comment by melroy89 on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1942770515
Comment:
They now have `v0.19.2`
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (5 preceding siblings ...)
2024-02-13 22:53 ` melroy89
@ 2024-02-13 23:00 ` classabbyamp
2024-02-13 23:05 ` melroy89
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-02-13 23:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1942781423
Comment:
I'm aware.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (6 preceding siblings ...)
2024-02-13 23:00 ` classabbyamp
@ 2024-02-13 23:05 ` melroy89
2024-03-16 21:41 ` [PR PATCH] [Updated] " classabbyamp
2024-04-05 23:04 ` [PR PATCH] [Merged]: New package: q-0.19.2 classabbyamp
9 siblings, 0 replies; 11+ messages in thread
From: melroy89 @ 2024-02-13 23:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
New comment by melroy89 on void-packages repository
https://github.com/void-linux/void-packages/pull/46973#issuecomment-1942785220
Comment:
> there is an open issue upstream about it: [natesales/q#28](https://github.com/natesales/q/issues/28)
ow.. sorry, you wait on ?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: q-0.15.1
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (7 preceding siblings ...)
2024-02-13 23:05 ` melroy89
@ 2024-03-16 21:41 ` classabbyamp
2024-04-05 23:04 ` [PR PATCH] [Merged]: New package: q-0.19.2 classabbyamp
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-03-16 21:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages new/q
https://github.com/void-linux/void-packages/pull/46973
New package: q-0.15.1
<!-- 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**
<!-- 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/46973.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/q-46973.patch --]
[-- Type: text/x-diff, Size: 1053 bytes --]
From ea659fe00fadc10b02316e4e44a4bb80170c251f Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 30 Oct 2023 16:39:15 -0400
Subject: [PATCH] New package: q-0.19.2
---
srcpkgs/q/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/q/template
diff --git a/srcpkgs/q/template b/srcpkgs/q/template
new file mode 100644
index 00000000000000..ba0ed042cb784f
--- /dev/null
+++ b/srcpkgs/q/template
@@ -0,0 +1,14 @@
+# Template file for 'q'
+pkgname=q
+version=0.19.2
+revision=1
+build_style=go
+go_import_path="github.com/natesales/q"
+go_ldflags="-X main.version=${version}"
+short_desc="Tiny command line DNS client with support for many transport protocols"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/natesales/q"
+changelog="https://github.com/natesales/q/releases"
+distfiles="https://github.com/natesales/q/archive/refs/tags/v${version}.tar.gz"
+checksum=9ce80c34ba2b75fc9ea486df412e7bdf9d9dceffa1a08f4113d0ab3210757a92
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Merged]: New package: q-0.19.2
2023-10-30 20:40 [PR PATCH] New package: q-0.15.1 classabbyamp
` (8 preceding siblings ...)
2024-03-16 21:41 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-04-05 23:04 ` classabbyamp
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-04-05 23:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]
There's a merged pull request on the void-packages repository
New package: q-0.19.2
https://github.com/void-linux/void-packages/pull/46973
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**
<!-- 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
-->
^ permalink raw reply [flat|nested] 11+ messages in thread