Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: peshming-0.2.0
@ 2020-04-06 13:23 jcgruenhage
  2020-04-06 19:13 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-06 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages peshming-0.2.0_1
https://github.com/void-linux/void-packages/pull/20699

New package: peshming-0.2.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peshming-0.2.0_1-20699.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 25e9045ee7db72ed42bd0121e0116fd26a42c78d Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 6 Apr 2020 15:22:09 +0200
Subject: [PATCH] New package: peshming-0.2.0

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

diff --git a/srcpkgs/peshming/INSTALL b/srcpkgs/peshming/INSTALL
new file mode 100644
index 00000000000..9bd34cacb70
--- /dev/null
+++ b/srcpkgs/peshming/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep /usr/bin/peshming
+	;;
+esac
diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template
new file mode 100644
index 00000000000..254915e2336
--- /dev/null
+++ b/srcpkgs/peshming/template
@@ -0,0 +1,17 @@
+# Template file for 'peshming'
+pkgname=peshming
+version=0.2.0
+revision=1
+wrksrc="peshming"
+build_style=cargo
+depends="libcap-progs"
+short_desc="Prometheus exporter for background icmp pings"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/peshming"
+distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
+checksum=3cd762f2d2a7c42bcd354acad1beeb69516c6c2db71ff148f70805204ea917ce
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: peshming-0.2.0
  2020-04-06 13:23 [PR PATCH] New package: peshming-0.2.0 jcgruenhage
@ 2020-04-06 19:13 ` jcgruenhage
  2020-04-06 20:57 ` [PR PATCH] [Updated] New package: peshming-0.2.1 jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-06 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages peshming-0.2.0_1
https://github.com/void-linux/void-packages/pull/20699

New package: peshming-0.2.0
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peshming-0.2.0_1-20699.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 9efd3c0c55a18975d820d9f313a5af029129e7de Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 6 Apr 2020 21:00:32 +0200
Subject: [PATCH] New package: peshming-0.2.1

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

