Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New pacakge: fienode-1.0
@ 2020-09-27 23:21 znedw
  2020-09-27 23:24 ` [PR PATCH] [Updated] " znedw
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: znedw @ 2020-09-27 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/znedw/void-packages master
https://github.com/void-linux/void-packages/pull/25136

New pacakge: fienode-1.0


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

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

From 4b28eff5c0d735400063260f81231c84a3980aea Mon Sep 17 00:00:00 2001
From: Zach Nedwich <zach@znedw.com>
Date: Mon, 28 Sep 2020 09:20:59 +1000
Subject: [PATCH] New pacakge: fienode-1.0

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

diff --git a/srcpkgs/fienode/template b/srcpkgs/fienode/template
new file mode 100644
index 00000000000..3ae38fb3ee4
--- /dev/null
+++ b/srcpkgs/fienode/template
@@ -0,0 +1,18 @@
+# Template file for 'fienode'
+pkgname=fienode
+version=1.0
+revision=1
+build_style=go
+go_import_path=github.com/pwaller
+go_package="${go_import_path}/fienode"
+hostmakedepends="git"
+short_desc="Discover identical CoW copies"
+maintainer="Zach Nedwich <zach@znedw.com"
+license="MIT"
+homepage="https://github.com/pwaller/fienode"
+distfiles="https://github.com/pwaller/fienode/archive/v1.0.tar.gz"
+checksum=4cc0b80d21b4b2f15d3ed5506749752d28b342064549846f2efe9125f903e480
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New pacakge: fienode-1.0
  2020-09-27 23:21 [PR PATCH] New pacakge: fienode-1.0 znedw
@ 2020-09-27 23:24 ` znedw
  2020-09-28  2:28 ` znedw
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: znedw @ 2020-09-27 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/znedw/void-packages master
https://github.com/void-linux/void-packages/pull/25136

New pacakge: fienode-1.0


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

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

From 24317a46799b44a7dc91a6bba84d16ecbef7f423 Mon Sep 17 00:00:00 2001
From: Zach Nedwich <zach@znedw.com>
Date: Mon, 28 Sep 2020 09:20:59 +1000
Subject: [PATCH] New pacakge: fienode-1.0

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

diff --git a/srcpkgs/fienode/template b/srcpkgs/fienode/template
new file mode 100644
index 00000000000..8f3f3c53242
--- /dev/null
+++ b/srcpkgs/fienode/template
@@ -0,0 +1,18 @@
+# Template file for 'fienode'
+pkgname=fienode
+version=1.0
+revision=1
+build_style=go
+go_import_path=github.com/pwaller
+go_package="${go_import_path}/fienode"
+hostmakedepends="git"
+short_desc="Discover identical CoW copies"
+maintainer="Zach Nedwich <zach@znedw.com>"
+license="MIT"
+homepage="https://github.com/pwaller/fienode"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4cc0b80d21b4b2f15d3ed5506749752d28b342064549846f2efe9125f903e480
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New pacakge: fienode-1.0
  2020-09-27 23:21 [PR PATCH] New pacakge: fienode-1.0 znedw
  2020-09-27 23:24 ` [PR PATCH] [Updated] " znedw
@ 2020-09-28  2:28 ` znedw
  2021-07-20 20:52 ` New package: fienode-1.0 ericonr
  2021-07-20 20:52 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: znedw @ 2020-09-28  2:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/znedw/void-packages master
https://github.com/void-linux/void-packages/pull/25136

New pacakge: fienode-1.0


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

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

From 7026943bcde6473d02fc504905bf912e69717c07 Mon Sep 17 00:00:00 2001
From: Zach Nedwich <zach@znedw.com>
Date: Mon, 28 Sep 2020 09:20:59 +1000
Subject: [PATCH] New package: fienode-1.0

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

diff --git a/srcpkgs/fienode/template b/srcpkgs/fienode/template
new file mode 100644
index 00000000000..8f3f3c53242
--- /dev/null
+++ b/srcpkgs/fienode/template
@@ -0,0 +1,18 @@
+# Template file for 'fienode'
+pkgname=fienode
+version=1.0
+revision=1
+build_style=go
+go_import_path=github.com/pwaller
+go_package="${go_import_path}/fienode"
+hostmakedepends="git"
+short_desc="Discover identical CoW copies"
+maintainer="Zach Nedwich <zach@znedw.com>"
+license="MIT"
+homepage="https://github.com/pwaller/fienode"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4cc0b80d21b4b2f15d3ed5506749752d28b342064549846f2efe9125f903e480
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: fienode-1.0
  2020-09-27 23:21 [PR PATCH] New pacakge: fienode-1.0 znedw
  2020-09-27 23:24 ` [PR PATCH] [Updated] " znedw
  2020-09-28  2:28 ` znedw
@ 2021-07-20 20:52 ` ericonr
  2021-07-20 20:52 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-20 20:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25136#issuecomment-883700537

Comment:
Weird PR title?

https://github.com/dertuxmalwieder/yaydl#non-features makes this yet another youtube downloader that doesn't fulfill most of the requirements for one. Closing.

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

* Re: [PR PATCH] [Closed]: New package: fienode-1.0
  2020-09-27 23:21 [PR PATCH] New pacakge: fienode-1.0 znedw
                   ` (2 preceding siblings ...)
  2021-07-20 20:52 ` New package: fienode-1.0 ericonr
@ 2021-07-20 20:52 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-20 20:52 UTC (permalink / raw)
  To: ml

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

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

New package: fienode-1.0
https://github.com/void-linux/void-packages/pull/25136

Description:


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

end of thread, other threads:[~2021-07-20 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 23:21 [PR PATCH] New pacakge: fienode-1.0 znedw
2020-09-27 23:24 ` [PR PATCH] [Updated] " znedw
2020-09-28  2:28 ` znedw
2021-07-20 20:52 ` New package: fienode-1.0 ericonr
2021-07-20 20:52 ` [PR PATCH] [Closed]: " ericonr

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