Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gopass-jsonapi-1.14.3
@ 2022-07-24 15:30 kuhnchris
  2022-07-24 15:38 ` [PR REVIEW] " sgn
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kuhnchris/void-packages master
https://github.com/void-linux/void-packages/pull/38246

New package: gopass-jsonapi-1.14.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 7b9045e0389719f7889e3cc358443de74dfef1af Mon Sep 17 00:00:00 2001
From: KuhnChris <kuhnchris@kuhnchris.eu>
Date: Sun, 24 Jul 2022 17:28:29 +0200
Subject: [PATCH] New package: gopass-jsonapi-1.14.3

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
new file mode 100644
index 000000000000..8bcc8587cecd
--- /dev/null
+++ b/srcpkgs/gopass-jsonapi/template
@@ -0,0 +1,20 @@
+# Template file for 'gopass-jsonapi'
+pkgname=gopass-jsonapi
+version=1.14.3
+revision=1
+build_style=go
+makedepends="gnupg2"
+depends="gnupg2 git gopass"
+short_desc="Gopass JSON bridge for extensions"
+maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
+license="MIT"
+homepage="https://www.gopass.pw/"
+changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/v${version}/CHANGELOG.md"
+go_import_path=github.com/gopasspw/gopass-jsonapi
+distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
+checksum=f09f845d7e50bd691e0f1b889f11429714cbd325c854f7ccb622f26ed65241d5
+create_wrksrc=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
@ 2022-07-24 15:38 ` sgn
  2022-07-24 15:42 ` [PR PATCH] [Updated] " kuhnchris
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-24 15:38 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#discussion_r928276233

Comment:
`s/gnupg2/gnupg/`

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

* Re: [PR PATCH] [Updated] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
  2022-07-24 15:38 ` [PR REVIEW] " sgn
@ 2022-07-24 15:42 ` kuhnchris
  2022-07-24 15:43 ` [PR REVIEW] " kuhnchris
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 15:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kuhnchris/void-packages master
https://github.com/void-linux/void-packages/pull/38246

New package: gopass-jsonapi-1.14.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 7f6f3d724dc9e431d13785fd4e46a97aecf07283 Mon Sep 17 00:00:00 2001
From: KuhnChris <kuhnchris@kuhnchris.eu>
Date: Sun, 24 Jul 2022 17:28:29 +0200
Subject: [PATCH] New package: gopass-jsonapi-1.14.3

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
new file mode 100644
index 000000000000..7c7640f73982
--- /dev/null
+++ b/srcpkgs/gopass-jsonapi/template
@@ -0,0 +1,20 @@
+# Template file for 'gopass-jsonapi'
+pkgname=gopass-jsonapi
+version=1.14.3
+revision=1
+build_style=go
+makedepends="gnupg"
+depends="gnupg git gopass"
+short_desc="Gopass JSON bridge for extensions"
+maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
+license="MIT"
+homepage="https://www.gopass.pw/"
+changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/v${version}/CHANGELOG.md"
+go_import_path=github.com/gopasspw/gopass-jsonapi
+distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
+checksum=f09f845d7e50bd691e0f1b889f11429714cbd325c854f7ccb622f26ed65241d5
+create_wrksrc=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
  2022-07-24 15:38 ` [PR REVIEW] " sgn
  2022-07-24 15:42 ` [PR PATCH] [Updated] " kuhnchris
@ 2022-07-24 15:43 ` kuhnchris
  2022-07-24 15:45 ` [PR PATCH] [Updated] " kuhnchris
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 15:43 UTC (permalink / raw)
  To: ml

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

New review comment by kuhnchris on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#discussion_r928276851

Comment:
:+1: 
I copied it from `gopass` tho, should we change it there aswell?

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

* Re: [PR PATCH] [Updated] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (2 preceding siblings ...)
  2022-07-24 15:43 ` [PR REVIEW] " kuhnchris
@ 2022-07-24 15:45 ` kuhnchris
  2022-07-24 15:45 ` kuhnchris
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kuhnchris/void-packages master
https://github.com/void-linux/void-packages/pull/38246

New package: gopass-jsonapi-1.14.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From abd95bcb085ba57d25ebb20377f02af931142c09 Mon Sep 17 00:00:00 2001
From: KuhnChris <kuhnchris@kuhnchris.eu>
Date: Sun, 24 Jul 2022 17:28:29 +0200
Subject: [PATCH] New package: gopass-jsonapi-1.14.3

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
new file mode 100644
index 000000000000..8f0563611d27
--- /dev/null
+++ b/srcpkgs/gopass-jsonapi/template
@@ -0,0 +1,20 @@
+# Template file for 'gopass-jsonapi'
+pkgname=gopass-jsonapi
+version=1.14.3
+revision=1
+create_wrksrc=yes
+build_style=go
+go_import_path=github.com/gopasspw/gopass-jsonapi
+makedepends="gnupg"
+depends="gnupg git gopass"
+short_desc="Gopass JSON bridge for extensions"
+maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
+license="MIT"
+homepage="https://www.gopass.pw/"
+changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/v${version}/CHANGELOG.md"
+distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
+checksum=f09f845d7e50bd691e0f1b889f11429714cbd325c854f7ccb622f26ed65241d5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (3 preceding siblings ...)
  2022-07-24 15:45 ` [PR PATCH] [Updated] " kuhnchris
