Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nordselect-1.4.2
@ 2021-07-14  7:31 reedts
  2021-07-14  7:54 ` [PR PATCH] [Updated] " reedts
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: reedts @ 2021-07-14  7:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages nordselect-1.4.2
https://github.com/void-linux/void-packages/pull/31951

New package: nordselect-1.4.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?
- [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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 51293c9d90c7a3a4bce32d57c2df348413941389 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Wed, 14 Jul 2021 09:16:07 +0200
Subject: [PATCH] New package: nordselect-1.4.2

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

diff --git a/srcpkgs/nordselect/template b/srcpkgs/nordselect/template
new file mode 100644
index 000000000000..3d44f1e8ecd3
--- /dev/null
+++ b/srcpkgs/nordselect/template
@@ -0,0 +1,18 @@
+# Template file for 'nordselect'
+pkgname=nordselect
+version=1.4.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config liboping-devel"
+makedepends="openssl-devel liboping-devel"
+depends="openssl liboping"
+short_desc="Fast CLI tool find the perfect NordVPN server to connect to"
+maintainer="reedts <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/editicalu/nordselect"
+distfiles="https://github.com/editicalu/nordselect/archive/${version}.tar.gz"
+checksum=6472870239ebea7e69e63d059f6008bc14eb66cb5353839bbfa1f22297b617d4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
@ 2021-07-14  7:54 ` reedts
  2021-07-14 13:25 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reedts @ 2021-07-14  7:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages nordselect-1.4.2
https://github.com/void-linux/void-packages/pull/31951

