Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gama-1.0.4
@ 2024-01-08 14:30 zen0bit
  2024-01-08 22:19 ` [PR PATCH] [Updated] " zen0bit
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: zen0bit @ 2024-01-08 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 3af7554a66867ec47a47e500ec68afc3d7b73e87 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.0.4

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..a52520835c9ff
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,23 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.0.4
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=go
+go_import_path="github.com/termkit/gama"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+#depends=""
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+#changelog=""
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=a8862713d0c01c5e02dc41c245352db83806e21902066638d44b37eff95e61ff

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.4
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
@ 2024-01-08 22:19 ` zen0bit
  2024-01-09  0:04 ` zen0bit
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-08 22:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 4466afd397249abf95e6d8c5b4cc816bcf464fb3 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.0.4

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..643422141f3e1
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.0.4
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=a8862713d0c01c5e02dc41c245352db83806e21902066638d44b37eff95e61ff

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

* Re: New package: gama-1.0.4
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
  2024-01-08 22:19 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-09  0:04 ` zen0bit
  2024-01-09  3:57 ` [PR REVIEW] " canack
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-09  0:04 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/48123#issuecomment-1882011287

Comment:
> Remove all commented out variables. Apart from that, I've checked everything and I have not found any other problems. I am unsure whether the repo is GPL-3.0-only or GPL-3.0-or-later because upstream makes no mention of this, but that is a nitpick.

Done
question passed upstream

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

* Re: [PR REVIEW] New package: gama-1.0.4
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
  2024-01-08 22:19 ` [PR PATCH] [Updated] " zen0bit
  2024-01-09  0:04 ` zen0bit
@ 2024-01-09  3:57 ` canack
  2024-01-09  4:30 ` [PR PATCH] [Updated] " zen0bit
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: canack @ 2024-01-09  3:57 UTC (permalink / raw)
  To: ml

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

New review comment by canack on void-packages repository

https://github.com/void-linux/void-packages/pull/48123#discussion_r1445600194

Comment:
Hi, I've released new version. And this version includes new description about license. 📄 
```suggestion
version=1.0.5
```

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.4
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (2 preceding siblings ...)
  2024-01-09  3:57 ` [PR REVIEW] " canack
@ 2024-01-09  4:30 ` zen0bit
  2024-01-09  8:35 ` zen0bit
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-09  4:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 8e81eba7fcd1051b68f2f75539926ca97997da54 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.0.5

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..107547a93bd47
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.0.5
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=b1c5f9e1cd74e62f0414e249a780a0a0f4cab559cceec9c707ef30c7b81f5a7c

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.4
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (3 preceding siblings ...)
  2024-01-09  4:30 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-09  8:35 ` zen0bit
  2024-01-09 10:41 ` New package: gama-1.0.7 meator
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-09  8:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From aece2573c2bcc249c738bf40e7572740605e76e1 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.0.7

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..87e37f82eed32
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.0.7
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=add1cfda08b6c8ef5f9798d352fa1f07c672c595cb167fa18e6d837c48777e42

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

* Re: New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (4 preceding siblings ...)
  2024-01-09  8:35 ` zen0bit
@ 2024-01-09 10:41 ` meator
  2024-01-09 11:08 ` canack
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: meator @ 2024-01-09 10:41 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/48123#issuecomment-1882828211

Comment:
When there is no [mention of "or later", it is GPL-3.0-only](https://www.gnu.org/licenses/identify-licenses-clearly.html) AFAIK. So the previous notice was valid and it was GPL-3.0-only. But the author changed his license making this clear. These two variants are usually differentiated in license comment headers in code itself, but the project doesn't use these.

But I'm not a license expert.

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

* Re: New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (5 preceding siblings ...)
  2024-01-09 10:41 ` New package: gama-1.0.7 meator
@ 2024-01-09 11:08 ` canack
  2024-01-09 22:46 ` [PR PATCH] [Updated] " zen0bit
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: canack @ 2024-01-09 11:08 UTC (permalink / raw)
  To: ml

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

New comment by canack on void-packages repository

https://github.com/void-linux/void-packages/pull/48123#issuecomment-1882871152

Comment:
Thank you very much for the information. I am not very knowledgeable about licenses, and I will pay more attention to this matter in my future programming processes. 👍🏻 

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (6 preceding siblings ...)
  2024-01-09 11:08 ` canack
@ 2024-01-09 22:46 ` zen0bit
  2024-01-25  9:35 ` canack
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-09 22:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.7
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From b33f349175918d60dc7fb86d3cd11661447ed883 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.0.7

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..68db0970bf408
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.0.7
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=add1cfda08b6c8ef5f9798d352fa1f07c672c595cb167fa18e6d837c48777e42

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

* Re: New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (7 preceding siblings ...)
  2024-01-09 22:46 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-25  9:35 ` canack
  2024-01-25 10:36 ` [PR PATCH] [Updated] " zen0bit
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: canack @ 2024-01-25  9:35 UTC (permalink / raw)
  To: ml

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

New comment by canack on void-packages repository

https://github.com/void-linux/void-packages/pull/48123#issuecomment-1909753411

Comment:
Hi 👋🏻 
Gama v1.1.0 has been released : https://github.com/termkit/gama/releases
May you can update the package version 🍀 

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (8 preceding siblings ...)
  2024-01-25  9:35 ` canack
@ 2024-01-25 10:36 ` zen0bit
  2024-01-25 12:20 ` zen0bit
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-25 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.7
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From f659f6116b6b7571cac305b9111004e772a6784c Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.0

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..f5a3473cf9c6b
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.0
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=1b2a254061fd648a5d2a1e381bf6f437d0848b1b05e1ea7a5e32e2d3bd3acc76

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

