Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: choose-1.3.4
@ 2023-11-28 17:52 saltnpepper97
  2023-11-29 22:17 ` [PR REVIEW] " Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: saltnpepper97 @ 2023-11-28 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saltnpepper97/void-packages choose
https://github.com/void-linux/void-packages/pull/47465

New package: choose-1.3.4
New Package: choose-1.3.4

#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- 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/47465.patch is attached

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

From a40a98a0edd11929dea08f2719307ba100559210 Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Tue, 28 Nov 2023 09:48:59 -0400
Subject: [PATCH] New package: choose-1.3.4

New Package: choose-1.3.4
---
 srcpkgs/choose/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/choose/template

diff --git a/srcpkgs/choose/template b/srcpkgs/choose/template
new file mode 100644
index 0000000000000..f10fe1331edc7
--- /dev/null
+++ b/srcpkgs/choose/template
@@ -0,0 +1,12 @@
+# Template file for 'choose'
+pkgname=choose
+version=1.3.4
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Human friendly and fast alternative to cur and (sometimes) awk"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/theryangeary/choose"
+distfiles="https://github.com/theryangeary/choose/archive/refs/tags/v${version}.tar.gz"
+checksum=6c711901bb094a1241a2cd11951d5b7c96f337971f8d2eeff33f38dfa6ffb6ed

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

* Re: [PR REVIEW] New package: choose-1.3.4
  2023-11-28 17:52 [PR PATCH] New package: choose-1.3.4 saltnpepper97
@ 2023-11-29 22:17 ` Eloitor
  2023-11-30 14:34 ` saltnpepper97
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-11-29 22:17 UTC (permalink / raw)
  To: ml

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

New review comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/47465#discussion_r1409930994

Comment:
cur -> cut

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

* Re: [PR REVIEW] New package: choose-1.3.4
  2023-11-28 17:52 [PR PATCH] New package: choose-1.3.4 saltnpepper97
  2023-11-29 22:17 ` [PR REVIEW] " Eloitor
@ 2023-11-30 14:34 ` saltnpepper97
  2024-01-05 21:03 ` saltnpepper97
  2024-02-04 21:47 ` [PR PATCH] [Closed]: " saltnpepper97
  3 siblings, 0 replies; 6+ messages in thread
From: saltnpepper97 @ 2023-11-30 14:34 UTC (permalink / raw)
  To: ml

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

New review comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/47465#discussion_r1410759863

Comment:
Done.

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

* Re: New package: choose-1.3.4
  2023-11-28 17:52 [PR PATCH] New package: choose-1.3.4 saltnpepper97
  2023-11-29 22:17 ` [PR REVIEW] " Eloitor
  2023-11-30 14:34 ` saltnpepper97
@ 2024-01-05 21:03 ` saltnpepper97
  2024-02-04 21:47 ` [PR PATCH] [Closed]: " saltnpepper97
  3 siblings, 0 replies; 6+ messages in thread
From: saltnpepper97 @ 2024-01-05 21:03 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/47465#issuecomment-1879253973

Comment:
Any updates on when this might get pushed?

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

* Re: [PR PATCH] [Closed]: New package: choose-1.3.4
  2023-11-28 17:52 [PR PATCH] New package: choose-1.3.4 saltnpepper97
                   ` (2 preceding siblings ...)
  2024-01-05 21:03 ` saltnpepper97
@ 2024-02-04 21:47 ` saltnpepper97
  3 siblings, 0 replies; 6+ messages in thread
From: saltnpepper97 @ 2024-02-04 21:47 UTC (permalink / raw)
  To: ml

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

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

New package: choose-1.3.4
https://github.com/void-linux/void-packages/pull/47465

Description:
New Package: choose-1.3.4

#### 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] New package: choose-1.3.4
@ 2023-11-20 21:48 saltnpepper97
  0 siblings, 0 replies; 6+ messages in thread
From: saltnpepper97 @ 2023-11-20 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saltnpepper97/void-packages master
https://github.com/void-linux/void-packages/pull/47329

New package: choose-1.3.4
<!-- 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/47329.patch is attached

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

From 5ed21fcfc1816ad6655328cb6e254de87d209d11 Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Mon, 20 Nov 2023 17:44:09 -0400
Subject: [PATCH] New package: choose-1.3.4

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

diff --git a/srcpkgs/choose/template b/srcpkgs/choose/template
new file mode 100644
index 0000000000000..1b223bc963f04
--- /dev/null
+++ b/srcpkgs/choose/template
@@ -0,0 +1,11 @@
+# Template file for 'choose'
+pkgname=choose
+version=1.3.4
+revision=1
+build_style=cargo
+short_desc="Human-friendly and fast alternative to cut and (sometimes) awk"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/theryangeary/choose"
+distfiles="https://github.com/theryangeary/choose/archive/refs/tags/v${version}.tar.gz"
+checksum=6c711901bb094a1241a2cd11951d5b7c96f337971f8d2eeff33f38dfa6ffb6ed

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

end of thread, other threads:[~2024-02-04 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28 17:52 [PR PATCH] New package: choose-1.3.4 saltnpepper97
2023-11-29 22:17 ` [PR REVIEW] " Eloitor
2023-11-30 14:34 ` saltnpepper97
2024-01-05 21:03 ` saltnpepper97
2024-02-04 21:47 ` [PR PATCH] [Closed]: " saltnpepper97
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 21:48 [PR PATCH] " saltnpepper97

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