Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vultr-cli-2.5.2
@ 2021-06-03 16:00 steinex
  2021-06-28 17:04 ` [PR PATCH] [Updated] " steinex
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: steinex @ 2021-06-03 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/31278

New package: vultr-cli-2.5.2
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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?
- [ ] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31278.patch is attached

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

From 3aff60306eb06edfdab3f0032511923a877fdc7e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 3 Jun 2021 17:53:34 +0200
Subject: [PATCH] New package: vultr-cli-2.5.2

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

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
new file mode 100644
index 000000000000..a0326af0b2a3
--- /dev/null
+++ b/srcpkgs/vultr-cli/template
@@ -0,0 +1,13 @@
+# Template file for 'vultr-cli'
+pkgname=vultr-cli
+version=2.5.2
+revision=1
+build_style=go
+go_import_path=github.com/vultr/vultr-cli
+short_desc="Official command line tool for Vultr services"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="Apache-2.0"
+homepage="https://github.com/vultr/vultr-cli"
+changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=2a350f3c414f9a5b489d961397f3f6611e3cdfdcb815027a0b27788c47d9f812

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

* Re: [PR PATCH] [Updated] New package: vultr-cli-2.5.2
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
@ 2021-06-28 17:04 ` steinex
  2022-01-06 22:09 ` [PR REVIEW] New package: vultr-cli-2.5.3 paper42
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steinex @ 2021-06-28 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/31278

New package: vultr-cli-2.5.2
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31278.patch is attached

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

From 8c1b88470e96fe9322dbaf34aa088e0fdc0c7fdb Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 3 Jun 2021 17:53:34 +0200
Subject: [PATCH] New package: vultr-cli-2.5.3

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

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
new file mode 100644
index 000000000000..ec156d117742
--- /dev/null
+++ b/srcpkgs/vultr-cli/template
@@ -0,0 +1,13 @@
+# Template file for 'vultr-cli'
+pkgname=vultr-cli
+version=2.5.3
+revision=1
+build_style=go
+go_import_path=github.com/vultr/vultr-cli
+short_desc="Official command line tool for Vultr services"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="Apache-2.0"
+homepage="https://github.com/vultr/vultr-cli"
+changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=6352229401e20ac91669f39baa0707286ea6018c0cca5e9522da1a129c831852

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

* Re: [PR REVIEW] New package: vultr-cli-2.5.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
  2021-06-28 17:04 ` [PR PATCH] [Updated] " steinex
  2022-01-06 22:09 ` [PR REVIEW] New package: vultr-cli-2.5.3 paper42
@ 2022-01-06 22:09 ` paper42
  2022-01-07  0:01 ` [PR PATCH] [Updated] " steinex
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-06 22:09 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31278#discussion_r779899140

Comment:
2.11.3 is out

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

* Re: [PR REVIEW] New package: vultr-cli-2.5.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
  2021-06-28 17:04 ` [PR PATCH] [Updated] " steinex
@ 2022-01-06 22:09 ` paper42
  2022-01-06 22:09 ` paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-06 22:09 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31278#discussion_r779899461

Comment:
```suggestion
distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] New package: vultr-cli-2.5.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
                   ` (2 preceding siblings ...)
  2022-01-06 22:09 ` paper42
@ 2022-01-07  0:01 ` steinex
  2022-01-07  0:12 ` steinex
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steinex @ 2022-01-07  0:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/31278

New package: vultr-cli-2.5.3
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31278.patch is attached

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

From 62aa885d5af97257351ee2e8b9888a1854e50267 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 3 Jun 2021 17:53:34 +0200
Subject: [PATCH] New package: vultr-cli-2.11.3

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

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
new file mode 100644
index 000000000000..454ecdd3b642
--- /dev/null
+++ b/srcpkgs/vultr-cli/template
@@ -0,0 +1,13 @@
+# Template file for 'vultr-cli'
+pkgname=vultr-cli
+version=2.11.3
+revision=1
+build_style=go
+go_import_path=github.com/vultr/vultr-cli
+short_desc="Official command line tool for Vultr services"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="Apache-2.0"
+homepage="https://github.com/vultr/vultr-cli"
+changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
+distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
+checksum=39da0ace6f8bf842bad41bf36a218a3c91e68a3139a353cd493c5ef476ea9ad5

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

* Re: [PR PATCH] [Updated] New package: vultr-cli-2.5.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
                   ` (3 preceding siblings ...)
  2022-01-07  0:01 ` [PR PATCH] [Updated] " steinex
@ 2022-01-07  0:12 ` steinex
  2022-01-07  0:18 ` New package: vultr-cli-2.11.3 steinex
  2022-01-07 17:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: steinex @ 2022-01-07  0:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/31278

New package: vultr-cli-2.5.3
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31278.patch is attached

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

From 5d7bac6003fbc51fc3c2ac30788c56fa38dd058e Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Thu, 3 Jun 2021 17:53:34 +0200
Subject: [PATCH] New package: vultr-cli-2.11.3

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

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
new file mode 100644
index 000000000000..ff6371fab666
--- /dev/null
+++ b/srcpkgs/vultr-cli/template
@@ -0,0 +1,13 @@
+# Template file for 'vultr-cli'
+pkgname=vultr-cli
+version=2.11.3
+revision=1
+build_style=go
+go_import_path=github.com/vultr/vultr-cli/v2
+short_desc="Official command line tool for Vultr services"
+maintainer="Frank Steinborn <steinex@nognu.de>"
+license="Apache-2.0"
+homepage="https://github.com/vultr/vultr-cli"
+changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
+distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
+checksum=39da0ace6f8bf842bad41bf36a218a3c91e68a3139a353cd493c5ef476ea9ad5

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

* Re: New package: vultr-cli-2.11.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
                   ` (4 preceding siblings ...)
  2022-01-07  0:12 ` steinex
@ 2022-01-07  0:18 ` steinex
  2022-01-07 17:19 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: steinex @ 2022-01-07  0:18 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/31278#issuecomment-1007036208

Comment:
Thanks for digging that out ;)

updated.

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

* Re: [PR PATCH] [Merged]: New package: vultr-cli-2.11.3
  2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
                   ` (5 preceding siblings ...)
  2022-01-07  0:18 ` New package: vultr-cli-2.11.3 steinex
@ 2022-01-07 17:19 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-07 17:19 UTC (permalink / raw)
  To: ml

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

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

New package: vultr-cli-2.11.3
https://github.com/void-linux/void-packages/pull/31278

Description:
<!-- Mark items with [x] where applicable -->

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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-01-07 17:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 16:00 [PR PATCH] New package: vultr-cli-2.5.2 steinex
2021-06-28 17:04 ` [PR PATCH] [Updated] " steinex
2022-01-06 22:09 ` [PR REVIEW] New package: vultr-cli-2.5.3 paper42
2022-01-06 22:09 ` paper42
2022-01-07  0:01 ` [PR PATCH] [Updated] " steinex
2022-01-07  0:12 ` steinex
2022-01-07  0:18 ` New package: vultr-cli-2.11.3 steinex
2022-01-07 17:19 ` [PR PATCH] [Merged]: " paper42

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