Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: comfy-0.5.4
@ 2021-04-27 14:35 dacousb
  2021-04-27 14:36 ` [PR REVIEW] " abenson
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: dacousb @ 2021-04-27 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dacousb/void-packages master
https://github.com/void-linux/void-packages/pull/30548

New package: comfy-0.5.4
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:30:03 +0200
Subject: [PATCH] New package: comfy-0.5.4

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

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
new file mode 100644
index 000000000000..f89e6ef0f512
--- /dev/null
+++ b/srcpkgs/comfy/template
@@ -0,0 +1,15 @@
+# Template file for 'comfy'
+pkgname=comfy
+version=0.5.4
+revision=1
+build_style=cargo
+short_desc="Comfy is a flexible command script manager / runner written in Rust"
+maintainer="daCoUSB <usbdaco@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dacousb/comfy"
+distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
@ 2021-04-27 14:36 ` abenson
  2021-04-27 14:40 ` [PR PATCH] [Updated] " dacousb
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: abenson @ 2021-04-27 14:36 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#discussion_r621272215

Comment:
Drop the "Comfy is a" and just start it like "Flexible command..." 

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

* Re: [PR PATCH] [Updated] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
  2021-04-27 14:36 ` [PR REVIEW] " abenson
@ 2021-04-27 14:40 ` dacousb
  2021-04-27 15:19 ` [PR REVIEW] " dacousb
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-04-27 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dacousb/void-packages master
https://github.com/void-linux/void-packages/pull/30548

New package: comfy-0.5.4
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:30:03 +0200
Subject: [PATCH 1/2] New package: comfy-0.5.4

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

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
new file mode 100644
index 000000000000..f89e6ef0f512
--- /dev/null
+++ b/srcpkgs/comfy/template
@@ -0,0 +1,15 @@
+# Template file for 'comfy'
+pkgname=comfy
+version=0.5.4
+revision=1
+build_style=cargo
+short_desc="Comfy is a flexible command script manager / runner written in Rust"
+maintainer="daCoUSB <usbdaco@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dacousb/comfy"
+distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+
+post_install() {
+	vlicense LICENSE
+}

From a570c837cc06180ea5d620f99b4a0edaabd89d9b Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:40:40 +0200
Subject: [PATCH 2/2] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index f89e6ef0f512..231fbc7abb55 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -3,7 +3,7 @@ pkgname=comfy
 version=0.5.4
 revision=1
 build_style=cargo
-short_desc="Comfy is a flexible command script manager / runner written in Rust"
+short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"

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

* Re: [PR REVIEW] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
  2021-04-27 14:36 ` [PR REVIEW] " abenson
  2021-04-27 14:40 ` [PR PATCH] [Updated] " dacousb
@ 2021-04-27 15:19 ` dacousb
  2021-04-29 15:38 ` [PR PATCH] [Updated] " dacousb
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-04-27 15:19 UTC (permalink / raw)
  To: ml

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

New review comment by dacousb on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#discussion_r621315635

Comment:
Done. Thanks for the tip.

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

* Re: [PR PATCH] [Updated] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (2 preceding siblings ...)
  2021-04-27 15:19 ` [PR REVIEW] " dacousb
@ 2021-04-29 15:38 ` dacousb
  2021-05-01 19:07 ` kawaiiamber
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-04-29 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dacousb/void-packages master
https://github.com/void-linux/void-packages/pull/30548

New package: comfy-0.5.4
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:30:03 +0200
Subject: [PATCH 1/3] New package: comfy-0.5.4

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

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
new file mode 100644
index 000000000000..f89e6ef0f512
--- /dev/null
+++ b/srcpkgs/comfy/template
@@ -0,0 +1,15 @@
+# Template file for 'comfy'
+pkgname=comfy
+version=0.5.4
+revision=1
+build_style=cargo
+short_desc="Comfy is a flexible command script manager / runner written in Rust"
+maintainer="daCoUSB <usbdaco@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dacousb/comfy"
+distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+
+post_install() {
+	vlicense LICENSE
+}

From a570c837cc06180ea5d620f99b4a0edaabd89d9b Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:40:40 +0200
Subject: [PATCH 2/3] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index f89e6ef0f512..231fbc7abb55 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -3,7 +3,7 @@ pkgname=comfy
 version=0.5.4
 revision=1
 build_style=cargo
-short_desc="Comfy is a flexible command script manager / runner written in Rust"
+short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"

From 22f416da4c5a1122c2ed575ef5f31cae0843618d Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Thu, 29 Apr 2021 17:38:54 +0200
Subject: [PATCH 3/3] New package: comfy-0.5.4

- checksum is now valid
---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index 231fbc7abb55..e90990807453 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -8,7 +8,7 @@ maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"
 distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
-checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+checksum=d89c3c4498ecd495bc2211929646b15caf40c77f59d7de26e8a7607d5e0a762c
 
 post_install() {
 	vlicense LICENSE

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (3 preceding siblings ...)
  2021-04-29 15:38 ` [PR PATCH] [Updated] " dacousb