@ 2022-07-24 15:45 ` kuhnchris
  2022-07-24 16:01 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 15:45 UTC (permalink / raw)
  To: ml

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

New comment by kuhnchris on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#issuecomment-1193344157

Comment:
fixed xlint issues.

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

* Re: [PR REVIEW] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (4 preceding siblings ...)
  2022-07-24 15:45 ` kuhnchris
@ 2022-07-24 16:01 ` sgn
  2022-07-24 16:02 ` sgn
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-24 16:01 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#discussion_r928279204

Comment:
`depends="gopass"` That's enough.

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

* Re: [PR REVIEW] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (5 preceding siblings ...)
  2022-07-24 16:01 ` [PR REVIEW] " sgn
@ 2022-07-24 16:02 ` sgn
  2022-07-24 16:25 ` [PR PATCH] [Updated] " kuhnchris
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-24 16:02 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#discussion_r928279289

Comment:
Yes, when updating `gopass`.

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

* Re: [PR PATCH] [Updated] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (6 preceding siblings ...)
  2022-07-24 16:02 ` sgn
@ 2022-07-24 16:25 ` kuhnchris
  2022-07-24 16:25 ` [PR REVIEW] " kuhnchris
  2022-07-25 11:34 ` [PR PATCH] [Closed]: " sgn
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kuhnchris/void-packages master
https://github.com/void-linux/void-packages/pull/38246

New package: gopass-jsonapi-1.14.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From e1b8aca67ab805f98ad1dea2004cf84aefabf643 Mon Sep 17 00:00:00 2001
From: KuhnChris <kuhnchris@kuhnchris.eu>
Date: Sun, 24 Jul 2022 17:28:29 +0200
Subject: [PATCH] New package: gopass-jsonapi-1.14.3

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
new file mode 100644
index 000000000000..8ac4e7c26241
--- /dev/null
+++ b/srcpkgs/gopass-jsonapi/template
@@ -0,0 +1,20 @@
+# Template file for 'gopass-jsonapi'
+pkgname=gopass-jsonapi
+version=1.14.3
+revision=1
+create_wrksrc=yes
+build_style=go
+go_import_path=github.com/gopasspw/gopass-jsonapi
+makedepends="gnupg"
+depends="gopass"
+short_desc="Gopass JSON bridge for extensions"
+maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
+license="MIT"
+homepage="https://www.gopass.pw/"
+changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/v${version}/CHANGELOG.md"
+distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
+checksum=f09f845d7e50bd691e0f1b889f11429714cbd325c854f7ccb622f26ed65241d5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (7 preceding siblings ...)
  2022-07-24 16:25 ` [PR PATCH] [Updated] " kuhnchris
@ 2022-07-24 16:25 ` kuhnchris
  2022-07-25 11:34 ` [PR PATCH] [Closed]: " sgn
  9 siblings, 0 replies; 11+ messages in thread
From: kuhnchris @ 2022-07-24 16:25 UTC (permalink / raw)
  To: ml

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

New review comment by kuhnchris on void-packages repository

https://github.com/void-linux/void-packages/pull/38246#discussion_r928282025

Comment:
yessir, pushed.

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

* Re: [PR PATCH] [Closed]: New package: gopass-jsonapi-1.14.3
  2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
                   ` (8 preceding siblings ...)
  2022-07-24 16:25 ` [PR REVIEW] " kuhnchris
@ 2022-07-25 11:34 ` sgn
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-25 11:34 UTC (permalink / raw)
  To: ml

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

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

New package: gopass-jsonapi-1.14.3
https://github.com/void-linux/void-packages/pull/38246

Description:
#### 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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2022-07-25 11:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 15:30 [PR PATCH] New package: gopass-jsonapi-1.14.3 kuhnchris
2022-07-24 15:38 ` [PR REVIEW] " sgn
2022-07-24 15:42 ` [PR PATCH] [Updated] " kuhnchris
2022-07-24 15:43 ` [PR REVIEW] " kuhnchris
2022-07-24 15:45 ` [PR PATCH] [Updated] " kuhnchris
2022-07-24 15:45 ` kuhnchris
2022-07-24 16:01 ` [PR REVIEW] " sgn
2022-07-24 16:02 ` sgn
2022-07-24 16:25 ` [PR PATCH] [Updated] " kuhnchris
2022-07-24 16:25 ` [PR REVIEW] " kuhnchris
2022-07-25 11:34 ` [PR PATCH] [Closed]: " sgn

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