Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zonefs-tools-1.2.0
@ 2020-10-09 20:33 ailiop-git
  2021-07-20 20:24 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-09 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages zonefs-tools
https://github.com/void-linux/void-packages/pull/25479

New package: zonefs-tools-1.2.0


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

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

From a4037558867ec556d0a9f15a75ccdc10c4e9e5d3 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 9 Oct 2020 22:32:55 +0200
Subject: [PATCH] New package: zonefs-tools-1.2.0

---
 srcpkgs/zonefs-tools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/zonefs-tools/template

diff --git a/srcpkgs/zonefs-tools/template b/srcpkgs/zonefs-tools/template
new file mode 100644
index 00000000000..68fa5bb59e7
--- /dev/null
+++ b/srcpkgs/zonefs-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'zonefs-tools'
+pkgname=zonefs-tools
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="libblkid-devel"
+short_desc="Zonefs userland tools"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/damien-lemoal/zonefs-tools"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=ef3b9135b23f4056328c23d4dad2130a838c6d45f3410f6281bf9dc4b68bb2d5
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: [PR REVIEW] New package: zonefs-tools-1.2.0
  2020-10-09 20:33 [PR PATCH] New package: zonefs-tools-1.2.0 ailiop-git
@ 2021-07-20 20:24 ` ericonr
  2021-07-20 20:52 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-20 20:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25479#discussion_r673466638

Comment:
1.5.2 is out

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

* Re: [PR PATCH] [Updated] New package: zonefs-tools-1.2.0
  2020-10-09 20:33 [PR PATCH] New package: zonefs-tools-1.2.0 ailiop-git
  2021-07-20 20:24 ` [PR REVIEW] " ericonr
@ 2021-07-20 20:52 ` ailiop-git
  2022-04-20  2:15 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2021-07-20 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages zonefs-tools
https://github.com/void-linux/void-packages/pull/25479

New package: zonefs-tools-1.2.0


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

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

From 42e793f599d225df721a9a00ddc5fe0b9bd17144 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 20 Jul 2021 20:52:02 +0000
Subject: [PATCH] New package: zonefs-tools-1.5.2

---
 srcpkgs/zonefs-tools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/zonefs-tools/template

diff --git a/srcpkgs/zonefs-tools/template b/srcpkgs/zonefs-tools/template
new file mode 100644
index 000000000000..63f86de50de1
--- /dev/null
+++ b/srcpkgs/zonefs-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'zonefs-tools'
+pkgname=zonefs-tools
+version=1.5.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake libtool"
+makedepends="libblkid-devel"
+short_desc="Zonefs userland tools"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/damien-lemoal/zonefs-tools"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=6a4108a2cf752c9a18423986ebc6dffcf92f9d898dc9b0c876d40bf16ed0f8e3
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

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

* Re: New package: zonefs-tools-1.2.0
  2020-10-09 20:33 [PR PATCH] New package: zonefs-tools-1.2.0 ailiop-git
  2021-07-20 20:24 ` [PR REVIEW] " ericonr
  2021-07-20 20:52 ` [PR PATCH] [Updated] " ailiop-git
@ 2022-04-20  2:15 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-04-20  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/25479#issuecomment-1103384957

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: zonefs-tools-1.2.0
  2020-10-09 20:33 [PR PATCH] New package: zonefs-tools-1.2.0 ailiop-git
                   ` (2 preceding siblings ...)
  2022-04-20  2:15 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-04  2:15 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: zonefs-tools-1.2.0
https://github.com/void-linux/void-packages/pull/25479

Description:


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

end of thread, other threads:[~2022-05-04  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:33 [PR PATCH] New package: zonefs-tools-1.2.0 ailiop-git
2021-07-20 20:24 ` [PR REVIEW] " ericonr
2021-07-20 20:52 ` [PR PATCH] [Updated] " ailiop-git
2022-04-20  2:15 ` github-actions
2022-05-04  2:15 ` [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).