Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: openpgp-card-tools-0.0.12
@ 2022-08-01 13:44 jcgruenhage
  2022-08-03 11:58 ` [PR REVIEW] " sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-01 13:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-card-tools-0.0.12_1
https://github.com/void-linux/void-packages/pull/38406

New package: openpgp-card-tools-0.0.12
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.

<!-- 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/38406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-card-tools-0.0.12_1-38406.patch --]
[-- Type: text/x-diff, Size: 1854 bytes --]

From 1d8b5bad0c2a4fac070d1a8be31379fb078abb64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 15:38:02 +0200
Subject: [PATCH] New package: openpgp-card-tools-0.0.12

---
 srcpkgs/openpgp-card-tools/template | 22 ++++++++++++++++++++++
 srcpkgs/openpgp-card-tools/update   |  2 ++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/openpgp-card-tools/template
 create mode 100644 srcpkgs/openpgp-card-tools/update

diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template
new file mode 100644
index 000000000000..220dd3564f93
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/template
@@ -0,0 +1,22 @@
+# Template file for 'openpgp-card-tools'
+pkgname=openpgp-card-tools
+version=0.0.12
+revision=1
+wrksrc="${pkgname/-tools}-${pkgname}-v${version}"
+build_wrksrc="tools"
+build_style=cargo
+hostmakedepends="pkg-config llvm clang"
+makedepends="nettle-devel pcsclite-devel"
+depends="pcsclite pcsc-ccid"
+short_desc="Tools for inspecting, configuring and using OpenPGP cards"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://gitlab.com/openpgp-card/openpgp-card"
+distfiles="${homepage}/-/archive/${pkgname}/v${version}/${wrksrc}.tar.gz"
+checksum=023ac99978fa1802e72a6c05a4fd1139d38a5f7bb06508ed06b6f12d5c7f938a
+
+post_install() {
+	vlicense "../LICENSES/Apache-2.0.txt"
+	vlicense "../LICENSES/MIT.txt"
+	vdoc "README.md"
+}
diff --git a/srcpkgs/openpgp-card-tools/update b/srcpkgs/openpgp-card-tools/update
new file mode 100644
index 000000000000..62c2355e5b13
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
+pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"

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

* Re: [PR REVIEW] New package: openpgp-card-tools-0.0.12
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
@ 2022-08-03 11:58 ` sgn
  2022-08-03 12:45 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2022-08-03 11:58 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38406#discussion_r936576482

Comment:
Apache-2.0 doesn't need to be shipped.

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

