Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zr-1.0.2
@ 2022-09-15 20:56 strec007
  2022-09-19  7:55 ` [PR REVIEW] " classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: strec007 @ 2022-09-15 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_zr
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

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

From 35261e827e48df3a449394e7050a7071d73c5aa4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 15 Sep 2022 20:50:54 +0000
Subject: [PATCH] New package: zr-1.0.2

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 000000000000..acfca61c7b06
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,13 @@
+# Template file for 'zr'
+pkgname=zr
+version=1.0.2
+revision=1
+build_style=cargo
+hostmakedepends="pkgconf"
+makedepends="openssl-devel"
+short_desc="Quick, simple zsh plugin manager"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MPL-2.0"
+homepage="https://github.com/jedahan/zr"
+distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
+checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

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

* Re: [PR REVIEW] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
@ 2022-09-19  7:55 ` classabbyamp
  2022-09-19  7:55 ` classabbyamp
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-09-19  7:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39307#discussion_r973958471

Comment:
i think most packages use pkg-config not pkgconf. does it specifically need pkgconf?

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

* Re: [PR REVIEW] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
  2022-09-19  7:55 ` [PR REVIEW] " classabbyamp
@ 2022-09-19  7:55 ` classabbyamp
  2022-09-19  8:04 ` [PR PATCH] [Updated] " strec007
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-09-19  7:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39307#discussion_r973959000

Comment:
```suggestion
homepage="https://github.com/jedahan/zr"
changelog="https://raw.githubusercontent.com/jedahan/zr/main/changelog.md"
```

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

* Re: [PR PATCH] [Updated] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
  2022-09-19  7:55 ` [PR REVIEW] " classabbyamp
  2022-09-19  7:55 ` classabbyamp
@ 2022-09-19  8:04 ` strec007
  2022-09-19  8:04 ` strec007
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: strec007 @ 2022-09-19  8:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_zr
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

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

From 35261e827e48df3a449394e7050a7071d73c5aa4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 15 Sep 2022 20:50:54 +0000
Subject: [PATCH 1/2] New package: zr-1.0.2

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 000000000000..acfca61c7b06
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,13 @@
+# Template file for 'zr'
+pkgname=zr
+version=1.0.2
+revision=1
+build_style=cargo
+hostmakedepends="pkgconf"
+makedepends="openssl-devel"
+short_desc="Quick, simple zsh plugin manager"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MPL-2.0"
+homepage="https://github.com/jedahan/zr"
+distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
+checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

From e03b046011139edc0439bb36da54c4bc399127d4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Mon, 19 Sep 2022 08:02:49 +0000
Subject: [PATCH 2/2] fix: pkg-config as hostmakedepend

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
index acfca61c7b06..fa5ab380dc8a 100644
--- a/srcpkgs/zr/template
+++ b/srcpkgs/zr/template
@@ -3,7 +3,7 @@ pkgname=zr
 version=1.0.2
 revision=1
 build_style=cargo
-hostmakedepends="pkgconf"
+hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Quick, simple zsh plugin manager"
 maintainer="Petr Cizmar <xxb0322@xpc.ovh>"

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

* Re: [PR PATCH] [Updated] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (2 preceding siblings ...)
  2022-09-19  8:04 ` [PR PATCH] [Updated] " strec007
@ 2022-09-19  8:04 ` strec007
  2022-09-19  8:23 ` strec007
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: strec007 @ 2022-09-19  8:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_zr
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

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

From 35261e827e48df3a449394e7050a7071d73c5aa4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 15 Sep 2022 20:50:54 +0000
Subject: [PATCH 1/3] New package: zr-1.0.2

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 000000000000..acfca61c7b06
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,13 @@
+# Template file for 'zr'
+pkgname=zr
+version=1.0.2
+revision=1
+build_style=cargo
+hostmakedepends="pkgconf"
+makedepends="openssl-devel"
+short_desc="Quick, simple zsh plugin manager"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MPL-2.0"
+homepage="https://github.com/jedahan/zr"
+distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
+checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

From e03b046011139edc0439bb36da54c4bc399127d4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Mon, 19 Sep 2022 08:02:49 +0000
Subject: [PATCH 2/3] fix: pkg-config as hostmakedepend

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
index acfca61c7b06..fa5ab380dc8a 100644
--- a/srcpkgs/zr/template
+++ b/srcpkgs/zr/template
@@ -3,7 +3,7 @@ pkgname=zr
 version=1.0.2
 revision=1
 build_style=cargo
-hostmakedepends="pkgconf"
+hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Quick, simple zsh plugin manager"
 maintainer="Petr Cizmar <xxb0322@xpc.ovh>"

From d912bd8b052c87914773e16e2d980c1acd716694 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <strec007@users.noreply.github.com>
Date: Mon, 19 Sep 2022 10:04:52 +0200
Subject: [PATCH 3/3] +changelog link

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zr/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
index fa5ab380dc8a..d8109ff178a9 100644
--- a/srcpkgs/zr/template
+++ b/srcpkgs/zr/template
@@ -9,5 +9,6 @@ short_desc="Quick, simple zsh plugin manager"
 maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
 license="MPL-2.0"
 homepage="https://github.com/jedahan/zr"
+changelog="https://raw.githubusercontent.com/jedahan/zr/main/changelog.md"
 distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
 checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

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

* Re: [PR PATCH] [Updated] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (3 preceding siblings ...)
  2022-09-19  8:04 ` strec007