diff --git a/srcpkgs/peshming/INSTALL b/srcpkgs/peshming/INSTALL
new file mode 100644
index 00000000000..9bd34cacb70
--- /dev/null
+++ b/srcpkgs/peshming/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep /usr/bin/peshming
+	;;
+esac
diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template
new file mode 100644
index 00000000000..9b612808cf9
--- /dev/null
+++ b/srcpkgs/peshming/template
@@ -0,0 +1,17 @@
+# Template file for 'peshming'
+pkgname=peshming
+version=0.2.1
+revision=1
+wrksrc="peshming"
+build_style=cargo
+depends="libcap-progs"
+short_desc="Prometheus exporter for background icmp pings"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/peshming"
+distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
+checksum=ccec23aa7deb60a39ce73d99dcd6edd438e46cbe8bc09e1a5dfe8830dad754d6
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: peshming-0.2.1
  2020-04-06 13:23 [PR PATCH] New package: peshming-0.2.0 jcgruenhage
  2020-04-06 19:13 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-04-06 20:57 ` jcgruenhage
  2020-04-08 10:06 ` [PR PATCH] [Updated] New package: peshming-0.2.2 jcgruenhage
  2020-04-11  8:14 ` [PR PATCH] [Closed]: New package: peshming-0.2.3 the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-06 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages peshming-0.2.0_1
https://github.com/void-linux/void-packages/pull/20699

New package: peshming-0.2.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peshming-0.2.0_1-20699.patch --]
[-- Type: text/x-diff, Size: 1462 bytes --]

From 2054a36866bd3995f7018bfd78e7d9d7a849b6fc Mon Sep 17 00:00:00 2001
From: Jan Christian Gr??nhage <jan.christian@gruenhage.xyz>
Date: Mon, 6 Apr 2020 22:56:18 +0200
Subject: [PATCH] New package: peshming-0.2.2

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

diff --git a/srcpkgs/peshming/INSTALL b/srcpkgs/peshming/INSTALL
new file mode 100644
index 00000000000..9bd34cacb70
--- /dev/null
+++ b/srcpkgs/peshming/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep /usr/bin/peshming
+	;;
+esac
diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template
new file mode 100644
index 00000000000..c0dc9cf2707
--- /dev/null
+++ b/srcpkgs/peshming/template
@@ -0,0 +1,19 @@
+# Template file for 'peshming'
+pkgname=peshming
+version=0.2.2
+revision=1
+wrksrc="peshming"
+build_style=cargo
+depends="libcap-progs"
+short_desc="Prometheus exporter for background icmp pings"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/peshming"
+distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
+checksum=22c01403e826901cc787edd0b20652357266fa151bbcb7f055cf427bcb4d0733
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vsconf config.toml.sample
+}

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

* Re: [PR PATCH] [Updated] New package: peshming-0.2.2
  2020-04-06 13:23 [PR PATCH] New package: peshming-0.2.0 jcgruenhage
  2020-04-06 19:13 ` [PR PATCH] [Updated] " jcgruenhage
  2020-04-06 20:57 ` [PR PATCH] [Updated] New package: peshming-0.2.1 jcgruenhage
@ 2020-04-08 10:06 ` jcgruenhage
  2020-04-11  8:14 ` [PR PATCH] [Closed]: New package: peshming-0.2.3 the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-08 10:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages peshming-0.2.0_1
https://github.com/void-linux/void-packages/pull/20699

New package: peshming-0.2.2
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-peshming-0.2.0_1-20699.patch --]
[-- Type: text/x-diff, Size: 1483 bytes --]

From 2f2b9960698b8799743ae525b82d42d04e2c6e16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 8 Apr 2020 12:05:39 +0200
Subject: [PATCH] New package: peshming-0.2.3

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

diff --git a/srcpkgs/peshming/INSTALL b/srcpkgs/peshming/INSTALL
new file mode 100644
index 00000000000..9bd34cacb70
--- /dev/null
+++ b/srcpkgs/peshming/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap cap_net_raw+ep /usr/bin/peshming
+	;;
+esac
diff --git a/srcpkgs/peshming/template b/srcpkgs/peshming/template
new file mode 100644
index 00000000000..bf30e75a014
--- /dev/null
+++ b/srcpkgs/peshming/template
@@ -0,0 +1,19 @@
+# Template file for 'peshming'
+pkgname=peshming
+version=0.2.3
+revision=1
+wrksrc="peshming"
+build_style=cargo
+depends="libcap-progs"
+short_desc="Prometheus exporter for background icmp pings"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="AGPL-3.0-only"
+homepage="https://git.jcg.re/jcgruenhage/peshming"
+distfiles="https://git.jcg.re/jcgruenhage/peshming/archive/v${version}.tar.gz"
+checksum=491f9a626228d5974ed25ca1ab6fb41e4301d3ecfffde86723a5f4bf96a0d1d7
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vsconf config.toml.sample
+}

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

* Re: [PR PATCH] [Closed]: New package: peshming-0.2.3
  2020-04-06 13:23 [PR PATCH] New package: peshming-0.2.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2020-04-08 10:06 ` [PR PATCH] [Updated] New package: peshming-0.2.2 jcgruenhage
@ 2020-04-11  8:14 ` the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: the-maldridge @ 2020-04-11  8:14 UTC (permalink / raw)
  To: ml

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

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

New package: peshming-0.2.3
https://github.com/void-linux/void-packages/pull/20699

Description:
None

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

end of thread, other threads:[~2020-04-11  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 13:23 [PR PATCH] New package: peshming-0.2.0 jcgruenhage
2020-04-06 19:13 ` [PR PATCH] [Updated] " jcgruenhage
2020-04-06 20:57 ` [PR PATCH] [Updated] New package: peshming-0.2.1 jcgruenhage
2020-04-08 10:06 ` [PR PATCH] [Updated] New package: peshming-0.2.2 jcgruenhage
2020-04-11  8:14 ` [PR PATCH] [Closed]: New package: peshming-0.2.3 the-maldridge

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