New package: nordselect-1.4.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?
- [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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 1b528bfa9cf91e521b6e1f3cc673cdaf0d4f2974 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Wed, 14 Jul 2021 09:16:07 +0200
Subject: [PATCH] New package: nordselect-1.4.2

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

diff --git a/srcpkgs/nordselect/template b/srcpkgs/nordselect/template
new file mode 100644
index 000000000000..496276d3b604
--- /dev/null
+++ b/srcpkgs/nordselect/template
@@ -0,0 +1,23 @@
+# Template file for 'nordselect'
+pkgname=nordselect
+version=1.4.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config liboping-devel"
+makedepends="openssl-devel liboping-devel"
+depends="openssl liboping"
+checkdepends="curl"
+short_desc="Fast CLI tool find the perfect NordVPN server to connect to"
+maintainer="reedts <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/editicalu/nordselect"
+distfiles="https://github.com/editicalu/nordselect/archive/${version}.tar.gz"
+checksum=6472870239ebea7e69e63d059f6008bc14eb66cb5353839bbfa1f22297b617d4
+
+pre_check() {
+	./dummydata.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
  2021-07-14  7:54 ` [PR PATCH] [Updated] " reedts
@ 2021-07-14 13:25 ` ericonr
  2021-07-14 13:25 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-07-14 13:25 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#discussion_r669612843

Comment:
```suggestion
short_desc="Fast CLI tool to find the perfect NordVPN server to connect to"
```

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

* Re: [PR REVIEW] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
  2021-07-14  7:54 ` [PR PATCH] [Updated] " reedts
  2021-07-14 13:25 ` [PR REVIEW] " ericonr
@ 2021-07-14 13:25 ` ericonr
  2021-07-14 13:30 ` [PR PATCH] [Updated] " reedts
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-07-14 13:25 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#discussion_r669612091

Comment:
It detects both dependencies automatically, see the build log:

```
    SONAME: liboping.so.0 <-> liboping>=1.8.0_1
   SONAME: libssl.so.1.1 <-> libssl1.1>=1.1.1f_1
   SONAME: libcrypto.so.1.1 <-> libcrypto1.1>=1.1.1f_1
   SONAME: libgcc_s.so.1 <-> libgcc>=4.4.0_1
   SONAME: libpthread.so.0 <-> glibc>=2.32_1
   SONAME: libm.so.6 <-> glibc>=2.32_1
   SONAME: libdl.so.2 <-> glibc>=2.32_1
   SONAME: libc.so.6 <-> glibc>=2.32_1
   SONAME: ld-linux.so.2 <-> glibc>=2.32_1
```

`openssl` can be added if it actually executes the `openssl` program for some functionality.

Otherwise, just remove `depends`.


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

* Re: [PR PATCH] [Updated] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (2 preceding siblings ...)
  2021-07-14 13:25 ` ericonr
@ 2021-07-14 13:30 ` reedts
  2021-07-14 13:31 ` reedts
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reedts @ 2021-07-14 13:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages nordselect-1.4.2
https://github.com/void-linux/void-packages/pull/31951

New package: nordselect-1.4.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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 4e2040f1c2be99c4e300c1a038b45e19146476a0 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Wed, 14 Jul 2021 09:16:07 +0200
Subject: [PATCH] New package: nordselect-1.4.2

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

diff --git a/srcpkgs/nordselect/template b/srcpkgs/nordselect/template
new file mode 100644
index 000000000000..99593cd33c8a
--- /dev/null
+++ b/srcpkgs/nordselect/template
@@ -0,0 +1,22 @@
+# Template file for 'nordselect'
+pkgname=nordselect
+version=1.4.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config liboping-devel"
+makedepends="openssl-devel liboping-devel"
+checkdepends="curl"
+short_desc="Fast CLI tool to find the perfect NordVPN server to connect to"
+maintainer="reedts <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/editicalu/nordselect"
+distfiles="https://github.com/editicalu/nordselect/archive/${version}.tar.gz"
+checksum=6472870239ebea7e69e63d059f6008bc14eb66cb5353839bbfa1f22297b617d4
+
+pre_check() {
+	./dummydata.sh
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (3 preceding siblings ...)
  2021-07-14 13:30 ` [PR PATCH] [Updated] " reedts
@ 2021-07-14 13:31 ` reedts
  2021-07-14 13:35 ` [PR REVIEW] " reedts
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reedts @ 2021-07-14 13:31 UTC (permalink / raw)
  To: ml

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

New comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#issuecomment-879894572

Comment:
@ericonr Removed `depends` and fixed `short_desc`

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

* Re: [PR REVIEW] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (4 preceding siblings ...)
  2021-07-14 13:31 ` reedts
@ 2021-07-14 13:35 ` reedts
  2021-07-14 13:36 ` reedts
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reedts @ 2021-07-14 13:35 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#discussion_r669621365

Comment:
`depends` is removed now

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

* Re: [PR REVIEW] New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (5 preceding siblings ...)
  2021-07-14 13:35 ` [PR REVIEW] " reedts
@ 2021-07-14 13:36 ` reedts
  2022-05-25  2:15 ` github-actions
  2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: reedts @ 2021-07-14 13:36 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#discussion_r669621590

Comment:
Corrected.

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

* Re: New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (6 preceding siblings ...)
  2021-07-14 13:36 ` reedts
@ 2022-05-25  2:15 ` github-actions
  2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-05-25  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/31951#issuecomment-1136640233

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: nordselect-1.4.2
  2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
                   ` (7 preceding siblings ...)
  2022-05-25  2:15 ` github-actions
@ 2022-06-09  2:11 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-09  2:11 UTC (permalink / raw)
  To: ml

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

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

New package: nordselect-1.4.2
https://github.com/void-linux/void-packages/pull/31951

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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2022-06-09  2:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  7:31 [PR PATCH] New package: nordselect-1.4.2 reedts
2021-07-14  7:54 ` [PR PATCH] [Updated] " reedts
2021-07-14 13:25 ` [PR REVIEW] " ericonr
2021-07-14 13:25 ` ericonr
2021-07-14 13:30 ` [PR PATCH] [Updated] " reedts
2021-07-14 13:31 ` reedts
2021-07-14 13:35 ` [PR REVIEW] " reedts
2021-07-14 13:36 ` reedts
2022-05-25  2:15 ` github-actions
2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions

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