* Re: [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.12
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
  2022-08-03 11:58 ` [PR REVIEW] " sgn
@ 2022-08-03 12:45 ` jcgruenhage
  2022-08-04  7:56 ` [PR REVIEW] " jcgruenhage
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-03 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-card-tools-0.0.12_1
https://github.com/void-linux/void-packages/pull/38406

New package: openpgp-card-tools-0.0.12
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.

<!-- 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/38406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-card-tools-0.0.12_1-38406.patch --]
[-- Type: text/x-diff, Size: 1813 bytes --]

From 13517efdf13f6c02f633b44221878f5e182e4767 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 15:38:02 +0200
Subject: [PATCH] New package: openpgp-card-tools-0.0.12

---
 srcpkgs/openpgp-card-tools/template | 21 +++++++++++++++++++++
 srcpkgs/openpgp-card-tools/update   |  2 ++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/openpgp-card-tools/template
 create mode 100644 srcpkgs/openpgp-card-tools/update

diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template
new file mode 100644
index 000000000000..9e36971a5b3a
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/template
@@ -0,0 +1,21 @@
+# Template file for 'openpgp-card-tools'
+pkgname=openpgp-card-tools
+version=0.0.12
+revision=1
+wrksrc="${pkgname/-tools}-${pkgname}-v${version}"
+build_wrksrc="tools"
+build_style=cargo
+hostmakedepends="pkg-config llvm clang"
+makedepends="nettle-devel pcsclite-devel"
+depends="pcsclite pcsc-ccid"
+short_desc="Tools for inspecting, configuring and using OpenPGP cards"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://gitlab.com/openpgp-card/openpgp-card"
+distfiles="${homepage}/-/archive/${pkgname}/v${version}/${wrksrc}.tar.gz"
+checksum=023ac99978fa1802e72a6c05a4fd1139d38a5f7bb06508ed06b6f12d5c7f938a
+
+post_install() {
+	vlicense "../LICENSES/MIT.txt"
+	vdoc "README.md"
+}
diff --git a/srcpkgs/openpgp-card-tools/update b/srcpkgs/openpgp-card-tools/update
new file mode 100644
index 000000000000..62c2355e5b13
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
+pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"

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

* Re: [PR REVIEW] New package: openpgp-card-tools-0.0.12
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
  2022-08-03 11:58 ` [PR REVIEW] " sgn
  2022-08-03 12:45 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-04  7:56 ` jcgruenhage
  2022-08-06 13:40 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-04  7:56 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38406#discussion_r937466120

Comment:
Removed it

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

* Re: [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.12
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-08-04  7:56 ` [PR REVIEW] " jcgruenhage
@ 2022-08-06 13:40 ` jcgruenhage
  2022-11-01 13:55 ` [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.13 jcgruenhage
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-06 13:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-card-tools-0.0.12_1
https://github.com/void-linux/void-packages/pull/38406

New package: openpgp-card-tools-0.0.12
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.

<!-- 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/38406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-card-tools-0.0.12_1-38406.patch --]
[-- Type: text/x-diff, Size: 1790 bytes --]

From d300e1d747d84df2109f2a88c60fead01ca604b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 15:38:02 +0200
Subject: [PATCH] New package: openpgp-card-tools-0.0.13

---
 srcpkgs/openpgp-card-tools/template | 21 +++++++++++++++++++++
 srcpkgs/openpgp-card-tools/update   |  2 ++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/openpgp-card-tools/template
 create mode 100644 srcpkgs/openpgp-card-tools/update

diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template
new file mode 100644
index 000000000000..c7477da01da6
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/template
@@ -0,0 +1,21 @@
+# Template file for 'openpgp-card-tools'
+pkgname=openpgp-card-tools
+version=0.0.13
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_wrksrc="tools"
+build_style=cargo
+hostmakedepends="pkg-config llvm clang"
+makedepends="nettle-devel pcsclite-devel"
+depends="pcsclite pcsc-ccid"
+short_desc="Tools for inspecting, configuring and using OpenPGP cards"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://gitlab.com/openpgp-card/openpgp-card"
+distfiles="${homepage}/-/archive/tools/v${version}/${wrksrc}.tar.gz"
+checksum=afbf05222385a717b9a95d0a6db7162f36e5c7e1f13a209ce4797eee6d87fefa
+
+post_install() {
+	vlicense "../LICENSES/MIT.txt"
+	vdoc "README.md"
+}
diff --git a/srcpkgs/openpgp-card-tools/update b/srcpkgs/openpgp-card-tools/update
new file mode 100644
index 000000000000..62c2355e5b13
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
+pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"

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

* Re: [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.13
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-08-06 13:40 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-01 13:55 ` jcgruenhage
  2022-11-01 13:58 ` jcgruenhage
  2022-11-01 14:14 ` [PR PATCH] [Merged]: New package: openpgp-card-tools-0.9.0 Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-11-01 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-card-tools-0.0.12_1
https://github.com/void-linux/void-packages/pull/38406

New package: openpgp-card-tools-0.0.13
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

<del>Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.</del> Added info in https://github.com/void-linux/void-docs/pull/696

<!-- 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/38406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-card-tools-0.0.12_1-38406.patch --]
[-- Type: text/x-diff, Size: 1788 bytes --]

From 610b2f03b0414f3b0b6d99f04e4d0191d80851ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 15:38:02 +0200
Subject: [PATCH] New package: openpgp-card-tools-0.9.0

---
 srcpkgs/openpgp-card-tools/template | 21 +++++++++++++++++++++
 srcpkgs/openpgp-card-tools/update   |  2 ++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/openpgp-card-tools/template
 create mode 100644 srcpkgs/openpgp-card-tools/update

diff --git a/srcpkgs/openpgp-card-tools/template b/srcpkgs/openpgp-card-tools/template
new file mode 100644
index 000000000000..06bc32e05c79
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/template
@@ -0,0 +1,21 @@
+# Template file for 'openpgp-card-tools'
+pkgname=openpgp-card-tools
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_wrksrc="tools"
+build_style=cargo
+hostmakedepends="pkg-config llvm clang"
+makedepends="nettle-devel pcsclite-devel"
+depends="pcsclite pcsc-ccid"
+short_desc="Tools for inspecting, configuring and using OpenPGP cards"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://gitlab.com/openpgp-card/openpgp-card"
+distfiles="${homepage}/-/archive/tools/v${version}/${wrksrc}.tar.gz"
+checksum=62033a23a70065b2d9fba3b55dc0c55c385c0e266a319c1659b21d4ff619f7eb
+
+post_install() {
+	vlicense "../LICENSES/MIT.txt"
+	vdoc "README.md"
+}
diff --git a/srcpkgs/openpgp-card-tools/update b/srcpkgs/openpgp-card-tools/update
new file mode 100644
index 000000000000..62c2355e5b13
--- /dev/null
+++ b/srcpkgs/openpgp-card-tools/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
+pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"

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

* Re: New package: openpgp-card-tools-0.0.13
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-11-01 13:55 ` [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.13 jcgruenhage
@ 2022-11-01 13:58 ` jcgruenhage
  2022-11-01 14:14 ` [PR PATCH] [Merged]: New package: openpgp-card-tools-0.9.0 Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-11-01 13:58 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38406#issuecomment-1298551156

Comment:
To cut the imminent invocation of the stale bot short: Not stale, just been rebased and updated to 0.9.0.

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

* Re: [PR PATCH] [Merged]: New package: openpgp-card-tools-0.9.0
  2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-11-01 13:58 ` jcgruenhage
@ 2022-11-01 14:14 ` Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2022-11-01 14:14 UTC (permalink / raw)
  To: ml

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

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

New package: openpgp-card-tools-0.9.0
https://github.com/void-linux/void-packages/pull/38406

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Splitting this out from #32480, as they are related, but don't depend on each
other, at least not necessarily and not in a way that xbps-src cares about.

<del>Aside of that, should I add a section to void-docs, about how to set this up,
next to https://docs.voidlinux.org/config/gnupg.html, as their setup sort-of
depends on each other if you want to use them in parallel? `opgp-card` requires
use of pcscd, which means you have to disable the built-in ccid driver in
GnuPGs scdaemon, install `pcsclite` and `pcsc-ccid` and enable the `pcscd`
service.</del> Added info in https://github.com/void-linux/void-docs/pull/696

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

end of thread, other threads:[~2022-11-01 14:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 13:44 [PR PATCH] New package: openpgp-card-tools-0.0.12 jcgruenhage
2022-08-03 11:58 ` [PR REVIEW] " sgn
2022-08-03 12:45 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-04  7:56 ` [PR REVIEW] " jcgruenhage
2022-08-06 13:40 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-01 13:55 ` [PR PATCH] [Updated] New package: openpgp-card-tools-0.0.13 jcgruenhage
2022-11-01 13:58 ` jcgruenhage
2022-11-01 14:14 ` [PR PATCH] [Merged]: New package: openpgp-card-tools-0.9.0 Johnnynator

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