Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gping-1.1.0
@ 2020-12-06  9:54 paper42
  2020-12-06 21:18 ` [PR PATCH] [Updated] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2020-12-06  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages new-package-gping
https://github.com/void-linux/void-packages/pull/26985

New package: gping-1.1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-gping-26985.patch --]
[-- Type: text/x-diff, Size: 901 bytes --]

From f0ef52d91b9549a2310dc46d48b15139aa64ad90 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 6 Dec 2020 10:49:49 +0100
Subject: [PATCH] New package: gping-1.1.0

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
new file mode 100644
index 00000000000..2133ce9b262
--- /dev/null
+++ b/srcpkgs/gping/template
@@ -0,0 +1,15 @@
+# Template file for 'gping'
+pkgname=gping
+version=1.1.0
+revision=1
+build_style=cargo
+short_desc="Ping, but with a graph"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/orf/gping/"
+distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
+checksum=a0c6a276d1e2527b11138b0b9c2591762ca4943843ae66d6ce6505e60b22bca0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gping-1.1.0
  2020-12-06  9:54 [PR PATCH] New package: gping-1.1.0 paper42
@ 2020-12-06 21:18 ` paper42
  2021-03-28 22:17 ` New package: gping-1.2.0 Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2020-12-06 21:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages new-package-gping
https://github.com/void-linux/void-packages/pull/26985

New package: gping-1.1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-gping-26985.patch --]
[-- Type: text/x-diff, Size: 901 bytes --]

From a2ca5ca7cf4674b63185cd4ba75adde95e698a9a Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 6 Dec 2020 10:49:49 +0100
Subject: [PATCH] New package: gping-1.2.0

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
new file mode 100644
index 00000000000..18a07e70728
--- /dev/null
+++ b/srcpkgs/gping/template
@@ -0,0 +1,15 @@
+# Template file for 'gping'
+pkgname=gping
+version=1.2.0
+revision=1
+build_style=cargo
+short_desc="Ping, but with a graph"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/orf/gping/"
+distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
+checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gping-1.2.0
  2020-12-06  9:54 [PR PATCH] New package: gping-1.1.0 paper42
  2020-12-06 21:18 ` [PR PATCH] [Updated] " paper42
@ 2021-03-28 22:17 ` Piraty
  2021-03-30 13:22 ` [PR PATCH] [Updated] " paper42
  2021-04-01 15:00 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-03-28 22:17 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/26985#issuecomment-808968285

Comment:
can you please rebase this so we get a recent CI result?

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

* Re: [PR PATCH] [Updated] New package: gping-1.2.0
  2020-12-06  9:54 [PR PATCH] New package: gping-1.1.0 paper42
  2020-12-06 21:18 ` [PR PATCH] [Updated] " paper42
  2021-03-28 22:17 ` New package: gping-1.2.0 Piraty
@ 2021-03-30 13:22 ` paper42
  2021-04-01 15:00 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-03-30 13:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages new-package-gping
https://github.com/void-linux/void-packages/pull/26985

New package: gping-1.2.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-gping-26985.patch --]
[-- Type: text/x-diff, Size: 903 bytes --]

From e087e60e5d2a97a4eb0c9ac99e866d9c26c0f34c Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 6 Dec 2020 10:49:49 +0100
Subject: [PATCH] New package: gping-1.2.0

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

diff --git a/srcpkgs/gping/template b/srcpkgs/gping/template
new file mode 100644
index 000000000000..18a07e70728e
--- /dev/null
+++ b/srcpkgs/gping/template
@@ -0,0 +1,15 @@
+# Template file for 'gping'
+pkgname=gping
+version=1.2.0
+revision=1
+build_style=cargo
+short_desc="Ping, but with a graph"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/orf/gping/"
+distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
+checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: gping-1.2.0
  2020-12-06  9:54 [PR PATCH] New package: gping-1.1.0 paper42
                   ` (2 preceding siblings ...)
  2021-03-30 13:22 ` [PR PATCH] [Updated] " paper42
@ 2021-04-01 15:00 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-04-01 15:00 UTC (permalink / raw)
  To: ml

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

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

New package: gping-1.2.0
https://github.com/void-linux/void-packages/pull/26985

Description:


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

end of thread, other threads:[~2021-04-01 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06  9:54 [PR PATCH] New package: gping-1.1.0 paper42
2020-12-06 21:18 ` [PR PATCH] [Updated] " paper42
2021-03-28 22:17 ` New package: gping-1.2.0 Piraty
2021-03-30 13:22 ` [PR PATCH] [Updated] " paper42
2021-04-01 15:00 ` [PR PATCH] [Merged]: " Piraty

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