Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cnping-1.0b2
@ 2019-09-28 21:41 voidlinux-github
  2019-09-28 21:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: voidlinux-github @ 2019-09-28 21:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1118 bytes --]

From b9c083ce0e2f81f846d9a288ba7b4761b6f0fd5f Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

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

diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..7c9d6e429f7
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0b2
+revision=1
+hostmakedepends="gcc make libcap-progs"
+makedepends="libXinerama-devel libX11-devel"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
+
+do_build() {
+	make
+	setcap cap_net_raw=ep cnping
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
  2019-09-28 21:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 21:45 ` voidlinux-github
  2019-09-29  7:02 ` voidlinux-github
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-09-28 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1122 bytes --]

From 5a809af64f723d584ce9685c773f90bca5b7fc09 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

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

diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..73e9f44a402
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0b2
+revision=1
+hostmakedepends="gcc make libcap-progs"
+makedepends="libXinerama-devel libX11-devel"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
+
+do_build() {
+	make
+	setcap cap_net_raw=ep cnping
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
@ 2019-09-28 21:45 ` voidlinux-github
  2019-09-28 21:45 ` voidlinux-github
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-09-28 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1122 bytes --]

From 5a809af64f723d584ce9685c773f90bca5b7fc09 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

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

diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..73e9f44a402
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0b2
+revision=1
+hostmakedepends="gcc make libcap-progs"
+makedepends="libXinerama-devel libX11-devel"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
+
+do_build() {
+	make
+	setcap cap_net_raw=ep cnping
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+}

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

* Re: New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
  2019-09-28 21:45 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-28 21:45 ` voidlinux-github
@ 2019-09-29  7:02 ` voidlinux-github
  2019-09-29 11:59 ` voidlinux-github
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-09-29  7:02 UTC (permalink / raw)
  To: ml

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

New comment by cnlohr on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-536259237

Comment:
How would I go about pulling from here back to cnping?

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

* Re: New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-29  7:02 ` voidlinux-github
@ 2019-09-29 11:59 ` voidlinux-github
  2019-10-02 14:58 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-09-29 11:59 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-536291449

Comment:
> pulling from here back to cnping

@cnlohr what do you mean exactly?

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-29 11:59 ` voidlinux-github
@ 2019-10-02 14:58 ` voidlinux-github
  2019-10-02 14:58 ` voidlinux-github
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-02 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 2598c50e50de68b61255dc3aa721f28a38975b70 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..faa24f84041
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0b2
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-02 14:58 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-02 14:58 ` voidlinux-github
  2019-10-03 16:37 ` voidlinux-github
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-02 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 2598c50e50de68b61255dc3aa721f28a38975b70 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..faa24f84041
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0b2
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=6dcdfe42b860ad57a2b10dc79a23e5d6af721a3677888af983fd0dea34a0f811
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-02 14:58 ` voidlinux-github
@ 2019-10-03 16:37 ` voidlinux-github
  2019-10-03 16:50 ` voidlinux-github
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-03 16:37 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-538024479

Comment:
@Duncaen Anything else I need to do? This looks good to me now.

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

* Re: New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-03 16:37 ` voidlinux-github
@ 2019-10-03 16:50 ` voidlinux-github
  2019-10-03 22:42 ` voidlinux-github
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-03 16:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-538029523

Comment:
Now waiting for release declared by authors as stable.

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

* Re: New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-03 16:50 ` voidlinux-github
@ 2019-10-03 22:42 ` voidlinux-github
  2019-10-04 22:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-03 22:42 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-538156874

Comment:
I've asked upstream whether they want to declare the current version stable at https://github.com/cntools/cnping/issues/60#issuecomment-538108899

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-03 22:42 ` voidlinux-github
@ 2019-10-04 22:09 ` voidlinux-github
  2019-10-04 22:09 ` voidlinux-github
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 91b5e228b0e3d29bc289a5ef99d446161cab5a51 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-04 22:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 22:09 ` voidlinux-github
  2019-10-04 22:10 ` voidlinux-github
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 91b5e228b0e3d29bc289a5ef99d446161cab5a51 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0b2

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-04 22:10 ` voidlinux-github
@ 2019-10-04 22:10 ` voidlinux-github
  2019-10-04 22:11 ` voidlinux-github
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From ef15dfd1a3e50990323858e927f624c685dbeb81 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-04 22:09 ` voidlinux-github
@ 2019-10-04 22:10 ` voidlinux-github
  2019-10-04 22:10 ` voidlinux-github
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From ef15dfd1a3e50990323858e927f624c685dbeb81 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-04 22:10 ` voidlinux-github
@ 2019-10-04 22:11 ` voidlinux-github
  2019-10-04 22:11 ` voidlinux-github
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 4f9f23f437e5c2b42848b67bab41367ef17d97cb Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0b2
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-04 22:11 ` voidlinux-github
@ 2019-10-04 22:11 ` voidlinux-github
  2019-10-04 22:12 ` New package: cnping-1.0.0 voidlinux-github
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0b2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1450 bytes --]

From 4f9f23f437e5c2b42848b67bab41367ef17d97cb Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..32320c1c74c
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,22 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_build() {
+	make
+}
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-10-04 22:11 ` voidlinux-github
@ 2019-10-04 22:12 ` voidlinux-github
  2019-10-04 22:17 ` voidlinux-github
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:12 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-538576616

Comment:
Stable now, pending CI, this is ready now?

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