* Re: [PR PATCH] [Updated] New package: gama-1.0.7
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (9 preceding siblings ...)
  2024-01-25 10:36 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-25 12:20 ` zen0bit
  2024-03-07 17:20 ` [PR PATCH] [Updated] New package: gama-1.1.0 zen0bit
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-01-25 12:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.0.7
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From d35fe67688e7b835b71a33eba1d9eac449042919 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.0

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 0000000000000..f5a3473cf9c6b
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.0
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=1b2a254061fd648a5d2a1e381bf6f437d0848b1b05e1ea7a5e32e2d3bd3acc76

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

* Re: [PR PATCH] [Updated] New package: gama-1.1.0
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (10 preceding siblings ...)
  2024-01-25 12:20 ` zen0bit
@ 2024-03-07 17:20 ` zen0bit
  2024-03-12 20:58 ` [PR PATCH] [Updated] New package: gama-1.1.1 zen0bit
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-03-07 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.1.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From d42e7aabc717f91da4c95918e079f8497978405f Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.1

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 00000000000000..86d14b10385919
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.1
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=093db07e897a8e08fa94439e09282374e2c2abbad4d6c0634a3b247b6ef591d9

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

* Re: [PR PATCH] [Updated] New package: gama-1.1.1
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (11 preceding siblings ...)
  2024-03-07 17:20 ` [PR PATCH] [Updated] New package: gama-1.1.0 zen0bit
@ 2024-03-12 20:58 ` zen0bit
  2024-03-17 14:30 ` [PR PATCH] [Updated] New package: gama-1.1.2 zen0bit
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-03-12 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.1.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 5d1346b7b455c5ad28481128cdb1d29a0b1e6a24 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.2

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 00000000000000..e1cfdf2b8dd083
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.2
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=3d31cbd3566f2e784d1421ef285a4ab18739d878a3af252f0c77947d051acaf9

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

* Re: [PR PATCH] [Updated] New package: gama-1.1.2
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (12 preceding siblings ...)
  2024-03-12 20:58 ` [PR PATCH] [Updated] New package: gama-1.1.1 zen0bit
@ 2024-03-17 14:30 ` zen0bit
  2024-03-18 10:37 ` zen0bit
  2024-03-25  6:33 ` zen0bit
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-03-17 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 365ac4beac99197c5043a9f751d53fcd85fdb192 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.4

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 00000000000000..57f0081b2fe206
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.4
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=bdca58ab25c93a4b13b666d271e36142a9f4b87d7dc3264306e9c8692d252d13

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

* Re: [PR PATCH] [Updated] New package: gama-1.1.2
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (13 preceding siblings ...)
  2024-03-17 14:30 ` [PR PATCH] [Updated] New package: gama-1.1.2 zen0bit
@ 2024-03-18 10:37 ` zen0bit
  2024-03-25  6:33 ` zen0bit
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-03-18 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 113942ace977e9bffce52e342577989a24eabaef Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.4

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 00000000000000..57f0081b2fe206
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.4
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=bdca58ab25c93a4b13b666d271e36142a9f4b87d7dc3264306e9c8692d252d13

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

* Re: [PR PATCH] [Updated] New package: gama-1.1.2
  2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
                   ` (14 preceding siblings ...)
  2024-03-18 10:37 ` zen0bit
@ 2024-03-25  6:33 ` zen0bit
  15 siblings, 0 replies; 17+ messages in thread
From: zen0bit @ 2024-03-25  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR gama
https://github.com/void-linux/void-packages/pull/48123

New package: gama-1.1.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x64 glibc

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

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

From 3c67bc068311904ceb81e96b2684087c9a46d282 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 8 Jan 2024 14:54:16 +0100
Subject: [PATCH] New package: gama-1.1.4

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

diff --git a/srcpkgs/gama/template b/srcpkgs/gama/template
new file mode 100644
index 00000000000000..57f0081b2fe206
--- /dev/null
+++ b/srcpkgs/gama/template
@@ -0,0 +1,12 @@
+# Template file for 'gama'
+pkgname=gama
+version=1.1.4
+revision=1
+build_style=go
+go_import_path="github.com/termkit/gama"
+short_desc="Manage your GitHub Actions from Terminal with great UI"
+maintainer="zenobit <zenobit@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/termkit/gama"
+distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
+checksum=bdca58ab25c93a4b13b666d271e36142a9f4b87d7dc3264306e9c8692d252d13

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

end of thread, other threads:[~2024-03-25  6:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 14:30 [PR PATCH] New package: gama-1.0.4 zen0bit
2024-01-08 22:19 ` [PR PATCH] [Updated] " zen0bit
2024-01-09  0:04 ` zen0bit
2024-01-09  3:57 ` [PR REVIEW] " canack
2024-01-09  4:30 ` [PR PATCH] [Updated] " zen0bit
2024-01-09  8:35 ` zen0bit
2024-01-09 10:41 ` New package: gama-1.0.7 meator
2024-01-09 11:08 ` canack
2024-01-09 22:46 ` [PR PATCH] [Updated] " zen0bit
2024-01-25  9:35 ` canack
2024-01-25 10:36 ` [PR PATCH] [Updated] " zen0bit
2024-01-25 12:20 ` zen0bit
2024-03-07 17:20 ` [PR PATCH] [Updated] New package: gama-1.1.0 zen0bit
2024-03-12 20:58 ` [PR PATCH] [Updated] New package: gama-1.1.1 zen0bit
2024-03-17 14:30 ` [PR PATCH] [Updated] New package: gama-1.1.2 zen0bit
2024-03-18 10:37 ` zen0bit
2024-03-25  6:33 ` zen0bit

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