Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tea-0.8.0
@ 2022-03-05  1:25 chili-b
  2022-03-05  1:28 ` [PR PATCH] [Updated] " chili-b
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: chili-b @ 2022-03-05  1:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ff5b991729a5dd7ec9dd9dd953aca69b97231be5 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..0c6bb6bb8efc
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,17 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+hostmakedepends=""
+makedepends=""
+depends="git"
+short_desc="command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
@ 2022-03-05  1:28 ` chili-b
  2022-03-05  1:28 ` chili-b
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05  1:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 785c75cd325ffcfcdde6351f7967e3b297244a65 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..0aebb36c0ce2
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,21 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+hostmakedepends=""
+makedepends=""
+depends="git"
+short_desc="command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+    vlicense LICENSE
+}

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

* Re: New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
  2022-03-05  1:28 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05  1:28 ` chili-b
  2022-03-05  1:32 ` [PR PATCH] [Updated] " chili-b
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05  1:28 UTC (permalink / raw)
  To: ml

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

New comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#issuecomment-1059641284

Comment:
This command line tool is essentially the Gitea equivalent of GitHub's "hub" utility. Since void packages gitea, it seems appropriate to package this as well.

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
  2022-03-05  1:28 ` [PR PATCH] [Updated] " chili-b
  2022-03-05  1:28 ` chili-b
@ 2022-03-05  1:32 ` chili-b
  2022-03-05  1:49 ` chili-b
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05  1:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 06bea2b75948935b1252703ade3164b8cd5233eb Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..f8ee323d7e59
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (2 preceding siblings ...)
  2022-03-05  1:32 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05  1:49 ` chili-b
  2022-03-05 10:33 ` [PR REVIEW] " paper42
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05  1:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From d5ebdc0746a2c8ee9422a185e0fd55a89e717196 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..f529827f7c5b
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (3 preceding siblings ...)
  2022-03-05  1:49 ` chili-b
@ 2022-03-05 10:33 ` paper42
  2022-03-05 16:32 ` [PR PATCH] [Updated] " chili-b
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-03-05 10:33 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820080470

Comment:
```suggestion
changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (4 preceding siblings ...)
  2022-03-05 10:33 ` [PR REVIEW] " paper42
@ 2022-03-05 16:32 ` chili-b
  2022-03-05 16:34 ` [PR REVIEW] " chili-b
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From f7e55924c8f912732c0bb91670a20fde99d0dc3f Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..176354c3c247
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/raw/tag/v${version}/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (5 preceding siblings ...)
  2022-03-05 16:32 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05 16:34 ` chili-b
  2022-03-05 16:35 ` [PR PATCH] [Updated] " chili-b
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 16:34 UTC (permalink / raw)
  To: ml

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

New review comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820123658

Comment:
Done. I also changed it from the master branch to a tagged version.

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (6 preceding siblings ...)
  2022-03-05 16:34 ` [PR REVIEW] " chili-b
@ 2022-03-05 16:35 ` chili-b
  2022-03-05 17:02 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From c2152ff946f33c4aaf4032c2c580b9f87f065e09 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..176354c3c247
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/raw/tag/v${version}/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (7 preceding siblings ...)
  2022-03-05 16:35 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05 17:02 ` paper42
  2022-03-05 17:20 ` [PR PATCH] [Updated] " chili-b
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-03-05 17:02 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820126406

Comment:
I would keep it at master, it's nicer because people can just click on the link in browser and they seem to merge all changelog changes back to master.

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (8 preceding siblings ...)
  2022-03-05 17:02 ` [PR REVIEW] " paper42
@ 2022-03-05 17:20 ` chili-b
  2022-03-05 17:21 ` [PR REVIEW] " chili-b
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From fbdac923c8abbc3664aef5651948b93f6efe9f1a Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..f529827f7c5b
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/src/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (9 preceding siblings ...)
  2022-03-05 17:20 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05 17:21 ` chili-b
  2022-03-05 17:29 ` paper42
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 17:21 UTC (permalink / raw)
  To: ml

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

New review comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820128351

Comment:
> I would keep it at master

I changed it back.


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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (10 preceding siblings ...)
  2022-03-05 17:21 ` [PR REVIEW] " chili-b
@ 2022-03-05 17:29 ` paper42
  2022-03-05 18:07 ` [PR PATCH] [Updated] " chili-b
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-03-05 17:29 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820129157

Comment:
don't forget to link to the raw changelog

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (11 preceding siblings ...)
  2022-03-05 17:29 ` paper42
@ 2022-03-05 18:07 ` chili-b
  2022-03-05 18:07 ` [PR REVIEW] " chili-b
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 5286e6742923db90ef520fbe5f1086275ce3924d Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..8eaa729eaa5d
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.io"
+changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (12 preceding siblings ...)
  2022-03-05 18:07 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-05 18:07 ` chili-b
  2022-03-08 14:10 ` paper42
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-05 18:07 UTC (permalink / raw)
  To: ml

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

New review comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r820132704

Comment:
Okay, I've fixed it for real this time.

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (13 preceding siblings ...)
  2022-03-05 18:07 ` [PR REVIEW] " chili-b
