Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: opa-0.42.2
@ 2022-07-14 17:31 TeddyDD
  2022-07-14 18:02 ` [PR PATCH] [Updated] " TeddyDD
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2022-07-14 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-opa
https://github.com/void-linux/void-packages/pull/38074

New package: opa-0.42.2
<!-- 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**

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

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

From 04118e87a7bd9b5fc95b8a008a61d86123b65e34 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 14 Jul 2022 19:31:02 +0200
Subject: [PATCH] New package: opa-0.42.2

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

diff --git a/srcpkgs/opa/template b/srcpkgs/opa/template
new file mode 100644
index 000000000000..28b406e628d3
--- /dev/null
+++ b/srcpkgs/opa/template
@@ -0,0 +1,37 @@
+# Template file for 'opa'
+pkgname=opa
+version=0.42.2
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/open-policy-agent/opa
+go_build_tags=opa_wasm
+go_ldflags="-X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL=''
+ -X github.com/open-policy-agent/opa/version.Version=${version}"
+short_desc="General-purpose policy engine"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://www.openpolicyagent.org/"
+changelog="https://raw.githubusercontent.com/open-policy-agent/opa/main/CHANGELOG.md"
+distfiles="https://github.com/open-policy-agent/opa/archive/v${version}.tar.gz"
+checksum=f96ca3c985c50c2c393d0c914a9ec22f7ed4a21f1948094b8161319ca63b1625
+
+post_build() {
+	GOOS="" GOARCH="" go run -ldflags "$go_ldflags" ./build/generate-man man
+	for shell in bash fish zsh
+	do
+		opa_cli=$(find $GOPATH/bin -name opa)
+		vtargetrun $opa_cli completion $shell >$shell.completion
+	done
+}
+
+post_install() {
+	for f in man/*.1
+	do
+		vman "$f"
+	done
+	for shell in bash fish zsh
+	do
+		vcompletion "$shell.completion" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: opa-0.42.2
  2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
@ 2022-07-14 18:02 ` TeddyDD
  2022-08-02 14:59 ` TeddyDD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-07-14 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-opa
https://github.com/void-linux/void-packages/pull/38074

New package: opa-0.42.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
https://www.openpolicyagent.org/

#### 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**

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

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

From 9e159978018357a7efe19677428fd17ac6ce47e0 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 14 Jul 2022 19:31:02 +0200
Subject: [PATCH] New package: opa-0.42.2

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

diff --git a/srcpkgs/opa/template b/srcpkgs/opa/template
new file mode 100644
index 000000000000..42c6d40f0a9e
--- /dev/null
+++ b/srcpkgs/opa/template
@@ -0,0 +1,37 @@
+# Template file for 'opa'
+pkgname=opa
+version=0.42.2
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/open-policy-agent/opa
+# go_build_tags=opa_wasm
+go_ldflags="-X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL=''
+ -X github.com/open-policy-agent/opa/version.Version=${version}"
+short_desc="General-purpose policy engine"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://www.openpolicyagent.org/"
+changelog="https://raw.githubusercontent.com/open-policy-agent/opa/main/CHANGELOG.md"
+distfiles="https://github.com/open-policy-agent/opa/archive/v${version}.tar.gz"
+checksum=f96ca3c985c50c2c393d0c914a9ec22f7ed4a21f1948094b8161319ca63b1625
+
+post_build() {
+	CGO_ENABLED=0 GOOS="" GOARCH="" go run -ldflags "$go_ldflags" ./build/generate-man man
+	for shell in bash fish zsh
+	do
+		opa_cli=$(find "$GOPATH"/bin -name opa)
+		vtargetrun "$opa_cli" completion $shell >$shell.completion
+	done
+}
+
+post_install() {
+	for f in man/*.1
+	do
+		vman "$f"
+	done
+	for shell in bash fish zsh
+	do
+		vcompletion "$shell.completion" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: opa-0.42.2
  2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
  2022-07-14 18:02 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-08-02 14:59 ` TeddyDD
  2022-09-30 22:48 ` [PR PATCH] [Updated] New package: opa-0.43.0 TeddyDD
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-08-02 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-opa
https://github.com/void-linux/void-packages/pull/38074

New package: opa-0.42.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
https://www.openpolicyagent.org/

#### 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**

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

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

From 4854a7e4d1c25b89c0628d3e48ddc77619f89be3 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 14 Jul 2022 19:31:02 +0200
Subject: [PATCH] New package: opa-0.43.0

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

diff --git a/srcpkgs/opa/template b/srcpkgs/opa/template
new file mode 100644
index 000000000000..85c87b51fcb7
--- /dev/null
+++ b/srcpkgs/opa/template
@@ -0,0 +1,37 @@
+# Template file for 'opa'
+pkgname=opa
+version=0.43.0
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/open-policy-agent/opa
+# go_build_tags=opa_wasm
+go_ldflags="-X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL=''
+ -X github.com/open-policy-agent/opa/version.Version=${version}"
+short_desc="General-purpose policy engine"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://www.openpolicyagent.org/"
+changelog="https://raw.githubusercontent.com/open-policy-agent/opa/main/CHANGELOG.md"
+distfiles="https://github.com/open-policy-agent/opa/archive/v${version}.tar.gz"
+checksum=c5ac0f4a2c50e347cbcdf97f711ef70f9d7bd8594f8d92036fdea78d34c8400e
+
+post_build() {
+	CGO_ENABLED=0 GOOS="" GOARCH="" go run -ldflags "$go_ldflags" ./build/generate-man man
+	for shell in bash fish zsh
+	do
+		opa_cli=$(find "$GOPATH"/bin -name opa)
+		vtargetrun "$opa_cli" completion $shell >$shell.completion
+	done
+}
+
+post_install() {
+	for f in man/*.1
+	do
+		vman "$f"
+	done
+	for shell in bash fish zsh
+	do
+		vcompletion "$shell.completion" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: opa-0.43.0
  2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
  2022-07-14 18:02 ` [PR PATCH] [Updated] " TeddyDD
  2022-08-02 14:59 ` TeddyDD
@ 2022-09-30 22:48 ` TeddyDD
  2022-10-27 21:45 ` [PR PATCH] [Updated] New package: opa-0.44.0 TeddyDD
  2023-01-13  9:35 ` [PR PATCH] [Closed]: New package: opa-0.45.0 TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-09-30 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-opa
