Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] the-way-0.14.4.
@ 2021-11-19  0:01 jgarte
  2021-11-19  0:04 ` [PR REVIEW] the-way-0.14.4 paper42
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  0:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages the-way
https://github.com/void-linux/void-packages/pull/34141

the-way-0.14.4.
General

    [x] This is a new package and it conforms to the 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

Does it build and run successfully?

    [x] I built this PR locally for my native architecture, (x86_64)


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

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

From ca074305c2b53f18a13f02aa737ce02eef9c1062 Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 18:58:33 -0500
Subject: [PATCH] New package: the-way-0.14.4.

---
 srcpkgs/the-way/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/the-way/template

diff --git a/srcpkgs/the-way/template b/srcpkgs/the-way/template
new file mode 100644
index 000000000000..37d21e9d0acd
--- /dev/null
+++ b/srcpkgs/the-way/template
@@ -0,0 +1,16 @@
+# Template file for 'the-way'
+pkgname=the-way
+version=0.14.4
+revision=1
+archs="i686 x86_64"
+build_style=cargo
+short_desc="Code snippets manager for your terminal"
+maintainer="jgart <jgart@dismail.de>"
+license="MIT"
+homepage="https://github.com/out-of-cheese-error/the-way"
+distfiles="https://github.com/out-of-cheese-error/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=@7ffce9b744ccbc9cdf8c7968f50ce8b580d66d9d40c477d090b6a45aa5560ccd
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
@ 2021-11-19  0:04 ` paper42
  2021-11-19  0:21 ` jgarte
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-11-19  0:04 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752763747

Comment:
could you explain this?

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
  2021-11-19  0:04 ` [PR REVIEW] the-way-0.14.4 paper42
@ 2021-11-19  0:21 ` jgarte
  2021-11-19  0:22 ` jgarte
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  0:21 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752773186

Comment:
I think that was from the xnew template I used.

Maybe we should change xnew upstream to not include that line by default?

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
  2021-11-19  0:04 ` [PR REVIEW] the-way-0.14.4 paper42
  2021-11-19  0:21 ` jgarte
@ 2021-11-19  0:22 ` jgarte
  2021-11-19  0:26 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  0:22 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752773317

Comment:
> could you explain this?

I'm removing it.

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

* Re: [PR PATCH] [Updated] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (2 preceding siblings ...)
  2021-11-19  0:22 ` jgarte
@ 2021-11-19  0:26 ` jgarte
  2021-11-19  1:27 ` [PR REVIEW] the-way-0.14.4 paper42
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages the-way
https://github.com/void-linux/void-packages/pull/34141

the-way-0.14.4.
General

    [x] This is a new package and it conforms to the 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

Does it build and run successfully?

    [x] I built this PR locally for my native architecture, (x86_64)


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

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

From 4ad38a10a70f8408f1be745035b2ffaf84f8c835 Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 18:58:33 -0500
Subject: [PATCH] New package: the-way-0.14.4.

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

diff --git a/srcpkgs/the-way/template b/srcpkgs/the-way/template
new file mode 100644
index 000000000000..0b3116f1fa67
--- /dev/null
+++ b/srcpkgs/the-way/template
@@ -0,0 +1,15 @@
+# Template file for 'the-way'
+pkgname=the-way
+version=0.14.4
+revision=1
+build_style=cargo
+short_desc="Code snippets manager for your terminal"
+maintainer="jgart <jgart@dismail.de>"
+license="MIT"
+homepage="https://github.com/out-of-cheese-error/the-way"
+distfiles="https://github.com/out-of-cheese-error/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=@7ffce9b744ccbc9cdf8c7968f50ce8b580d66d9d40c477d090b6a45aa5560ccd
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (3 preceding siblings ...)
  2021-11-19  0:26 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
@ 2021-11-19  1:27 ` paper42
  2021-11-19  1:27 ` paper42
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-11-19  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752797004

Comment:
```suggestion
distfiles="https://github.com/out-of-cheese-error/the-way/archive/refs/tags/v${version}.tar.gz"
```


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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (4 preceding siblings ...)
  2021-11-19  1:27 ` [PR REVIEW] the-way-0.14.4 paper42
@ 2021-11-19  1:27 ` paper42
  2021-11-19  1:36 ` jgarte
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-11-19  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752796783

Comment:
why are you using content checksum?

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (5 preceding siblings ...)
  2021-11-19  1:27 ` paper42
@ 2021-11-19  1:36 ` jgarte
  2021-11-19  1:37 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  1:36 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752800419

Comment:
Not sure, what should I be using instead?

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

* Re: [PR PATCH] [Updated] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (6 preceding siblings ...)
  2021-11-19  1:36 ` jgarte
@ 2021-11-19  1:37 ` jgarte
  2021-11-19  1:38 ` [PR REVIEW] the-way-0.14.4 jgarte
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  1:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages the-way
https://github.com/void-linux/void-packages/pull/34141

the-way-0.14.4.
General

    [x] This is a new package and it conforms to the 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

Does it build and run successfully?

    [x] I built this PR locally for my native architecture, (x86_64)


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

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

From f93d145f1e37b34bc305092a1d60b18e8bd9f7ed Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 18:58:33 -0500
Subject: [PATCH] New package: the-way-0.14.4.

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

