Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ripgrep-all-0.10.6
@ 2024-09-18 13:42 TinfoilSubmarine
  2024-11-09 14:01 ` lukeflo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2024-09-18 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/ripgrep-all
https://github.com/void-linux/void-packages/pull/52263

New package: ripgrep-all-0.10.6
<!-- 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/52263.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/ripgrep-all-52263.patch --]
[-- Type: text/x-diff, Size: 1294 bytes --]

From e298618fc0e881a04e88ec6c7ac773f601abee0f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 18 Sep 2024 09:42:10 -0400
Subject: [PATCH] New package: ripgrep-all-0.10.6

---
 srcpkgs/ripgrep-all/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/ripgrep-all/template

diff --git a/srcpkgs/ripgrep-all/template b/srcpkgs/ripgrep-all/template
new file mode 100644
index 00000000000000..7ec45951187dcf
--- /dev/null
+++ b/srcpkgs/ripgrep-all/template
@@ -0,0 +1,20 @@
+# Template file for 'ripgrep-all'
+pkgname=ripgrep-all
+version=0.10.6
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel sqlite-devel"
+depends="ripgrep pandoc poppler ffmpeg"
+checkdepends="$depends"
+short_desc="Ripgrep, but also search in non-plaintext files (PDFs, archives, etc)"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/phiresky/ripgrep-all"
+changelog="https://raw.githubusercontent.com/phiresky/ripgrep-all/master/CHANGELOG.md"
+distfiles="https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${version}.tar.gz"
+checksum=06cd619ad6638be206266a77fdf11034dc2dc15d97b3a057b0d6280a17334680
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: New package: ripgrep-all-0.10.6
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
@ 2024-11-09 14:01 ` lukeflo
  2025-02-08  1:56 ` github-actions
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lukeflo @ 2024-11-09 14:01 UTC (permalink / raw)
  To: ml

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

New comment by lukeflo on void-packages repository

https://github.com/void-linux/void-packages/pull/52263#issuecomment-2466229322

Comment:
Would be great to have that package merged into xbps repos!

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

* Re: New package: ripgrep-all-0.10.6
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
  2024-11-09 14:01 ` lukeflo
@ 2025-02-08  1:56 ` github-actions
  2025-02-08 20:16 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2025-02-08  1:56 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/52263#issuecomment-2644423877

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

* Re: New package: ripgrep-all-0.10.6
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
  2024-11-09 14:01 ` lukeflo
  2025-02-08  1:56 ` github-actions
@ 2025-02-08 20:16 ` TinfoilSubmarine
  2025-05-10  2:07 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2025-02-08 20:16 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/52263#issuecomment-2645926849

Comment:
bump

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

* Re: New package: ripgrep-all-0.10.6
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2025-02-08 20:16 ` TinfoilSubmarine
@ 2025-05-10  2:07 ` github-actions
  2025-05-12 15:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2025-05-24 16:43 ` [PR PATCH] [Merged]: ripgrep-all: update to 0.10.9 leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2025-05-10  2:07 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/52263#issuecomment-2868222649

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

* Re: [PR PATCH] [Updated] New package: ripgrep-all-0.10.6
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2025-05-10  2:07 ` github-actions
@ 2025-05-12 15:25 ` TinfoilSubmarine
  2025-05-24 16:43 ` [PR PATCH] [Merged]: ripgrep-all: update to 0.10.9 leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2025-05-12 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/ripgrep-all
https://github.com/void-linux/void-packages/pull/52263

New package: ripgrep-all-0.10.6
<!-- 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/52263.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/ripgrep-all-52263.patch --]
[-- Type: text/x-diff, Size: 2415 bytes --]

From 8c4ebdcd0564120825ec86480b856b082ad6c2dd Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 18 Sep 2024 09:42:10 -0400
Subject: [PATCH 1/2] New package: ripgrep-all-0.10.6

---
 srcpkgs/ripgrep-all/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/ripgrep-all/template

diff --git a/srcpkgs/ripgrep-all/template b/srcpkgs/ripgrep-all/template
new file mode 100644
index 00000000000000..7ec45951187dcf
--- /dev/null
+++ b/srcpkgs/ripgrep-all/template
@@ -0,0 +1,20 @@
+# Template file for 'ripgrep-all'
+pkgname=ripgrep-all
+version=0.10.6
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel sqlite-devel"
+depends="ripgrep pandoc poppler ffmpeg"
+checkdepends="$depends"
+short_desc="Ripgrep, but also search in non-plaintext files (PDFs, archives, etc)"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/phiresky/ripgrep-all"
+changelog="https://raw.githubusercontent.com/phiresky/ripgrep-all/master/CHANGELOG.md"
+distfiles="https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${version}.tar.gz"
+checksum=06cd619ad6638be206266a77fdf11034dc2dc15d97b3a057b0d6280a17334680
+
+post_install() {
+	vlicense LICENSE.md
+}

From 569430b964e560cb4c1c3dc565730d2a47694678 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 12 May 2025 11:20:52 -0400
Subject: [PATCH 2/2] ripgrep-all: update to 0.10.9.

---
 srcpkgs/ripgrep-all/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ripgrep-all/template b/srcpkgs/ripgrep-all/template
index 7ec45951187dcf..50eeb02e525d99 100644
--- a/srcpkgs/ripgrep-all/template
+++ b/srcpkgs/ripgrep-all/template
@@ -1,6 +1,6 @@
 # Template file for 'ripgrep-all'
 pkgname=ripgrep-all
-version=0.10.6
+version=0.10.9
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ license="AGPL-3.0-or-later"
 homepage="https://github.com/phiresky/ripgrep-all"
 changelog="https://raw.githubusercontent.com/phiresky/ripgrep-all/master/CHANGELOG.md"
 distfiles="https://github.com/phiresky/ripgrep-all/archive/refs/tags/v${version}.tar.gz"
-checksum=06cd619ad6638be206266a77fdf11034dc2dc15d97b3a057b0d6280a17334680
+checksum=a5b3150940dcddd35a26e9de398f11a563d0466a335e5450ceb7ff369e9fef45
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Merged]: ripgrep-all: update to 0.10.9.
  2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2025-05-12 15:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2025-05-24 16:43 ` leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2025-05-24 16:43 UTC (permalink / raw)
  To: ml

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

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

ripgrep-all: update to 0.10.9.
https://github.com/void-linux/void-packages/pull/52263

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

end of thread, other threads:[~2025-05-24 16:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 13:42 [PR PATCH] New package: ripgrep-all-0.10.6 TinfoilSubmarine
2024-11-09 14:01 ` lukeflo
2025-02-08  1:56 ` github-actions
2025-02-08 20:16 ` TinfoilSubmarine
2025-05-10  2:07 ` github-actions
2025-05-12 15:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
2025-05-24 16:43 ` [PR PATCH] [Merged]: ripgrep-all: update to 0.10.9 leahneukirchen

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