@ 2022-03-08 14:10 ` paper42
  2022-03-18 22:48 ` [PR PATCH] [Updated] " chili-b
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-03-08 14:10 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r821699020

Comment:
```suggestion
homepage=="https://gitea.com/gitea/tea"
```

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (14 preceding siblings ...)
  2022-03-08 14:10 ` paper42
@ 2022-03-18 22:48 ` chili-b
  2022-03-18 22:48 ` [PR REVIEW] " chili-b
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-18 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From a63bbf8bcb14385c5919e8b334ddd2ebc2672fbf Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..5b01c790341f
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.com/gitea/tea"
+changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (15 preceding siblings ...)
  2022-03-18 22:48 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-18 22:48 ` chili-b
  2022-03-18 22:49 ` [PR PATCH] [Updated] " chili-b
  2022-03-19 10:00 ` [PR PATCH] [Merged]: " paper42
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-18 22:48 UTC (permalink / raw)
  To: ml

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

New review comment by chili-b on void-packages repository

https://github.com/void-linux/void-packages/pull/35975#discussion_r830392844

Comment:
done

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

* Re: [PR PATCH] [Updated] New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (16 preceding siblings ...)
  2022-03-18 22:48 ` [PR REVIEW] " chili-b
@ 2022-03-18 22:49 ` chili-b
  2022-03-19 10:00 ` [PR PATCH] [Merged]: " paper42
  18 siblings, 0 replies; 20+ messages in thread
From: chili-b @ 2022-03-18 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chili-b/void-packages tea
https://github.com/void-linux/void-packages/pull/35975

New package: tea-0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 6ec8d0b856a8e1b96e38ebf3f8fde07cf70d2ce0 Mon Sep 17 00:00:00 2001
From: chili-b <dexter.gaonshatford@gmail.com>
Date: Fri, 4 Mar 2022 19:16:42 -0500
Subject: [PATCH] New package: tea-0.8.0

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

diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template
new file mode 100644
index 000000000000..5b01c790341f
--- /dev/null
+++ b/srcpkgs/tea/template
@@ -0,0 +1,19 @@
+# Template file for 'tea'
+pkgname=tea
+version=0.8.0
+revision=1
+wrksrc=$pkgname
+build_style=go
+go_import_path=code.gitea.io/tea
+depends="git"
+short_desc="Command line tool to interact with Gitea"
+maintainer="chili-b <dexter.gaonshatford@gmail.com>"
+license="MIT"
+homepage="https://gitea.com/gitea/tea"
+changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
+distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
+checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: tea-0.8.0
  2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
                   ` (17 preceding siblings ...)
  2022-03-18 22:49 ` [PR PATCH] [Updated] " chili-b
@ 2022-03-19 10:00 ` paper42
  18 siblings, 0 replies; 20+ messages in thread
From: paper42 @ 2022-03-19 10:00 UTC (permalink / raw)
  To: ml

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

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

New package: tea-0.8.0
https://github.com/void-linux/void-packages/pull/35975

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

end of thread, other threads:[~2022-03-19 10:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05  1:25 [PR PATCH] New package: tea-0.8.0 chili-b
2022-03-05  1:28 ` [PR PATCH] [Updated] " chili-b
2022-03-05  1:28 ` chili-b
2022-03-05  1:32 ` [PR PATCH] [Updated] " chili-b
2022-03-05  1:49 ` chili-b
2022-03-05 10:33 ` [PR REVIEW] " paper42
2022-03-05 16:32 ` [PR PATCH] [Updated] " chili-b
2022-03-05 16:34 ` [PR REVIEW] " chili-b
2022-03-05 16:35 ` [PR PATCH] [Updated] " chili-b
2022-03-05 17:02 ` [PR REVIEW] " paper42
2022-03-05 17:20 ` [PR PATCH] [Updated] " chili-b
2022-03-05 17:21 ` [PR REVIEW] " chili-b
2022-03-05 17:29 ` paper42
2022-03-05 18:07 ` [PR PATCH] [Updated] " chili-b
2022-03-05 18:07 ` [PR REVIEW] " chili-b
2022-03-08 14:10 ` paper42
2022-03-18 22:48 ` [PR PATCH] [Updated] " chili-b
2022-03-18 22:48 ` [PR REVIEW] " chili-b
2022-03-18 22:49 ` [PR PATCH] [Updated] " chili-b
2022-03-19 10:00 ` [PR PATCH] [Merged]: " paper42

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