@ 2021-05-01 19:07 ` kawaiiamber
  2021-05-01 19:12 ` [PR REVIEW] " kawaiiamber
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kawaiiamber @ 2021-05-01 19:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-830679820

Comment:
Squash the three commits to one - one commit per package. I recommend using `git commit --amend` for further commits after that.

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

* Re: [PR REVIEW] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (4 preceding siblings ...)
  2021-05-01 19:07 ` kawaiiamber
@ 2021-05-01 19:12 ` kawaiiamber
  2021-05-01 19:22 ` [PR PATCH] [Updated] " dacousb
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kawaiiamber @ 2021-05-01 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#discussion_r624552201

Comment:
Since the homepage is contained in distfiles, `distfiles="${homepage}/archive/v${version}.tar.gz"` might look better.

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

* Re: [PR PATCH] [Updated] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (5 preceding siblings ...)
  2021-05-01 19:12 ` [PR REVIEW] " kawaiiamber
@ 2021-05-01 19:22 ` dacousb
  2021-05-01 20:10 ` kawaiiamber
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-05-01 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dacousb/void-packages master
https://github.com/void-linux/void-packages/pull/30548

New package: comfy-0.5.4
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:30:03 +0200
Subject: [PATCH 1/4] New package: comfy-0.5.4

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

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
new file mode 100644
index 000000000000..f89e6ef0f512
--- /dev/null
+++ b/srcpkgs/comfy/template
@@ -0,0 +1,15 @@
+# Template file for 'comfy'
+pkgname=comfy
+version=0.5.4
+revision=1
+build_style=cargo
+short_desc="Comfy is a flexible command script manager / runner written in Rust"
+maintainer="daCoUSB <usbdaco@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dacousb/comfy"
+distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+
+post_install() {
+	vlicense LICENSE
+}

From a570c837cc06180ea5d620f99b4a0edaabd89d9b Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:40:40 +0200
Subject: [PATCH 2/4] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index f89e6ef0f512..231fbc7abb55 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -3,7 +3,7 @@ pkgname=comfy
 version=0.5.4
 revision=1
 build_style=cargo
-short_desc="Comfy is a flexible command script manager / runner written in Rust"
+short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"

From 22f416da4c5a1122c2ed575ef5f31cae0843618d Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Thu, 29 Apr 2021 17:38:54 +0200
Subject: [PATCH 3/4] New package: comfy-0.5.4

- checksum is now valid
---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index 231fbc7abb55..e90990807453 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -8,7 +8,7 @@ maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"
 distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
-checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+checksum=d89c3c4498ecd495bc2211929646b15caf40c77f59d7de26e8a7607d5e0a762c
 
 post_install() {
 	vlicense LICENSE

From 7c3f81c11b6ef849face439ca6060c6cf8ac596f Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Sat, 1 May 2021 21:22:29 +0200
Subject: [PATCH 4/4] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index e90990807453..82d54ebdcea2 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -7,7 +7,7 @@ short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"
-distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d89c3c4498ecd495bc2211929646b15caf40c77f59d7de26e8a7607d5e0a762c
 
 post_install() {

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (6 preceding siblings ...)
  2021-05-01 19:22 ` [PR PATCH] [Updated] " dacousb
@ 2021-05-01 20:10 ` kawaiiamber
  2021-05-06 18:18 ` dacousb
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kawaiiamber @ 2021-05-01 20:10 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-830687627

Comment:
The four commits still need to be squashed to one to adhere to the one commit per package rule. `git rebase -i HEAD~4`, choose `squash` for the last three, and `git push origin master -f`. Personal recommendation, I might make a branch relating to the package `git checkout -b comfy` and PR from that branch, that's just me though.

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (7 preceding siblings ...)
  2021-05-01 20:10 ` kawaiiamber
@ 2021-05-06 18:18 ` dacousb
  2021-05-06 18:19 ` dacousb
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-05-06 18:18 UTC (permalink / raw)
  To: ml

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

New comment by dacousb on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-833752605

Comment:
> The four commits still need to be squashed to one to adhere to the one commit per package rule. `git rebase -i HEAD~4`, choose `squash` for the last three, and `git push origin master -f`. Personal recommendation, I might make a branch relating to the package `git checkout -b comfy` and PR from that branch, that's just me though.

I've tried and I don't really know why, it does not work. It may be because I've done some changes with GitHub Web. Sorry!

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (8 preceding siblings ...)
  2021-05-06 18:18 ` dacousb
@ 2021-05-06 18:19 ` dacousb
  2021-05-06 18:57 ` [PR PATCH] [Updated] " ericonr
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-05-06 18:19 UTC (permalink / raw)
  To: ml

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

New comment by dacousb on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-833752605

Comment:
> The four commits still need to be squashed to one to adhere to the one commit per package rule. `git rebase -i HEAD~4`, choose `squash` for the last three, and `git push origin master -f`. Personal recommendation, I might make a branch relating to the package `git checkout -b comfy` and PR from that branch, that's just me though.

@kawaiiamber I've tried and I don't really know why, it does not work. It may be because I've done some changes with GitHub Web. Sorry!

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

* Re: [PR PATCH] [Updated] New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (9 preceding siblings ...)
  2021-05-06 18:19 ` dacousb
@ 2021-05-06 18:57 ` ericonr
  2021-05-24 19:13 ` dacousb
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-05-06 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dacousb/void-packages master
https://github.com/void-linux/void-packages/pull/30548

New package: comfy-0.5.4
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

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

From d499afe0b7dbdd2293fa41d63373cbb77b754374 Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:30:03 +0200
Subject: [PATCH 1/4] New package: comfy-0.5.4

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

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
new file mode 100644
index 000000000000..f89e6ef0f512
--- /dev/null
+++ b/srcpkgs/comfy/template
@@ -0,0 +1,15 @@
+# Template file for 'comfy'
+pkgname=comfy
+version=0.5.4
+revision=1
+build_style=cargo
+short_desc="Comfy is a flexible command script manager / runner written in Rust"
+maintainer="daCoUSB <usbdaco@protonmail.com>"
+license="MIT"
+homepage="https://github.com/dacousb/comfy"
+distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+
+post_install() {
+	vlicense LICENSE
+}

From a570c837cc06180ea5d620f99b4a0edaabd89d9b Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Tue, 27 Apr 2021 16:40:40 +0200
Subject: [PATCH 2/4] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index f89e6ef0f512..231fbc7abb55 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -3,7 +3,7 @@ pkgname=comfy
 version=0.5.4
 revision=1
 build_style=cargo
-short_desc="Comfy is a flexible command script manager / runner written in Rust"
+short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"

From 22f416da4c5a1122c2ed575ef5f31cae0843618d Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Thu, 29 Apr 2021 17:38:54 +0200
Subject: [PATCH 3/4] New package: comfy-0.5.4

- checksum is now valid
---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index 231fbc7abb55..e90990807453 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -8,7 +8,7 @@ maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"
 distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
-checksum=fa526258d58f9213a4b5f8a88bc5f2510953200ccdb4446b61aba9012896034c
+checksum=d89c3c4498ecd495bc2211929646b15caf40c77f59d7de26e8a7607d5e0a762c
 
 post_install() {
 	vlicense LICENSE

From 7c3f81c11b6ef849face439ca6060c6cf8ac596f Mon Sep 17 00:00:00 2001
From: daCoUSB <53299044+dacousb@users.noreply.github.com>
Date: Sat, 1 May 2021 21:22:29 +0200
Subject: [PATCH 4/4] New package: comfy-0.5.4

---
 srcpkgs/comfy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/comfy/template b/srcpkgs/comfy/template
index e90990807453..82d54ebdcea2 100644
--- a/srcpkgs/comfy/template
+++ b/srcpkgs/comfy/template
@@ -7,7 +7,7 @@ short_desc="Flexible command script manager / runner written in Rust"
 maintainer="daCoUSB <usbdaco@protonmail.com>"
 license="MIT"
 homepage="https://github.com/dacousb/comfy"
-distfiles="https://github.com/dacousb/comfy/archive/v${version}.tar.gz"
+distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d89c3c4498ecd495bc2211929646b15caf40c77f59d7de26e8a7607d5e0a762c
 
 post_install() {

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (10 preceding siblings ...)
  2021-05-06 18:57 ` [PR PATCH] [Updated] " ericonr
@ 2021-05-24 19:13 ` dacousb
  2021-05-24 19:42 ` kawaiiamber
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-05-24 19:13 UTC (permalink / raw)
  To: ml

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

New comment by dacousb on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-847272854

Comment:
@kawaiiamber oh I'm so sorry, I totally forgot about this... Here it is the error:
![image](https://user-images.githubusercontent.com/53299044/119396243-e79f5680-bcd4-11eb-8189-600dc4d906ac.png)
Thanks in advance!


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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (11 preceding siblings ...)
  2021-05-24 19:13 ` dacousb
@ 2021-05-24 19:42 ` kawaiiamber
  2021-05-24 21:46 ` kawaiiamber
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kawaiiamber @ 2021-05-24 19:42 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-847288214

Comment:
```
git stash
git reset -f
git add srcpkgs/comfy
```

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (12 preceding siblings ...)
  2021-05-24 19:42 ` kawaiiamber
@ 2021-05-24 21:46 ` kawaiiamber
  2021-05-26 14:59 ` dacousb
  2021-06-11 21:23 ` [PR PATCH] [Closed]: " dacousb
  15 siblings, 0 replies; 17+ messages in thread
From: kawaiiamber @ 2021-05-24 21:46 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-847288214

Comment:
```
git stash
git reset
git add srcpkgs/comfy
```

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

* Re: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (13 preceding siblings ...)
  2021-05-24 21:46 ` kawaiiamber
@ 2021-05-26 14:59 ` dacousb
  2021-06-11 21:23 ` [PR PATCH] [Closed]: " dacousb
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-05-26 14:59 UTC (permalink / raw)
  To: ml

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

New comment by dacousb on void-packages repository

https://github.com/void-linux/void-packages/pull/30548#issuecomment-848842828

Comment:
@kawaiiamber still does not work, I'm struggling so hard with this, other repos just work with the rebase... I don't know what to do.

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

* Re: [PR PATCH] [Closed]: New package: comfy-0.5.4
  2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
                   ` (14 preceding siblings ...)
  2021-05-26 14:59 ` dacousb
@ 2021-06-11 21:23 ` dacousb
  15 siblings, 0 replies; 17+ messages in thread
From: dacousb @ 2021-06-11 21:23 UTC (permalink / raw)
  To: ml

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

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

New package: comfy-0.5.4
https://github.com/void-linux/void-packages/pull/30548

Description:
**General**
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

**Have the results of the proposed changes been tested?**
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

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

end of thread, other threads:[~2021-06-11 21:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 14:35 [PR PATCH] New package: comfy-0.5.4 dacousb
2021-04-27 14:36 ` [PR REVIEW] " abenson
2021-04-27 14:40 ` [PR PATCH] [Updated] " dacousb
2021-04-27 15:19 ` [PR REVIEW] " dacousb
2021-04-29 15:38 ` [PR PATCH] [Updated] " dacousb
2021-05-01 19:07 ` kawaiiamber
2021-05-01 19:12 ` [PR REVIEW] " kawaiiamber
2021-05-01 19:22 ` [PR PATCH] [Updated] " dacousb
2021-05-01 20:10 ` kawaiiamber
2021-05-06 18:18 ` dacousb
2021-05-06 18:19 ` dacousb
2021-05-06 18:57 ` [PR PATCH] [Updated] " ericonr
2021-05-24 19:13 ` dacousb
2021-05-24 19:42 ` kawaiiamber
2021-05-24 21:46 ` kawaiiamber
2021-05-26 14:59 ` dacousb
2021-06-11 21:23 ` [PR PATCH] [Closed]: " dacousb

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