Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build
@ 2023-02-01  3:08 gavinhoward
  2023-02-01  6:04 ` [PR PATCH] [Updated] " gavinhoward
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gavinhoward @ 2023-02-01  3:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/42009

bc-gh: update upstream address and use the GNU bc predefined build
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

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

From 400b0f2075bc27e8a12d74e4ffc83f4e51ed1cca Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Tue, 31 Jan 2023 20:06:51 -0700
Subject: [PATCH] bc-gh: update upstream address and use the GNU bc predefined
 build

Signed-off-by: Gavin Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index a8fa2b682baf..45f135309be2 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -3,7 +3,7 @@ pkgname=bc-gh
 version=6.2.2
 revision=1
 short_desc="Implementation of POSIX bc with GNU extensions"
-maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
+maintainer="Gavin D. Howard <gavin@yzena.com>"
 license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
@@ -20,7 +20,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR PATCH] [Updated] bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
@ 2023-02-01  6:04 ` gavinhoward
  2023-02-01  9:20 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gavinhoward @ 2023-02-01  6:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/42009

bc-gh: update upstream address and use the GNU bc predefined build
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

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

From c6fc4ecc2929f4992ca23d112e76977ee87c9417 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Tue, 31 Jan 2023 20:06:51 -0700
Subject: [PATCH] bc-gh: update upstream address and use the GNU bc predefined
 build

Signed-off-by: Gavin Howard <gavin@yzena.com>
Signed-off-by: Gavin D. Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index a8fa2b682baf..d282ee7fff42 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -3,7 +3,7 @@ pkgname=bc-gh
 version=6.2.2
 revision=1
 short_desc="Implementation of POSIX bc with GNU extensions"
-maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
+maintainer="Gavin D. Howard <gavin@gavinhoward.com>"
 license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
@@ -20,7 +20,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR REVIEW] bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
  2023-02-01  6:04 ` [PR PATCH] [Updated] " gavinhoward
@ 2023-02-01  9:20 ` sgn
  2023-02-01 11:47 ` [PR PATCH] [Updated] " sgn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-01  9:20 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/42009#discussion_r1092954765

Comment:
```suggestion
revision=2
```

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

* Re: [PR PATCH] [Updated] bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
  2023-02-01  6:04 ` [PR PATCH] [Updated] " gavinhoward
  2023-02-01  9:20 ` [PR REVIEW] " sgn
@ 2023-02-01 11:47 ` sgn
  2023-02-01 11:48 ` sgn
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-01 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/42009

bc-gh: update upstream address and use the GNU bc predefined build
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

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

From dc84240c88bc0868c301773534170d3dd2bfa175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH 1/2] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..ca62b5987975
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

From ef469aa6bc7b898d4c63145699779390433e5262 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Tue, 31 Jan 2023 20:06:51 -0700
Subject: [PATCH 2/2] bc-gh: update upstream address and use the GNU bc
 predefined build

Signed-off-by: Gavin Howard <gavin@yzena.com>
Signed-off-by: Gavin D. Howard <gavin@yzena.com>
Close: #42009
---
 srcpkgs/bc-gh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index a8fa2b682baf..c589ca0f6e64 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,9 +1,9 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
 version=6.2.2
-revision=1
+revision=2
 short_desc="Implementation of POSIX bc with GNU extensions"
-maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
+maintainer="Gavin D. Howard <gavin@gavinhoward.com>"
 license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
@@ -20,7 +20,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR PATCH] [Updated] bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
                   ` (2 preceding siblings ...)
  2023-02-01 11:47 ` [PR PATCH] [Updated] " sgn
@ 2023-02-01 11:48 ` sgn
  2023-02-01 11:49 ` sgn
  2023-02-01 11:49 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-01 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/42009

bc-gh: update upstream address and use the GNU bc predefined build
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

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

From dc84240c88bc0868c301773534170d3dd2bfa175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH 1/2] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..ca62b5987975
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

From 85896684fecefd7a5535293940946362a5623d64 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Tue, 31 Jan 2023 20:06:51 -0700
Subject: [PATCH 2/2] bc-gh: update upstream address and use the GNU bc
 predefined build

Signed-off-by: Gavin Howard <gavin@yzena.com>
Signed-off-by: Gavin D. Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index a8fa2b682baf..c589ca0f6e64 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,9 +1,9 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
 version=6.2.2
-revision=1
+revision=2
 short_desc="Implementation of POSIX bc with GNU extensions"
-maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
+maintainer="Gavin D. Howard <gavin@gavinhoward.com>"
 license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
@@ -20,7 +20,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR PATCH] [Updated] bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
                   ` (3 preceding siblings ...)
  2023-02-01 11:48 ` sgn
@ 2023-02-01 11:49 ` sgn
  2023-02-01 11:49 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-01 11:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/42009

bc-gh: update upstream address and use the GNU bc predefined build
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

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

From fd4d76a8dd9d603eede9d19dbcb2125832021900 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Tue, 31 Jan 2023 20:06:51 -0700
Subject: [PATCH] bc-gh: update upstream address and use the GNU bc predefined
 build

Signed-off-by: Gavin Howard <gavin@yzena.com>
Signed-off-by: Gavin D. Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index a8fa2b682baf..c589ca0f6e64 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,9 +1,9 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
 version=6.2.2
-revision=1
+revision=2
 short_desc="Implementation of POSIX bc with GNU extensions"
-maintainer="Gavin D. Howard <yzena.tech@gmail.com>"
+maintainer="Gavin D. Howard <gavin@gavinhoward.com>"
 license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
@@ -20,7 +20,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR PATCH] [Merged]: bc-gh: update upstream address and use the GNU bc predefined build
  2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
                   ` (4 preceding siblings ...)
  2023-02-01 11:49 ` sgn
@ 2023-02-01 11:49 ` sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2023-02-01 11:49 UTC (permalink / raw)
  To: ml

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

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

bc-gh: update upstream address and use the GNU bc predefined build
https://github.com/void-linux/void-packages/pull/42009

Description:
Signed-off-by: Gavin Howard <gavin@yzena.com>

#### Testing the changes
- I tested the changes in this PR: **NO**


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

end of thread, other threads:[~2023-02-01 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  3:08 [PR PATCH] bc-gh: update upstream address and use the GNU bc predefined build gavinhoward
2023-02-01  6:04 ` [PR PATCH] [Updated] " gavinhoward
2023-02-01  9:20 ` [PR REVIEW] " sgn
2023-02-01 11:47 ` [PR PATCH] [Updated] " sgn
2023-02-01 11:48 ` sgn
2023-02-01 11:49 ` sgn
2023-02-01 11:49 ` [PR PATCH] [Merged]: " 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).