https://github.com/void-linux/void-packages/pull/38074

New package: opa-0.43.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
https://www.openpolicyagent.org/

#### 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**

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

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

From 41465142c578ac0da6300469c7d2cb3b70a677f8 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 14 Jul 2022 19:31:02 +0200
Subject: [PATCH] New package: opa-0.44.0

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

diff --git a/srcpkgs/opa/template b/srcpkgs/opa/template
new file mode 100644
index 000000000000..9a4fce5a46fa
--- /dev/null
+++ b/srcpkgs/opa/template
@@ -0,0 +1,37 @@
+# Template file for 'opa'
+pkgname=opa
+version=0.44.0
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/open-policy-agent/opa
+# go_build_tags=opa_wasm
+go_ldflags="-X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL=''
+ -X github.com/open-policy-agent/opa/version.Version=${version}"
+short_desc="General-purpose policy engine"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://www.openpolicyagent.org/"
+changelog="https://raw.githubusercontent.com/open-policy-agent/opa/main/CHANGELOG.md"
+distfiles="https://github.com/open-policy-agent/opa/archive/v${version}.tar.gz"
+checksum=277745ca4328671791ec3fc37bf16b4e270c4057c9a43eefdf855986c364dc9a
+
+post_build() {
+	CGO_ENABLED=0 GOOS="" GOARCH="" go run -ldflags "$go_ldflags" ./build/generate-man man
+	for shell in bash fish zsh
+	do
+		opa_cli=$(find "$GOPATH"/bin -name opa)
+		vtargetrun "$opa_cli" completion $shell >$shell.completion
+	done
+}
+
+post_install() {
+	for f in man/*.1
+	do
+		vman "$f"
+	done
+	for shell in bash fish zsh
+	do
+		vcompletion "$shell.completion" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: opa-0.44.0
  2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
                   ` (2 preceding siblings ...)
  2022-09-30 22:48 ` [PR PATCH] [Updated] New package: opa-0.43.0 TeddyDD
@ 2022-10-27 21:45 ` TeddyDD
  2023-01-13  9:35 ` [PR PATCH] [Closed]: New package: opa-0.45.0 TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-10-27 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-opa
https://github.com/void-linux/void-packages/pull/38074

New package: opa-0.44.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
https://www.openpolicyagent.org/

#### 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**

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

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

From 57b2670f4e432231b048c6abc5cde501ccd12ad1 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 14 Jul 2022 19:31:02 +0200
Subject: [PATCH] New package: opa-0.45.0

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

diff --git a/srcpkgs/opa/template b/srcpkgs/opa/template
new file mode 100644
index 000000000000..8475ea105159
--- /dev/null
+++ b/srcpkgs/opa/template
@@ -0,0 +1,37 @@
+# Template file for 'opa'
+pkgname=opa
+version=0.45.0
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/open-policy-agent/opa
+# go_build_tags=opa_wasm
+go_ldflags="-X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL=''
+ -X github.com/open-policy-agent/opa/version.Version=${version}"
+short_desc="General-purpose policy engine"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="Apache-2.0"
+homepage="https://www.openpolicyagent.org/"
+changelog="https://raw.githubusercontent.com/open-policy-agent/opa/main/CHANGELOG.md"
+distfiles="https://github.com/open-policy-agent/opa/archive/v${version}.tar.gz"
+checksum=d3bf43e9061b9fb3c66f23faa91c3eefe4074c4121ad403133303d2bab54bdb6
+
+post_build() {
+	CGO_ENABLED=0 GOOS="" GOARCH="" go run -ldflags "$go_ldflags" ./build/generate-man man
+	for shell in bash fish zsh
+	do
+		opa_cli=$(find "$GOPATH"/bin -name opa)
+		vtargetrun "$opa_cli" completion $shell >$shell.completion
+	done
+}
+
+post_install() {
+	for f in man/*.1
+	do
+		vman "$f"
+	done
+	for shell in bash fish zsh
+	do
+		vcompletion "$shell.completion" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Closed]: New package: opa-0.45.0
  2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
                   ` (3 preceding siblings ...)
  2022-10-27 21:45 ` [PR PATCH] [Updated] New package: opa-0.44.0 TeddyDD
@ 2023-01-13  9:35 ` TeddyDD
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2023-01-13  9:35 UTC (permalink / raw)
  To: ml

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

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

New package: opa-0.45.0
https://github.com/void-linux/void-packages/pull/38074

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
https://www.openpolicyagent.org/

#### 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**

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

end of thread, other threads:[~2023-01-13  9:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 17:31 [PR PATCH] New package: opa-0.42.2 TeddyDD
2022-07-14 18:02 ` [PR PATCH] [Updated] " TeddyDD
2022-08-02 14:59 ` TeddyDD
2022-09-30 22:48 ` [PR PATCH] [Updated] New package: opa-0.43.0 TeddyDD
2022-10-27 21:45 ` [PR PATCH] [Updated] New package: opa-0.44.0 TeddyDD
2023-01-13  9:35 ` [PR PATCH] [Closed]: New package: opa-0.45.0 TeddyDD

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