Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: act-0.2.17
@ 2020-12-16 20:02 kwshi
  2021-07-20 20:37 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kwshi @ 2020-12-16 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages act
https://github.com/void-linux/void-packages/pull/27203

New package: act-0.2.17


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

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

From 38bceb807e319b50ccfa7b96d658649a937d7c14 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Wed, 16 Dec 2020 12:01:39 -0800
Subject: [PATCH] New package: act-0.2.17

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

diff --git a/srcpkgs/act/template b/srcpkgs/act/template
new file mode 100644
index 00000000000..50061ffd459
--- /dev/null
+++ b/srcpkgs/act/template
@@ -0,0 +1,17 @@
+# Template file for 'act'
+pkgname=act
+version=0.2.17
+revision=1
+build_style=go
+go_import_path="github.com/nektos/act"
+short_desc="Run your GitHub Actions locally"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="MIT"
+homepage="https://github.com/nektos/act"
+changelog="https://github.com/nektos/act/releases"
+distfiles="https://github.com/nektos/act/archive/v${version}.tar.gz"
+checksum=124bfda32da78d38ba9d439a5671228fadb97c636092cdc9c911565bf2614c37
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: act-0.2.17
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
@ 2021-07-20 20:37 ` ericonr
  2021-07-21  1:31 ` [PR PATCH] [Updated] " kwshi
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-07-20 20:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27203#discussion_r673474439

Comment:
0.2.23 is out

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

* Re: [PR PATCH] [Updated] New package: act-0.2.17
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
  2021-07-20 20:37 ` [PR REVIEW] " ericonr
@ 2021-07-21  1:31 ` kwshi
  2021-07-21  1:31 ` [PR REVIEW] " kwshi
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kwshi @ 2021-07-21  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages act
https://github.com/void-linux/void-packages/pull/27203

New package: act-0.2.17
First time submitting a new package, I may be doing a number of things wrong, let me know what needs to be fixed!

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

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

From c7b5b3c51eb407e3f9b177438f57887544a7ce4a Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Wed, 16 Dec 2020 12:01:39 -0800
Subject: [PATCH] New package: act-0.2.23

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

diff --git a/srcpkgs/act/template b/srcpkgs/act/template
new file mode 100644
index 000000000000..531f3eeb6e83
--- /dev/null
+++ b/srcpkgs/act/template
@@ -0,0 +1,17 @@
+# Template file for 'act'
+pkgname=act
+version=0.2.23
+revision=1
+build_style=go
+go_import_path="github.com/nektos/act"
+short_desc="Run your GitHub Actions locally"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="MIT"
+homepage="https://github.com/nektos/act"
+changelog="https://github.com/nektos/act/releases"
+distfiles="https://github.com/nektos/act/archive/v${version}.tar.gz"
+checksum="3f890842758febbf8943b86d954a4aa58c4f99e665413c88ef5ff3a109284b3d"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: act-0.2.17
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
  2021-07-20 20:37 ` [PR REVIEW] " ericonr
  2021-07-21  1:31 ` [PR PATCH] [Updated] " kwshi
@ 2021-07-21  1:31 ` kwshi
  2021-10-17 10:06 ` meator
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kwshi @ 2021-07-21  1:31 UTC (permalink / raw)
  To: ml

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

New review comment by kwshi on void-packages repository

https://github.com/void-linux/void-packages/pull/27203#discussion_r673597239

Comment:
Updated!

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

* Re: New package: act-0.2.17
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
                   ` (2 preceding siblings ...)
  2021-07-21  1:31 ` [PR REVIEW] " kwshi
@ 2021-10-17 10:06 ` meator
  2021-10-17 18:08 ` [PR PATCH] [Updated] " kwshi
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: meator @ 2021-10-17 10:06 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/27203#issuecomment-945085092

Comment:
Hi. 0.2.24 is out. Is this PR still active?

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

* Re: [PR PATCH] [Updated] New package: act-0.2.17
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
                   ` (3 preceding siblings ...)
  2021-10-17 10:06 ` meator
@ 2021-10-17 18:08 ` kwshi
  2021-10-17 18:09 ` New package: act-0.2.24 kwshi
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kwshi @ 2021-10-17 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages act
https://github.com/void-linux/void-packages/pull/27203

New package: act-0.2.17
First time submitting a new package, I may be doing a number of things wrong, let me know what needs to be fixed!

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

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

From 02849a91519fc33fba2e86901195b1d600d66d3b Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Wed, 16 Dec 2020 12:01:39 -0800
Subject: [PATCH] New package: act-0.2.24

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

diff --git a/srcpkgs/act/template b/srcpkgs/act/template
new file mode 100644
index 000000000000..2291259b1236
--- /dev/null
+++ b/srcpkgs/act/template
@@ -0,0 +1,17 @@
+# Template file for 'act'
+pkgname=act
+version=0.2.24
+revision=1
+build_style=go
+go_import_path="github.com/nektos/act"
+short_desc="Run your GitHub Actions locally"
+maintainer="Kye Shi <shi.kye@gmail.com>"
+license="MIT"
+homepage="https://github.com/nektos/act"
+changelog="https://github.com/nektos/act/releases"
+distfiles="https://github.com/nektos/act/archive/v${version}.tar.gz"
+checksum="c6bc09cac52483e175f25d50a262e6b0815789a243a657b6b0c597f048487e0f"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: act-0.2.24
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
                   ` (4 preceding siblings ...)
  2021-10-17 18:08 ` [PR PATCH] [Updated] " kwshi
@ 2021-10-17 18:09 ` kwshi
  2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: kwshi @ 2021-10-17 18:09 UTC (permalink / raw)
  To: ml

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

New comment by kwshi on void-packages repository

https://github.com/void-linux/void-packages/pull/27203#issuecomment-945169420

Comment:
> Hi. 0.2.24 is out. Is this PR still active?

@meator just updated the PR to 0.2.24.  :)

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

* Re: New package: act-0.2.24
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
                   ` (5 preceding siblings ...)
  2021-10-17 18:09 ` New package: act-0.2.24 kwshi
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-01  2:14 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/27203#issuecomment-1114104650

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

* Re: [PR PATCH] [Closed]: New package: act-0.2.24
  2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
                   ` (6 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: act-0.2.24
https://github.com/void-linux/void-packages/pull/27203

Description:
First time submitting a new package, I may be doing a number of things wrong, let me know what needs to be fixed!

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 20:02 [PR PATCH] New package: act-0.2.17 kwshi
2021-07-20 20:37 ` [PR REVIEW] " ericonr
2021-07-21  1:31 ` [PR PATCH] [Updated] " kwshi
2021-07-21  1:31 ` [PR REVIEW] " kwshi
2021-10-17 10:06 ` meator
2021-10-17 18:08 ` [PR PATCH] [Updated] " kwshi
2021-10-17 18:09 ` New package: act-0.2.24 kwshi
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [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).