Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vgrep-2.5.1
@ 2021-06-29 10:54 klorophatu
  2021-12-23 15:47 ` [PR PATCH] [Updated] " klorophatu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: klorophatu @ 2021-06-29 10:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klorophatu/void-packages vgrep
https://github.com/void-linux/void-packages/pull/31711

New package: vgrep-2.5.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [X] 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/31711.patch is attached

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

From d23af9c7ea8d3600f30a1ec96bcb202c34f5608b Mon Sep 17 00:00:00 2001
From: klorophatu <klorophatu@krutt.org>
Date: Tue, 29 Jun 2021 13:39:03 +0300
Subject: [PATCH] New package: vgrep-2.5.1

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

diff --git a/srcpkgs/vgrep/template b/srcpkgs/vgrep/template
new file mode 100644
index 000000000000..b0cdec0ddc04
--- /dev/null
+++ b/srcpkgs/vgrep/template
@@ -0,0 +1,13 @@
+# Template file for 'vgrep'
+pkgname=vgrep
+version=2.5.1
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=go
+go_import_path="github.com/vrothberg/vgrep"
+short_desc="User-friendly pager for grep"
+maintainer="Klorophatu <klorophatu@krutt.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/vrothberg/vgrep"
+distfiles="https://github.com/vrothberg/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=7516d16d87c118c081f43ec74e091d02c194afa984e7dc63a46cb24b149896c4

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

* Re: [PR PATCH] [Updated] New package: vgrep-2.5.1
  2021-06-29 10:54 [PR PATCH] New package: vgrep-2.5.1 klorophatu
@ 2021-12-23 15:47 ` klorophatu
  2021-12-23 16:05 ` klorophatu
  2021-12-23 16:09 ` [PR PATCH] [Closed]: " klorophatu
  2 siblings, 0 replies; 4+ messages in thread
From: klorophatu @ 2021-12-23 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klorophatu/void-packages vgrep
https://github.com/void-linux/void-packages/pull/31711

New package: vgrep-2.5.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [X] 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/31711.patch is attached

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

From 1bbe1299436365601e726fbb5a65f8f02e58f3a4 Mon Sep 17 00:00:00 2001
From: klorophatu <klorophatu@krutt.org>
Date: Tue, 29 Jun 2021 13:39:03 +0300
Subject: [PATCH] New package: vgrep-2.5.5

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

diff --git a/srcpkgs/vgrep/template b/srcpkgs/vgrep/template
new file mode 100644
index 000000000000..96a0b46fba3e
--- /dev/null
+++ b/srcpkgs/vgrep/template
@@ -0,0 +1,13 @@
+# Template file for 'vgrep'
+pkgname=vgrep
+version=2.5.5
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=go
+go_import_path="github.com/vrothberg/vgrep"
+short_desc="User-friendly pager for grep"
+maintainer="Klorophatu <klorophatu@krutt.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/vrothberg/vgrep"
+distfiles="https://github.com/vrothberg/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=6272ca460549813231bc046e6fde7e94baec03f66c4b8f88b197af7d70556013

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

* Re: [PR PATCH] [Updated] New package: vgrep-2.5.1
  2021-06-29 10:54 [PR PATCH] New package: vgrep-2.5.1 klorophatu
  2021-12-23 15:47 ` [PR PATCH] [Updated] " klorophatu
@ 2021-12-23 16:05 ` klorophatu
  2021-12-23 16:09 ` [PR PATCH] [Closed]: " klorophatu
  2 siblings, 0 replies; 4+ messages in thread
From: klorophatu @ 2021-12-23 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klorophatu/void-packages vgrep
https://github.com/void-linux/void-packages/pull/31711

New package: vgrep-2.5.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [X] 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/31711.patch is attached

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

From 1bbe1299436365601e726fbb5a65f8f02e58f3a4 Mon Sep 17 00:00:00 2001
From: klorophatu <klorophatu@krutt.org>
Date: Tue, 29 Jun 2021 13:39:03 +0300
Subject: [PATCH] New package: vgrep-2.5.5

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

diff --git a/srcpkgs/vgrep/template b/srcpkgs/vgrep/template
new file mode 100644
index 000000000000..96a0b46fba3e
--- /dev/null
+++ b/srcpkgs/vgrep/template
@@ -0,0 +1,13 @@
+# Template file for 'vgrep'
+pkgname=vgrep
+version=2.5.5
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=go
+go_import_path="github.com/vrothberg/vgrep"
+short_desc="User-friendly pager for grep"
+maintainer="Klorophatu <klorophatu@krutt.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/vrothberg/vgrep"
+distfiles="https://github.com/vrothberg/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=6272ca460549813231bc046e6fde7e94baec03f66c4b8f88b197af7d70556013

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

* Re: [PR PATCH] [Closed]: New package: vgrep-2.5.1
  2021-06-29 10:54 [PR PATCH] New package: vgrep-2.5.1 klorophatu
  2021-12-23 15:47 ` [PR PATCH] [Updated] " klorophatu
  2021-12-23 16:05 ` klorophatu
@ 2021-12-23 16:09 ` klorophatu
  2 siblings, 0 replies; 4+ messages in thread
From: klorophatu @ 2021-12-23 16:09 UTC (permalink / raw)
  To: ml

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

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

New package: vgrep-2.5.1
https://github.com/void-linux/void-packages/pull/31711

Description:
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [X] 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] 4+ messages in thread

end of thread, other threads:[~2021-12-23 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 10:54 [PR PATCH] New package: vgrep-2.5.1 klorophatu
2021-12-23 15:47 ` [PR PATCH] [Updated] " klorophatu
2021-12-23 16:05 ` klorophatu
2021-12-23 16:09 ` [PR PATCH] [Closed]: " klorophatu

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