* Re: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-10-04 22:12 ` New package: cnping-1.0.0 voidlinux-github
@ 2019-10-04 22:17 ` voidlinux-github
  2019-10-07 17:58 ` voidlinux-github
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-04 22:17 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-538576616

Comment:
Stable now, CI ran through without problems. Is this ready now?

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

* Re: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-10-04 22:17 ` voidlinux-github
@ 2019-10-07 17:58 ` voidlinux-github
  2019-10-08 15:24 ` voidlinux-github
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-07 17:58 UTC (permalink / raw)
  To: ml

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

New comment by cnlohr on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-539131710

Comment:
There were no functional changes between 1.0b2 and 1.0b3 except for buildout mechanism.  @dreua has already tagged 1.0b3 as 1.0.0.  What is the nomenclature mentioned above of 1.0-0 instead of 1.0.0?

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

* Re: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-10-07 17:58 ` voidlinux-github
@ 2019-10-08 15:24 ` voidlinux-github
  2019-10-08 21:50 ` voidlinux-github
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-08 15:24 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-539566376

Comment:
@cnlohr Where do you see 1.0-0? This package is called cnping-${version}_${revision}, which is cnping-1.0.0_1 for this package

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

* Re: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-10-08 15:24 ` voidlinux-github
@ 2019-10-08 21:50 ` voidlinux-github
  2019-10-12 15:47 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-08 21:50 UTC (permalink / raw)
  To: ml

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

New comment by cnlohr on void-packages repository

https://github.com/void-linux/void-packages/pull/14805#issuecomment-539718961

Comment:
@jcgruenhage  Sorry, I misread that earlier.  Looks good. 

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-10-08 21:50 ` voidlinux-github
@ 2019-10-12 15:47 ` voidlinux-github
  2019-10-12 15:47 ` voidlinux-github
  2019-10-14  0:10 ` [PR PATCH] [Merged]: " voidlinux-github
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-12 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1447 bytes --]

From 93c8c5131839cbbd43bee578d7ec1181cca0f462 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 19 +++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..cfbbe6b4029
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,19 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Updated] New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-10-12 15:47 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 15:47 ` voidlinux-github
  2019-10-14  0:10 ` [PR PATCH] [Merged]: " voidlinux-github
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-12 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cnping-1.0b2
https://github.com/void-linux/void-packages/pull/14805

New package: cnping-1.0.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cnping-1.0b2-14805.patch --]
[-- Type: text/x-diff, Size: 1447 bytes --]

From 93c8c5131839cbbd43bee578d7ec1181cca0f462 Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 12 Aug 2019 21:17:49 +0200
Subject: [PATCH] New package: cnping-1.0.0

---
 srcpkgs/cnping/INSTALL  |  5 +++++
 srcpkgs/cnping/template | 19 +++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/cnping/INSTALL
 create mode 100644 srcpkgs/cnping/template

diff --git a/srcpkgs/cnping/INSTALL b/srcpkgs/cnping/INSTALL
new file mode 100644
index 00000000000..6c7a28b1aa5
--- /dev/null
+++ b/srcpkgs/cnping/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep usr/bin/cnping
+	;;
+esac
diff --git a/srcpkgs/cnping/template b/srcpkgs/cnping/template
new file mode 100644
index 00000000000..cfbbe6b4029
--- /dev/null
+++ b/srcpkgs/cnping/template
@@ -0,0 +1,19 @@
+# Template file for 'cnping'
+pkgname=cnping
+version=1.0.0
+revision=1
+build_style=gnu-makefile
+makedepends="libXinerama-devel libX11-devel"
+depends="libcap-progs"
+short_desc="Minimal Graphical IPV4 Ping Tool"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/cnlohr/cnping"
+distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
+checksum=43e4737e27a2ab5bd8f90c73efa0ce998c2cc1d767e4948f50ded0d29e683e2d
+
+do_install() {
+	vbin cnping
+	vlicense LICENSE.MIT
+	vlicense LICENSE.BSD-3-Clause
+}

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

* Re: [PR PATCH] [Merged]: New package: cnping-1.0.0
  2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-10-12 15:47 ` voidlinux-github
@ 2019-10-14  0:10 ` voidlinux-github
  22 siblings, 0 replies; 24+ messages in thread
From: voidlinux-github @ 2019-10-14  0:10 UTC (permalink / raw)
  To: ml

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

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

New package: cnping-1.0.0
https://github.com/void-linux/void-packages/pull/14805

Description:
None

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

end of thread, other threads:[~2019-10-14  0:10 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 21:41 [PR PATCH] New package: cnping-1.0b2 voidlinux-github
2019-09-28 21:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 21:45 ` voidlinux-github
2019-09-29  7:02 ` voidlinux-github
2019-09-29 11:59 ` voidlinux-github
2019-10-02 14:58 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 14:58 ` voidlinux-github
2019-10-03 16:37 ` voidlinux-github
2019-10-03 16:50 ` voidlinux-github
2019-10-03 22:42 ` voidlinux-github
2019-10-04 22:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 22:09 ` voidlinux-github
2019-10-04 22:10 ` voidlinux-github
2019-10-04 22:10 ` voidlinux-github
2019-10-04 22:11 ` voidlinux-github
2019-10-04 22:11 ` voidlinux-github
2019-10-04 22:12 ` New package: cnping-1.0.0 voidlinux-github
2019-10-04 22:17 ` voidlinux-github
2019-10-07 17:58 ` voidlinux-github
2019-10-08 15:24 ` voidlinux-github
2019-10-08 21:50 ` voidlinux-github
2019-10-12 15:47 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 15:47 ` voidlinux-github
2019-10-14  0:10 ` [PR PATCH] [Merged]: " voidlinux-github

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