diff --git a/srcpkgs/the-way/template b/srcpkgs/the-way/template
new file mode 100644
index 000000000000..17788e5bbb98
--- /dev/null
+++ b/srcpkgs/the-way/template
@@ -0,0 +1,15 @@
+# Template file for 'the-way'
+pkgname=the-way
+version=0.14.4
+revision=1
+build_style=cargo
+short_desc="Code snippets manager for your terminal"
+maintainer="jgart <jgart@dismail.de>"
+license="MIT"
+homepage="https://github.com/out-of-cheese-error/the-way"
+distfiles="https://github.com/out-of-cheese-error/the-way/archive/refs/tags/v${version}.tar.gz"
+checksum=@7ffce9b744ccbc9cdf8c7968f50ce8b580d66d9d40c477d090b6a45aa5560ccd
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (7 preceding siblings ...)
  2021-11-19  1:37 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
@ 2021-11-19  1:38 ` jgarte
  2021-11-19  1:41 ` jgarte
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  1:38 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752800778

Comment:
I force pushed the changes so resolving this.

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (8 preceding siblings ...)
  2021-11-19  1:38 ` [PR REVIEW] the-way-0.14.4 jgarte
@ 2021-11-19  1:41 ` jgarte
  2021-11-19  1:58 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  1:41 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752800419

Comment:
What is a content checksum technically or how does it differ from other checksums?

Not sure, what should I be using instead?

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

* Re: [PR PATCH] [Updated] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (9 preceding siblings ...)
  2021-11-19  1:41 ` jgarte
@ 2021-11-19  1:58 ` jgarte
  2021-11-19  2:00 ` [PR REVIEW] the-way-0.14.4 jgarte
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages the-way
https://github.com/void-linux/void-packages/pull/34141

the-way-0.14.4.
General

    [x] This is a new package and it conforms to the 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

Does it build and run successfully?

    [x] I built this PR locally for my native architecture, (x86_64)


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

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

From f93d145f1e37b34bc305092a1d60b18e8bd9f7ed Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 18:58:33 -0500
Subject: [PATCH] New package: the-way-0.14.4.

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

diff --git a/srcpkgs/the-way/template b/srcpkgs/the-way/template
new file mode 100644
index 000000000000..17788e5bbb98
--- /dev/null
+++ b/srcpkgs/the-way/template
@@ -0,0 +1,15 @@
+# Template file for 'the-way'
+pkgname=the-way
+version=0.14.4
+revision=1
+build_style=cargo
+short_desc="Code snippets manager for your terminal"
+maintainer="jgart <jgart@dismail.de>"
+license="MIT"
+homepage="https://github.com/out-of-cheese-error/the-way"
+distfiles="https://github.com/out-of-cheese-error/the-way/archive/refs/tags/v${version}.tar.gz"
+checksum=@7ffce9b744ccbc9cdf8c7968f50ce8b580d66d9d40c477d090b6a45aa5560ccd
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (10 preceding siblings ...)
  2021-11-19  1:58 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
@ 2021-11-19  2:00 ` jgarte
  2022-06-14  2:14 ` New package: the-way-0.14.4 github-actions
  2022-06-28  2:15 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: jgarte @ 2021-11-19  2:00 UTC (permalink / raw)
  To: ml

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

New review comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34141#discussion_r752809300

Comment:
I just pushed the non content checksum so I'm resolving this conversation.

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

* Re: New package: the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (11 preceding siblings ...)
  2021-11-19  2:00 ` [PR REVIEW] the-way-0.14.4 jgarte
@ 2022-06-14  2:14 ` github-actions
  2022-06-28  2:15 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-06-14  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/34141#issuecomment-1154633245

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

* Re: [PR PATCH] [Closed]: New package: the-way-0.14.4.
  2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
                   ` (12 preceding siblings ...)
  2022-06-14  2:14 ` New package: the-way-0.14.4 github-actions
@ 2022-06-28  2:15 ` github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-06-28  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: the-way-0.14.4.
https://github.com/void-linux/void-packages/pull/34141

Description:
Home page: https://github.com/out-of-cheese-error/the-way

General

    [x] This is a new package and it conforms to the 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

Does it build and run successfully?

    [x] I built this PR locally for my native architecture, (x86_64)


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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19  0:01 [PR PATCH] the-way-0.14.4 jgarte
2021-11-19  0:04 ` [PR REVIEW] the-way-0.14.4 paper42
2021-11-19  0:21 ` jgarte
2021-11-19  0:22 ` jgarte
2021-11-19  0:26 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
2021-11-19  1:27 ` [PR REVIEW] the-way-0.14.4 paper42
2021-11-19  1:27 ` paper42
2021-11-19  1:36 ` jgarte
2021-11-19  1:37 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
2021-11-19  1:38 ` [PR REVIEW] the-way-0.14.4 jgarte
2021-11-19  1:41 ` jgarte
2021-11-19  1:58 ` [PR PATCH] [Updated] the-way-0.14.4 jgarte
2021-11-19  2:00 ` [PR REVIEW] the-way-0.14.4 jgarte
2022-06-14  2:14 ` New package: the-way-0.14.4 github-actions
2022-06-28  2:15 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).