Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sigi-0.2.0
@ 2021-03-31  9:57 hiljusti
  2021-03-31 11:13 ` New package: sigi-0.2.1 ericonr
                   ` (70 more replies)
  0 siblings, 71 replies; 72+ messages in thread
From: hiljusti @ 2021-03-31  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 6036f3d2852701efe7ccaab5f4ea953f7970b237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..f101fb8b8e15
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.1
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=fa468bd7b7a232559041c2c4fc3c2c131b0458bdceef9731f39004a441424688

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

* Re: New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
@ 2021-03-31 11:13 ` ericonr
  2021-03-31 16:03 ` [PR PATCH] [Updated] " hiljusti
                   ` (69 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ericonr @ 2021-03-31 11:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-810982603

Comment:
The commit message is still outdated, you can use `git commit --ammend` to fix it. Please avoid opening new PRs for the same package, as well: just force push to the PR with the new version.

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
  2021-03-31 11:13 ` New package: sigi-0.2.1 ericonr
@ 2021-03-31 16:03 ` hiljusti
  2021-03-31 16:04 ` hiljusti
                   ` (68 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-03-31 16:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From d84cafeb2eec4d1c71c3ac869854d4d6bcee585f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..f101fb8b8e15
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.1
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=fa468bd7b7a232559041c2c4fc3c2c131b0458bdceef9731f39004a441424688

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

* Re: New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
  2021-03-31 11:13 ` New package: sigi-0.2.1 ericonr
  2021-03-31 16:03 ` [PR PATCH] [Updated] " hiljusti
@ 2021-03-31 16:04 ` hiljusti
  2021-04-02 19:06 ` [PR PATCH] [Updated] " hiljusti
                   ` (67 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-03-31 16:04 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-811182969

Comment:
Thanks! Sorry for the mess, I didn't know I could do that

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (2 preceding siblings ...)
  2021-03-31 16:04 ` hiljusti
@ 2021-04-02 19:06 ` hiljusti
  2021-04-03  3:32 ` hiljusti
                   ` (66 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-02 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From afdbce1ca83c17fff6b032aafe5d573ce1b3a3f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..f101fb8b8e15
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.1
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=fa468bd7b7a232559041c2c4fc3c2c131b0458bdceef9731f39004a441424688

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

* Re: New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (3 preceding siblings ...)
  2021-04-02 19:06 ` [PR PATCH] [Updated] " hiljusti
@ 2021-04-03  3:32 ` hiljusti
  2021-04-03  4:17 ` [PR PATCH] [Updated] " hiljusti
                   ` (65 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-03  3:32 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-812803511

Comment:
I udated the commit message and also rebased once. (I'll rebase again if needed.)

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (4 preceding siblings ...)
  2021-04-03  3:32 ` hiljusti
@ 2021-04-03  4:17 ` hiljusti
  2021-04-08  0:28 ` [PR PATCH] [Updated] New package: sigi-0.2.2 hiljusti
                   ` (64 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-03  4:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 95a90aa79db69f2b13aa146517ec894e506a8af7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.2

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..e35763cda7ce
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.2
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=cf43b744702c24ac42d75c42684edc8cb8721b15dae801b6ae18a6b12467387d

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.2
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (5 preceding siblings ...)
  2021-04-03  4:17 ` [PR PATCH] [Updated] " hiljusti
@ 2021-04-08  0:28 ` hiljusti
  2021-04-15  4:37 ` New package: sigi-0.2.3 cinerea0
                   ` (63 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-08  0:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 2529ce4dceb9968ee2f9c3080b0665f2cd28da8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.3

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..4a5c6ade6613
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.3
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=6a7d13a2adc6ac15b17f74b84dfda237b71440cb6e14e068471d7b7dd5d36473

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

* Re: New package: sigi-0.2.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (6 preceding siblings ...)
  2021-04-08  0:28 ` [PR PATCH] [Updated] New package: sigi-0.2.2 hiljusti
@ 2021-04-15  4:37 ` cinerea0
  2021-04-15  4:38 ` cinerea0
                   ` (62 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: cinerea0 @ 2021-04-15  4:37 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-820088707

Comment:
Small nitpick, but I'd suggest changing your short description from "Sigi is an organizing tool and no-frills stack database" to "Organizing tool and no-frills stack database" to fit with the style of other package short descriptions. Also, you don't need to check off anything under the "Does it build and run successfully?" section or even display it because your PR can be processed through CI in a reasonable amount of time.

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

* Re: New package: sigi-0.2.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (7 preceding siblings ...)
  2021-04-15  4:37 ` New package: sigi-0.2.3 cinerea0
@ 2021-04-15  4:38 ` cinerea0
  2021-04-15  5:00 ` [PR PATCH] [Updated] " hiljusti
                   ` (61 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: cinerea0 @ 2021-04-15  4:38 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-820088707

Comment:
Small nitpick, but I'd suggest changing your short description from "Sigi is an organizing tool and no-frills stack database" to "Organizing tool and no-frills stack database" to fit with the style of other package short descriptions. Also for future reference, you don't need to check off anything under the "Does it build and run successfully?" section or even display it because your PR can be processed through CI in a reasonable amount of time.

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (8 preceding siblings ...)
  2021-04-15  4:38 ` cinerea0
@ 2021-04-15  5:00 ` hiljusti
  2021-04-15  5:02 ` [PR PATCH] [Updated] New package: sigi-0.2.4 hiljusti
                   ` (60 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-15  5:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 6c7fc20629d33e06a8c4416c3955017cd1b823e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.4

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..c7032bacf8e7
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.4
+revision=1
+build_style=cargo
+short_desc="Sigi is an organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=4ea35506f72f650d782b5c0476a95ac76eeb6749f0eddb04b41e41223ead0219

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (9 preceding siblings ...)
  2021-04-15  5:00 ` [PR PATCH] [Updated] " hiljusti
@ 2021-04-15  5:02 ` hiljusti
  2021-04-15  5:03 ` hiljusti
                   ` (59 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-15  5:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From d5e81c1fbbedcc1266e7db4d7dad533cd14127ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.4

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..a1ce07cb04d6
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.4
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=4ea35506f72f650d782b5c0476a95ac76eeb6749f0eddb04b41e41223ead0219

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

* Re: New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (10 preceding siblings ...)
  2021-04-15  5:02 ` [PR PATCH] [Updated] New package: sigi-0.2.4 hiljusti
@ 2021-04-15  5:03 ` hiljusti
  2021-04-17  6:19 ` ericonr
                   ` (58 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-15  5:03 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-820097382

Comment:
Thanks @cinerea0 ! I updated

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

* Re: New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (11 preceding siblings ...)
  2021-04-15  5:03 ` hiljusti
@ 2021-04-17  6:19 ` ericonr
  2021-04-21  3:04 ` hiljusti
                   ` (57 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ericonr @ 2021-04-17  6:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-821775092

Comment:
The template looks ok, but for new packages I'd like to wait a bit, see how both maintenance and interest go.

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

* Re: New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (12 preceding siblings ...)
  2021-04-17  6:19 ` ericonr
@ 2021-04-21  3:04 ` hiljusti
  2021-04-21  3:17 ` hiljusti
                   ` (56 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-21  3:04 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-823743023

Comment:
Thanks @ericonr!

For what it's worth, I'm the developer, and my daily driver is void. I use it to help me organize my life and don't plan to switch to other software.

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

* Re: New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (13 preceding siblings ...)
  2021-04-21  3:04 ` hiljusti
@ 2021-04-21  3:17 ` hiljusti
  2021-04-21  9:52 ` [PR PATCH] [Updated] " hiljusti
                   ` (55 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-21  3:17 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-823743023

Comment:
Thanks @ericonr!

For what it's worth, I'm the developer, and my daily driver is void. I use it to help me organize my life (To over share a little, I'm autistic and absolutely need this kind of tool) and I don't plan to switch to other software.

Because of that, I can guarantee pretty immediate support for void. I'm already updating this PR on every patch release.

My interest in getting it in to void packages is mostly to share, and also partially to make sure I don't have any bugs related to system-level installation. To be fair I can also test this with faked root installs, or adding to nixpkgs or something

I plan to start generating more examples of how to use it over the next couple months. (e.g. medium articles, youtube videos, reddit posts, etc) There's modest interest from experimenters ([350+ downloads from crates.io](https://crates.io/crates/sigi) which is more than just me and automated stuff) but not exactly a thriving community

Anyway, thanks for updating, I totally get the concern. If you think it's too early, I can revisit after confirming there's interest beyond just myself.

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.4
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (14 preceding siblings ...)
  2021-04-21  3:17 ` hiljusti
@ 2021-04-21  9:52 ` hiljusti
  2021-04-29  6:29 ` [PR PATCH] [Updated] New package: sigi-0.2.5 hiljusti
                   ` (54 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-21  9:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From cbd66fd4cbe3f71b5bee50098f53cadb32dab750 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.5

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..89c0025644df
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.5
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=bd9bcbe359135e94746781a18b6bd75d7a2701f3d297543d2eb9adbb90226b35

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.5
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (15 preceding siblings ...)
  2021-04-21  9:52 ` [PR PATCH] [Updated] " hiljusti
@ 2021-04-29  6:29 ` hiljusti
  2021-06-24  5:10 ` [PR PATCH] [Updated] New package: sigi-0.2.7 hiljusti
                   ` (53 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-04-29  6:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.5
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From d6a07091023569b133368ec952b0759018212013 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-0.2.7

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..4384ea520e80
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=0.2.7
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=68fc19d17d41c822399da1d015248e92e934b08271468b212b6b451ff79c2e9d

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.7
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (16 preceding siblings ...)
  2021-04-29  6:29 ` [PR PATCH] [Updated] New package: sigi-0.2.5 hiljusti
@ 2021-06-24  5:10 ` hiljusti
  2021-07-05 23:46 ` hiljusti
                   ` (52 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-06-24  5:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.7
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 941416ec6649b3f63fe2da5a7b2ec97a2ba1154b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-1.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..8a5fc4696d57
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=1.0.1
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=d7a632d2c3f19f76203f38e31d39808c862d0cf6a9471a58c7e9fd95d288cba6

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

* Re: [PR PATCH] [Updated] New package: sigi-0.2.7
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (17 preceding siblings ...)
  2021-06-24  5:10 ` [PR PATCH] [Updated] New package: sigi-0.2.7 hiljusti
@ 2021-07-05 23:46 ` hiljusti
  2021-07-12 19:44 ` [PR PATCH] [Updated] New package: sigi-1.0.1 hiljusti
                   ` (51 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-07-05 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-0.2.7
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 06661fe692b0767a273709fb67a1af3a8c2894ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-1.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..8a5fc4696d57
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=1.0.1
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=d7a632d2c3f19f76203f38e31d39808c862d0cf6a9471a58c7e9fd95d288cba6

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

* Re: [PR PATCH] [Updated] New package: sigi-1.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (18 preceding siblings ...)
  2021-07-05 23:46 ` hiljusti
@ 2021-07-12 19:44 ` hiljusti
  2021-11-26 18:44 ` [PR PATCH] [Updated] New package: sigi-1.1.0 hiljusti
                   ` (50 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-07-12 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-1.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From f7ff6a9adc9f3adc1feca5840f871d2776f39790 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-1.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..0486c54816da
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=1.1.0
+revision=1
+build_style=cargo
+short_desc="Organizing tool and no-frills stack database"
+maintainer="J.R. Hill <hiljusti@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=bf3989f7f373b9d2538ce5cd0defff4974eb34ef

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

* Re: [PR PATCH] [Updated] New package: sigi-1.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (19 preceding siblings ...)
  2021-07-12 19:44 ` [PR PATCH] [Updated] New package: sigi-1.0.1 hiljusti
@ 2021-11-26 18:44 ` hiljusti
  2021-11-26 18:44 ` [PR PATCH] [Closed]: " hiljusti
                   ` (49 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 18:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-1.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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



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

* Re: [PR PATCH] [Closed]: New package: sigi-1.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (20 preceding siblings ...)
  2021-11-26 18:44 ` [PR PATCH] [Updated] New package: sigi-1.1.0 hiljusti
@ 2021-11-26 18:44 ` hiljusti
  2021-11-26 19:26 ` [PR PATCH] [Updated] New package: sigi-2.0.1 hiljusti
                   ` (48 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 18:44 UTC (permalink / raw)
  To: ml

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

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

New package: sigi-1.1.0
https://github.com/void-linux/void-packages/pull/29907

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

* Re: [PR PATCH] [Updated] New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (21 preceding siblings ...)
  2021-11-26 18:44 ` [PR PATCH] [Closed]: " hiljusti
@ 2021-11-26 19:26 ` hiljusti
  2021-11-26 19:39 ` hiljusti
                   ` (47 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 3e14d8f250302388d2d5a91356ea3ffaab83a03f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..9f546e6df589
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.0.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for managing tasks, to-do lists, and other notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=8b645aaf95b6ebcc1265c337170a10f31293aeb301f212962a578ead6ebaf800

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

* Re: New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (22 preceding siblings ...)
  2021-11-26 19:26 ` [PR PATCH] [Updated] New package: sigi-2.0.1 hiljusti
@ 2021-11-26 19:39 ` hiljusti
  2021-11-26 19:39 ` hiljusti
                   ` (46 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 19:39 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-980354328

Comment:
@ericonr As far as maintenance/interest, I think both are going pretty well here?

- I've gotten past two major version bumps (including backwards compat migration tools)
- Downloads of Sigi are up to 800 (from 350 back in April). I'm not advertising it, so this is just Rust folks who are finding it organically in crates.io and giving it a shot (or updating)
- I've also started getting (and responding to) issues on the project.

I know "TO DO list" is a pretty basic idea, and there's [plenty of other implementations](https://github.com/hiljusti/sigi/blob/core/NOTES.md). That said, Sigi strikes a really good balance between being simple, scriptable, and useful when compared to other tools.

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

* Re: New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (23 preceding siblings ...)
  2021-11-26 19:39 ` hiljusti
@ 2021-11-26 19:39 ` hiljusti
  2021-11-26 19:40 ` hiljusti
                   ` (45 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 19:39 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-980354328

Comment:
@ericonr As far as maintenance/interest, I think both are going pretty well here?

- I've gotten past two major version bumps (including automatic backwards compatibility)
- Downloads of Sigi are up to 800 (from 350 back in April). I'm not advertising it, so this is just Rust folks who are finding it organically in crates.io and giving it a shot (or updating)
- I've also started getting (and responding to) issues on the project.

I know "TO DO list" is a pretty basic idea, and there's [plenty of other implementations](https://github.com/hiljusti/sigi/blob/core/NOTES.md). That said, Sigi strikes a really good balance between being simple, scriptable, and useful when compared to other tools.

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

* Re: New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (24 preceding siblings ...)
  2021-11-26 19:39 ` hiljusti
@ 2021-11-26 19:40 ` hiljusti
  2021-11-29  1:38 ` [PR PATCH] [Updated] " hiljusti
                   ` (44 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-26 19:40 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-980354328

Comment:
@ericonr As far as maintenance/interest, I think both are going pretty well here?

- I've gotten past two major version bumps (including automatic backwards compatibility)
- Downloads of Sigi are up to 800 (from 350 back in April). I'm not advertising it, so this is just Rust devs who are finding it organically in crates.io and giving it a shot (or updating)
- I've also started getting (and responding to) issues on the project.

I know "TO DO list" is a pretty basic idea, and there are [plenty of other implementations](https://github.com/hiljusti/sigi/blob/core/NOTES.md). That said, Sigi strikes a really good balance between being simple, scriptable, and useful when compared to other tools.

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

* Re: [PR PATCH] [Updated] New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (25 preceding siblings ...)
  2021-11-26 19:40 ` hiljusti
@ 2021-11-29  1:38 ` hiljusti
  2021-11-29  1:39 ` hiljusti
                   ` (43 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-29  1:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From e75582b364c2031790c1990b895d2c7482aec912 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..b2c6cd664f26
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.0.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=8b645aaf95b6ebcc1265c337170a10f31293aeb301f212962a578ead6ebaf800

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

* Re: New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (26 preceding siblings ...)
  2021-11-29  1:38 ` [PR PATCH] [Updated] " hiljusti
@ 2021-11-29  1:39 ` hiljusti
  2021-11-29  5:55 ` [PR PATCH] [Updated] " hiljusti
                   ` (42 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-29  1:39 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-981218855

Comment:
Fixed lint failure (The description was longer than 72 chars)

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

* Re: [PR PATCH] [Updated] New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (27 preceding siblings ...)
  2021-11-29  1:39 ` hiljusti
@ 2021-11-29  5:55 ` hiljusti
  2021-11-30 18:38 ` hiljusti
                   ` (41 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-29  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 9e93ad952a5cb336daaa53e4c115f0f7b0d777e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..b2c6cd664f26
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.0.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=8b645aaf95b6ebcc1265c337170a10f31293aeb301f212962a578ead6ebaf800

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

* Re: [PR PATCH] [Updated] New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (28 preceding siblings ...)
  2021-11-29  5:55 ` [PR PATCH] [Updated] " hiljusti
@ 2021-11-30 18:38 ` hiljusti
  2021-11-30 21:35 ` hiljusti
                   ` (40 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-30 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 3e449b457a830577e8c936ec6bd5f3c7ba48b850 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..79d63245404b
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=ea3537655cb258d6355af3d65aadc661cd4021f052ee8d24d0664e2fa2465477

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

* Re: [PR PATCH] [Updated] New package: sigi-2.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (29 preceding siblings ...)
  2021-11-30 18:38 ` hiljusti
@ 2021-11-30 21:35 ` hiljusti
  2021-12-08  0:42 ` New package: sigi-2.1.1 hiljusti
                   ` (39 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-11-30 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 4a00d403a9acb5452f29769aa3d261ba64470e43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.1.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..c5c25501b974
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.1.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=6652a58a3d777260a3265f97dfa508a1f1b15d9cbab78b1daeaf156f97c27cf1

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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (30 preceding siblings ...)
  2021-11-30 21:35 ` hiljusti
@ 2021-12-08  0:42 ` hiljusti
  2021-12-11  2:39 ` ericonr
                   ` (38 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-08  0:42 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-988383160

Comment:
@ericonr Could I ask you to take a look again? (Only because you've looked before)

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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (31 preceding siblings ...)
  2021-12-08  0:42 ` New package: sigi-2.1.1 hiljusti
@ 2021-12-11  2:39 ` ericonr
  2021-12-12  8:58 ` [PR PATCH] [Updated] " hiljusti
                   ` (37 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: ericonr @ 2021-12-11  2:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-991417232

Comment:
Can you please rebase for CI to run correctly?

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

* Re: [PR PATCH] [Updated] New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (32 preceding siblings ...)
  2021-12-11  2:39 ` ericonr
@ 2021-12-12  8:58 ` hiljusti
  2021-12-12  8:59 ` hiljusti
                   ` (36 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-12  8:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.1.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 82902dac6cf4938781eaa5099f45f72c59f030c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.1.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..c5c25501b974
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.1.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=6652a58a3d777260a3265f97dfa508a1f1b15d9cbab78b1daeaf156f97c27cf1

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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (33 preceding siblings ...)
  2021-12-12  8:58 ` [PR PATCH] [Updated] " hiljusti
@ 2021-12-12  8:59 ` hiljusti
  2021-12-13 17:30 ` [PR PATCH] [Updated] " hiljusti
                   ` (35 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-12  8:59 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-991858418

Comment:
@ericonr Rebased

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

* Re: [PR PATCH] [Updated] New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (34 preceding siblings ...)
  2021-12-12  8:59 ` hiljusti
@ 2021-12-13 17:30 ` hiljusti
  2021-12-13 17:30 ` hiljusti
                   ` (34 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-13 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.1.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 9c7aa34e6dc9fdf8777f0095db3455a466e555bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-2.1.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..c5c25501b974
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,11 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=2.1.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://github.com/hiljusti/sigi/archive/refs/tags/v${version}.tar.gz"
+checksum=6652a58a3d777260a3265f97dfa508a1f1b15d9cbab78b1daeaf156f97c27cf1

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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (35 preceding siblings ...)
  2021-12-13 17:30 ` [PR PATCH] [Updated] " hiljusti
@ 2021-12-13 17:30 ` hiljusti
  2021-12-17 19:22 ` hiljusti
                   ` (33 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-13 17:30 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-992706785

Comment:
(I'll just keep rebasing periodically)


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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (36 preceding siblings ...)
  2021-12-13 17:30 ` hiljusti
@ 2021-12-17 19:22 ` hiljusti
  2022-01-08  6:05 ` hiljusti
                   ` (32 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2021-12-17 19:22 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-996978466

Comment:
@ericonr How does it look?

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

* Re: New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (37 preceding siblings ...)
  2021-12-17 19:22 ` hiljusti
@ 2022-01-08  6:05 ` hiljusti
  2022-01-12  9:49 ` [PR PATCH] [Updated] " hiljusti
                   ` (31 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-01-08  6:05 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-996978466

Comment:
@ericonr How does it look?

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

* Re: [PR PATCH] [Updated] New package: sigi-2.1.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (38 preceding siblings ...)
  2022-01-08  6:05 ` hiljusti
@ 2022-01-12  9:49 ` hiljusti
  2022-01-12  9:50 ` New package: sigi-3.0.0 hiljusti
                   ` (30 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-01-12  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-2.1.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 26cc1552d1501041d63fadfd9ac2aabe20346d9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-3.0.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..0c510ed0c6ff
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,15 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.0
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://github.com/hiljusti/sigi/"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=0f0b35c1d21492eff7b90bee47651293b11a48dba86780586082ae686af9a9ba
+
+post_install() {
+	vman sigi.1
+}

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

* Re: New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (39 preceding siblings ...)
  2022-01-12  9:49 ` [PR PATCH] [Updated] " hiljusti
@ 2022-01-12  9:50 ` hiljusti
  2022-01-12  9:54 ` hiljusti
                   ` (29 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-01-12  9:50 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-1010852026

Comment:
Note: License changed in version 3.0.0.

It used to be GPL3+, now it is GPL2 (only)

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

* Re: New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (40 preceding siblings ...)
  2022-01-12  9:50 ` New package: sigi-3.0.0 hiljusti
@ 2022-01-12  9:54 ` hiljusti
  2022-01-12  9:58 ` [PR PATCH] [Updated] " hiljusti
                   ` (28 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-01-12  9:54 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-1010852026

Comment:
Note: License changed in version 3.0.0.

~~GPL3+~~ :point_right: Now it is GPL2 (only)

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (41 preceding siblings ...)
  2022-01-12  9:54 ` hiljusti
@ 2022-01-12  9:58 ` hiljusti
  2022-02-02 10:28 ` hiljusti
                   ` (27 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-01-12  9:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 1a3da5f1cbbaa5c97a7112b9ebf64b8937651b08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-3.0.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..5bba2ce98235
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,15 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.0
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=0f0b35c1d21492eff7b90bee47651293b11a48dba86780586082ae686af9a9ba
+
+post_install() {
+	vman sigi.1
+}

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

* Re: New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (42 preceding siblings ...)
  2022-01-12  9:58 ` [PR PATCH] [Updated] " hiljusti
@ 2022-02-02 10:28 ` hiljusti
  2022-02-02 10:29 ` hiljusti
                   ` (26 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-02-02 10:28 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-811182969

Comment:
Thanks! Sorry for the mess, I didn't know I could do that

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

* Re: New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (43 preceding siblings ...)
  2022-02-02 10:28 ` hiljusti
@ 2022-02-02 10:29 ` hiljusti
  2022-02-02 10:33 ` [PR PATCH] [Updated] " hiljusti
                   ` (25 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-02-02 10:29 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-981218855

Comment:
Fixed lint failure (The description was longer than 72 chars)

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (44 preceding siblings ...)
  2022-02-02 10:29 ` hiljusti
@ 2022-02-02 10:33 ` hiljusti
  2022-03-09  9:17 ` hiljusti
                   ` (24 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-02-02 10:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 4e9a1aa476f287c6d8be9eeceec322beca6ea4cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=99=AA=20hiljusti=20=F0=9F=8E=AE?= <hiljusti@pm.me>
Date: Wed, 31 Mar 2021 00:51:03 -0700
Subject: [PATCH] New package: sigi-3.0.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..5bba2ce98235
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,15 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.0
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=0f0b35c1d21492eff7b90bee47651293b11a48dba86780586082ae686af9a9ba
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (45 preceding siblings ...)
  2022-02-02 10:33 ` [PR PATCH] [Updated] " hiljusti
@ 2022-03-09  9:17 ` hiljusti
  2022-03-09  9:18 ` New package: sigi-3.0.1 hiljusti
                   ` (23 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From f038b974a2d1a846e4a595b3137a723d13dce81d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..4175c6be23cb
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,15 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.1
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=0abecd25dcdd36a95a7d8651165bf99157509015cf84a3ebf2211feb374d849f
+
+post_install() {
+	vman sigi.1
+}

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

* Re: New package: sigi-3.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (46 preceding siblings ...)
  2022-03-09  9:17 ` hiljusti
@ 2022-03-09  9:18 ` hiljusti
  2022-03-09  9:18 ` hiljusti
                   ` (22 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09  9:18 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-988383160

Comment:
@ericonr Could I ask you to take a look again? (Only because you've looked before)

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

* Re: New package: sigi-3.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (47 preceding siblings ...)
  2022-03-09  9:18 ` New package: sigi-3.0.1 hiljusti
@ 2022-03-09  9:18 ` hiljusti
  2022-03-09 10:05 ` [PR PATCH] [Updated] " hiljusti
                   ` (21 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09  9:18 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-1010852026

Comment:
Note: License changed in version 3.0.0.

~~GPL3+~~ :point_right: Now it is GPL2 (only)

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (48 preceding siblings ...)
  2022-03-09  9:18 ` hiljusti
@ 2022-03-09 10:05 ` hiljusti
  2022-03-09 10:05 ` hiljusti
                   ` (20 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From e6fc24addc8e12d56f1c669363c0c017fad3888f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.1

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..a355bc3ba50d
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.2
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=bb8bab6803112956f66a4721fb382a9bb8509c77d624f49a6e6cff9b05eb2d18
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void.
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.1
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (49 preceding siblings ...)
  2022-03-09 10:05 ` [PR PATCH] [Updated] " hiljusti
@ 2022-03-09 10:05 ` hiljusti
  2022-03-09 10:14 ` [PR PATCH] [Updated] New package: sigi-3.0.2 hiljusti
                   ` (19 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 8849e2431624d54202504882acb9a131ea52b720 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.2

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..a355bc3ba50d
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.2
+revision=1
+build_style=cargo
+short_desc="Organization tool suitable for your to-do lists or notes"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=bb8bab6803112956f66a4721fb382a9bb8509c77d624f49a6e6cff9b05eb2d18
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void.
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.2
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (50 preceding siblings ...)
  2022-03-09 10:05 ` hiljusti
@ 2022-03-09 10:14 ` hiljusti
  2022-03-19  8:47 ` hiljusti
                   ` (18 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-09 10:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 3a4be1f331be4a72384b1f76fcb2ef7e4e4d2936 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.2

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..29a3372dc6dc
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.2
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=bb8bab6803112956f66a4721fb382a9bb8509c77d624f49a6e6cff9b05eb2d18
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void.
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.2
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (51 preceding siblings ...)
  2022-03-09 10:14 ` [PR PATCH] [Updated] New package: sigi-3.0.2 hiljusti
@ 2022-03-19  8:47 ` hiljusti
  2022-03-19  8:49 ` [PR PATCH] [Updated] New package: sigi-3.0.3 hiljusti
                   ` (17 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-19  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 92f0b6021021e677c7b45594132736f261b94006 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.3

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..6ec06f8aac61
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.3
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=6bb5e0f633d1209cb89e4d4a6c820e9519b5b6ed4d1ed05c989e423b241cf621
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (52 preceding siblings ...)
  2022-03-19  8:47 ` hiljusti
@ 2022-03-19  8:49 ` hiljusti
  2022-03-22  6:26 ` hiljusti
                   ` (16 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-19  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From ae47b3ec1ba896725ca9f245da5f9460edea3c8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.3

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..6ec06f8aac61
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.0.3
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=6bb5e0f633d1209cb89e4d4a6c820e9519b5b6ed4d1ed05c989e423b241cf621
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: New package: sigi-3.0.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (53 preceding siblings ...)
  2022-03-19  8:49 ` [PR PATCH] [Updated] New package: sigi-3.0.3 hiljusti
@ 2022-03-22  6:26 ` hiljusti
  2022-03-28  8:01 ` [PR PATCH] [Updated] " hiljusti
                   ` (15 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-22  6:26 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-992706785

Comment:
(I'll just keep rebasing periodically)


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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (54 preceding siblings ...)
  2022-03-22  6:26 ` hiljusti
@ 2022-03-28  8:01 ` hiljusti
  2022-03-28  8:02 ` hiljusti
                   ` (14 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-28  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 7eef13efd031c07bde69ca0e62620f8ad2af664a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.0.3

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..d9d2dd643570
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.0.3
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (55 preceding siblings ...)
  2022-03-28  8:01 ` [PR PATCH] [Updated] " hiljusti
@ 2022-03-28  8:02 ` hiljusti
  2022-04-01  8:04 ` [PR PATCH] [Updated] New package: sigi-3.1.0 hiljusti
                   ` (13 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-03-28  8:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.0.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 63d4c10ae6686c61a623abcb0c16ff7df7fda248 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..d9d2dd643570
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (56 preceding siblings ...)
  2022-03-28  8:02 ` hiljusti
@ 2022-04-01  8:04 ` hiljusti
  2022-04-01  8:07 ` hiljusti
                   ` (12 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-01  8:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 6b59e961832c1f3cd629d84a6f82cdd01799542d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..d9d2dd643570
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+do_check() {
+  # CLI tests in the project rely on BATS (more than just bats-core) through
+  # git submodules. We skip those tests here until the other bats components
+  # are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR PATCH] [Updated] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (57 preceding siblings ...)
  2022-04-01  8:04 ` [PR PATCH] [Updated] New package: sigi-3.1.0 hiljusti
@ 2022-04-01  8:07 ` hiljusti
  2022-04-01 11:49 ` [PR REVIEW] " subnut
                   ` (11 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-01  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 4156a0b541a02dcbc39840f101f73bbabc9d3457 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..d6a23a56dde0
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+do_check() {
+	# CLI tests in the project rely on BATS (more than just bats-core) through
+	# git submodules. We skip those tests here until the other bats components
+	# are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	SKIP_BATS_TESTS=1 cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (58 preceding siblings ...)
  2022-04-01  8:07 ` hiljusti
@ 2022-04-01 11:49 ` subnut
  2022-04-01 11:49 ` subnut
                   ` (10 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: subnut @ 2022-04-01 11:49 UTC (permalink / raw)
  To: ml

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

New review comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r840509123

Comment:
```suggestion
homepage="https://github.com/hiljusti/sigi"
distfiles="https://github.com/hiljusti/sigi/archive/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (59 preceding siblings ...)
  2022-04-01 11:49 ` [PR REVIEW] " subnut
@ 2022-04-01 11:49 ` subnut
  2022-04-02 19:26 ` hiljusti
                   ` (9 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: subnut @ 2022-04-01 11:49 UTC (permalink / raw)
  To: ml

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

New review comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r840507054

Comment:
```suggestion
pre_check() {
	# CLI tests in the project rely on BATS (more than just bats-core) through
	# git submodules. We skip those tests here until the other bats components
	# are imported in Void or https://github.com/hiljusti/sigi/issues/19
	export SKIP_BATS_TESTS=1
}
```

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (60 preceding siblings ...)
  2022-04-01 11:49 ` subnut
@ 2022-04-02 19:26 ` hiljusti
  2022-04-02 19:26 ` hiljusti
                   ` (8 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:26 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841110667

Comment:
I can do this - is there a reason to prefer github over crates.io though?

Github tags can change, but crate identifiers are immutable. I kind of prefer the former

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (61 preceding siblings ...)
  2022-04-02 19:26 ` hiljusti
@ 2022-04-02 19:26 ` hiljusti
  2022-04-02 19:28 ` hiljusti
                   ` (7 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:26 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841110707

Comment:
Ohh great call. Thanks!

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (62 preceding siblings ...)
  2022-04-02 19:26 ` hiljusti
@ 2022-04-02 19:28 ` hiljusti
  2022-04-02 19:29 ` hiljusti
                   ` (6 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:28 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841110667

Comment:
I can do this - is there a reason to prefer github over crates.io though? More people familiar with it?

Github tags can change, but crate identifiers are immutable. I kind of prefer crates for this reason. A change would have to be explicit

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (63 preceding siblings ...)
  2022-04-02 19:28 ` hiljusti
@ 2022-04-02 19:29 ` hiljusti
  2022-04-02 19:34 ` [PR PATCH] [Updated] " hiljusti
                   ` (5 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:29 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841110974

Comment:
(The "crate" from Rust is also a source tarball)

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

* Re: [PR PATCH] [Updated] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (64 preceding siblings ...)
  2022-04-02 19:29 ` hiljusti
@ 2022-04-02 19:34 ` hiljusti
  2022-04-02 19:35 ` [PR REVIEW] " hiljusti
                   ` (4 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 6bf8d5a83a5aa0554f5304d04e3591648d2b9145 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..2230ba715706
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://crates.io/crates/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+pre_check() {
+	# CLI tests in the project rely on BATS (more than just bats-core) through
+	# git submodules. We skip those tests here until the other bats components
+	# are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	export SKIP_BATS_TESTS=1
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (65 preceding siblings ...)
  2022-04-02 19:34 ` [PR PATCH] [Updated] " hiljusti
@ 2022-04-02 19:35 ` hiljusti
  2022-04-02 19:46 ` [PR PATCH] [Updated] " hiljusti
                   ` (3 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:35 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841111465

Comment:
Made this change

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

* Re: [PR PATCH] [Updated] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (66 preceding siblings ...)
  2022-04-02 19:35 ` [PR REVIEW] " hiljusti
@ 2022-04-02 19:46 ` hiljusti
  2022-04-02 19:49 ` [PR REVIEW] " hiljusti
                   ` (2 subsequent siblings)
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hiljusti/void-packages master
https://github.com/void-linux/void-packages/pull/29907

New package: sigi-3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

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

From 519d8d18cb2784c4d5dc3d91e615e18c1c1c164e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EF=BD=88=EF=BD=89=EF=BD=8C=EF=BD=8A=EF=BD=95=EF=BD=93?=
 =?UTF-8?q?=EF=BD=94=EF=BD=89?= <hiljusti@so.dang.cool>
Date: Wed, 9 Mar 2022 01:07:08 -0800
Subject: [PATCH] New package: sigi-3.1.0

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

diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template
new file mode 100644
index 000000000000..d9fc482b8207
--- /dev/null
+++ b/srcpkgs/sigi/template
@@ -0,0 +1,22 @@
+# Template file for 'sigi'
+pkgname=sigi
+version=3.1.0
+revision=1
+build_style=cargo
+short_desc="Organization tool for people who hate organization"
+maintainer="J.R. Hill <hiljusti@so.dang.cool>"
+license="GPL-2.0-only"
+homepage="https://github.com/hiljusti/sigi"
+distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz"
+checksum=967e492a89f05c3a373929a48e0a1a7712d4742b150216228feff4a7869297e3
+
+pre_check() {
+	# CLI tests in the project rely on BATS (more than just bats-core) through
+	# git submodules. We skip those tests here until the other bats components
+	# are imported in Void or https://github.com/hiljusti/sigi/issues/19
+	export SKIP_BATS_TESTS=1
+}
+
+post_install() {
+	vman sigi.1
+}

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

* Re: [PR REVIEW] New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (67 preceding siblings ...)
  2022-04-02 19:46 ` [PR PATCH] [Updated] " hiljusti
@ 2022-04-02 19:49 ` hiljusti
  2022-04-03  5:44 ` hiljusti
  2022-04-07  4:17 ` [PR PATCH] [Merged]: " the-maldridge
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-02 19:49 UTC (permalink / raw)
  To: ml

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

New review comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#discussion_r841112744

Comment:
I'll update the homepage, but right now I want to keep the distfile at crates.io. The link is immutable, and publishing to crates.io has some really basic validation, like the sources being compilable

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

* Re: New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (68 preceding siblings ...)
  2022-04-02 19:49 ` [PR REVIEW] " hiljusti
@ 2022-04-03  5:44 ` hiljusti
  2022-04-07  4:17 ` [PR PATCH] [Merged]: " the-maldridge
  70 siblings, 0 replies; 72+ messages in thread
From: hiljusti @ 2022-04-03  5:44 UTC (permalink / raw)
  To: ml

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

New comment by hiljusti on void-packages repository

https://github.com/void-linux/void-packages/pull/29907#issuecomment-1086781393

Comment:
@subnut How's it look?

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

* Re: [PR PATCH] [Merged]: New package: sigi-3.1.0
  2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
                   ` (69 preceding siblings ...)
  2022-04-03  5:44 ` hiljusti
@ 2022-04-07  4:17 ` the-maldridge
  70 siblings, 0 replies; 72+ messages in thread
From: the-maldridge @ 2022-04-07  4:17 UTC (permalink / raw)
  To: ml

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

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

New package: sigi-3.1.0
https://github.com/void-linux/void-packages/pull/29907

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#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
- [ ] I generally don't use the affected packages but briefly tested this PR

Note: I am the developer of [sigi](https://github.com/hiljusti/sigi), and rely on it daily for my personal organization.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->

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

end of thread, other threads:[~2022-04-07  4:17 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  9:57 [PR PATCH] New package: sigi-0.2.0 hiljusti
2021-03-31 11:13 ` New package: sigi-0.2.1 ericonr
2021-03-31 16:03 ` [PR PATCH] [Updated] " hiljusti
2021-03-31 16:04 ` hiljusti
2021-04-02 19:06 ` [PR PATCH] [Updated] " hiljusti
2021-04-03  3:32 ` hiljusti
2021-04-03  4:17 ` [PR PATCH] [Updated] " hiljusti
2021-04-08  0:28 ` [PR PATCH] [Updated] New package: sigi-0.2.2 hiljusti
2021-04-15  4:37 ` New package: sigi-0.2.3 cinerea0
2021-04-15  4:38 ` cinerea0
2021-04-15  5:00 ` [PR PATCH] [Updated] " hiljusti
2021-04-15  5:02 ` [PR PATCH] [Updated] New package: sigi-0.2.4 hiljusti
2021-04-15  5:03 ` hiljusti
2021-04-17  6:19 ` ericonr
2021-04-21  3:04 ` hiljusti
2021-04-21  3:17 ` hiljusti
2021-04-21  9:52 ` [PR PATCH] [Updated] " hiljusti
2021-04-29  6:29 ` [PR PATCH] [Updated] New package: sigi-0.2.5 hiljusti
2021-06-24  5:10 ` [PR PATCH] [Updated] New package: sigi-0.2.7 hiljusti
2021-07-05 23:46 ` hiljusti
2021-07-12 19:44 ` [PR PATCH] [Updated] New package: sigi-1.0.1 hiljusti
2021-11-26 18:44 ` [PR PATCH] [Updated] New package: sigi-1.1.0 hiljusti
2021-11-26 18:44 ` [PR PATCH] [Closed]: " hiljusti
2021-11-26 19:26 ` [PR PATCH] [Updated] New package: sigi-2.0.1 hiljusti
2021-11-26 19:39 ` hiljusti
2021-11-26 19:39 ` hiljusti
2021-11-26 19:40 ` hiljusti
2021-11-29  1:38 ` [PR PATCH] [Updated] " hiljusti
2021-11-29  1:39 ` hiljusti
2021-11-29  5:55 ` [PR PATCH] [Updated] " hiljusti
2021-11-30 18:38 ` hiljusti
2021-11-30 21:35 ` hiljusti
2021-12-08  0:42 ` New package: sigi-2.1.1 hiljusti
2021-12-11  2:39 ` ericonr
2021-12-12  8:58 ` [PR PATCH] [Updated] " hiljusti
2021-12-12  8:59 ` hiljusti
2021-12-13 17:30 ` [PR PATCH] [Updated] " hiljusti
2021-12-13 17:30 ` hiljusti
2021-12-17 19:22 ` hiljusti
2022-01-08  6:05 ` hiljusti
2022-01-12  9:49 ` [PR PATCH] [Updated] " hiljusti
2022-01-12  9:50 ` New package: sigi-3.0.0 hiljusti
2022-01-12  9:54 ` hiljusti
2022-01-12  9:58 ` [PR PATCH] [Updated] " hiljusti
2022-02-02 10:28 ` hiljusti
2022-02-02 10:29 ` hiljusti
2022-02-02 10:33 ` [PR PATCH] [Updated] " hiljusti
2022-03-09  9:17 ` hiljusti
2022-03-09  9:18 ` New package: sigi-3.0.1 hiljusti
2022-03-09  9:18 ` hiljusti
2022-03-09 10:05 ` [PR PATCH] [Updated] " hiljusti
2022-03-09 10:05 ` hiljusti
2022-03-09 10:14 ` [PR PATCH] [Updated] New package: sigi-3.0.2 hiljusti
2022-03-19  8:47 ` hiljusti
2022-03-19  8:49 ` [PR PATCH] [Updated] New package: sigi-3.0.3 hiljusti
2022-03-22  6:26 ` hiljusti
2022-03-28  8:01 ` [PR PATCH] [Updated] " hiljusti
2022-03-28  8:02 ` hiljusti
2022-04-01  8:04 ` [PR PATCH] [Updated] New package: sigi-3.1.0 hiljusti
2022-04-01  8:07 ` hiljusti
2022-04-01 11:49 ` [PR REVIEW] " subnut
2022-04-01 11:49 ` subnut
2022-04-02 19:26 ` hiljusti
2022-04-02 19:26 ` hiljusti
2022-04-02 19:28 ` hiljusti
2022-04-02 19:29 ` hiljusti
2022-04-02 19:34 ` [PR PATCH] [Updated] " hiljusti
2022-04-02 19:35 ` [PR REVIEW] " hiljusti
2022-04-02 19:46 ` [PR PATCH] [Updated] " hiljusti
2022-04-02 19:49 ` [PR REVIEW] " hiljusti
2022-04-03  5:44 ` hiljusti
2022-04-07  4:17 ` [PR PATCH] [Merged]: " the-maldridge

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