@ 2022-09-19  8:23 ` strec007
  2022-09-19  8:32 ` classabbyamp
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: strec007 @ 2022-09-19  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_zr
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

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

From 84600f741defadf101481d8dda38049a3f29ba63 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 15 Sep 2022 20:50:54 +0000
Subject: [PATCH] New package: zr-1.0.2

fix: pkg-config as hostmakedepend

+changelog link

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zr/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/zr/template

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 000000000000..d8109ff178a9
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,14 @@
+# Template file for 'zr'
+pkgname=zr
+version=1.0.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Quick, simple zsh plugin manager"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MPL-2.0"
+homepage="https://github.com/jedahan/zr"
+changelog="https://raw.githubusercontent.com/jedahan/zr/main/changelog.md"
+distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
+checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

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

* Re: New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (4 preceding siblings ...)
  2022-09-19  8:23 ` strec007
@ 2022-09-19  8:32 ` classabbyamp
  2022-09-19  8:39 ` [PR PATCH] [Updated] " strec007
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-09-19  8:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39307#issuecomment-1250722653

Comment:
can you add the email you used to commit to your github account?

also, the body of the commit can be removed

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

* Re: [PR PATCH] [Updated] New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (5 preceding siblings ...)
  2022-09-19  8:32 ` classabbyamp
@ 2022-09-19  8:39 ` strec007
  2022-09-19  8:49 ` strec007
  2022-10-10  8:17 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: strec007 @ 2022-09-19  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_zr
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

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

From a2203eb4c83dd3b4d25ad1465e6ee2c6041fcd11 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 15 Sep 2022 20:50:54 +0000
Subject: [PATCH] New package: zr-1.0.2

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

diff --git a/srcpkgs/zr/template b/srcpkgs/zr/template
new file mode 100644
index 000000000000..d8109ff178a9
--- /dev/null
+++ b/srcpkgs/zr/template
@@ -0,0 +1,14 @@
+# Template file for 'zr'
+pkgname=zr
+version=1.0.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Quick, simple zsh plugin manager"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MPL-2.0"
+homepage="https://github.com/jedahan/zr"
+changelog="https://raw.githubusercontent.com/jedahan/zr/main/changelog.md"
+distfiles="https://github.com/jedahan/zr/archive/refs/tags/${version}.tar.gz"
+checksum=0c5c6e68aa96014a6aa3407bd332f8909ff5c0fc32104a7e4edd4368719c0fa5

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

* Re: New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (6 preceding siblings ...)
  2022-09-19  8:39 ` [PR PATCH] [Updated] " strec007
@ 2022-09-19  8:49 ` strec007
  2022-10-10  8:17 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: strec007 @ 2022-09-19  8:49 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/39307#issuecomment-1250739931

Comment:
All done.

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

* Re: [PR PATCH] [Merged]: New package: zr-1.0.2
  2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
                   ` (7 preceding siblings ...)
  2022-09-19  8:49 ` strec007
@ 2022-10-10  8:17 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-10-10  8:17 UTC (permalink / raw)
  To: ml

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

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

New package: zr-1.0.2
https://github.com/void-linux/void-packages/pull/39307

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture (amd64)


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

end of thread, other threads:[~2022-10-10  8:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 20:56 [PR PATCH] New package: zr-1.0.2 strec007
2022-09-19  7:55 ` [PR REVIEW] " classabbyamp
2022-09-19  7:55 ` classabbyamp
2022-09-19  8:04 ` [PR PATCH] [Updated] " strec007
2022-09-19  8:04 ` strec007
2022-09-19  8:23 ` strec007
2022-09-19  8:32 ` classabbyamp
2022-09-19  8:39 ` [PR PATCH] [Updated] " strec007
2022-09-19  8:49 ` strec007
2022-10-10  8:17 ` [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).