Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: litterbox-1.6
@ 2020-10-22 10:01 chilledfrogs
  2020-10-22 10:35 ` chilledfrogs
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From 3ed83e7a795fadaebe611874cc5fbe0193ebfd63 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..62a9449fc2c
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,16 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+#archs="i686 x86_64"
+build_style=gnu-configure
+configure_args="--prefix=/usr --mandir=/usr/share/man"
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
@ 2020-10-22 10:35 ` chilledfrogs
  2020-10-22 10:35 ` chilledfrogs
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 10:35 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-714401407

Comment:
From what I understand the LICENSE file isn't required for GPLv3, so considering that oddly enough, probably since I'm missing something obvious, `vlicense` didn't pick up the file when I asked it to, I removed that line and decided to go without it for now, unless you guys recommend to try something to add it

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
  2020-10-22 10:35 ` chilledfrogs
@ 2020-10-22 10:35 ` chilledfrogs
  2020-10-22 12:40 ` [PR REVIEW] " PaperMountainStudio
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 10:35 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-714401407

Comment:
From what I understand the LICENSE file isn't required for GPLv3, so considering that oddly enough, probably since I'm missing something obvious, `vlicense` didn't pick up the file when I asked it to, I removed that line and decided to go without it for now, unless you guys recommend to try something else to add it

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
  2020-10-22 10:35 ` chilledfrogs
  2020-10-22 10:35 ` chilledfrogs
@ 2020-10-22 12:40 ` PaperMountainStudio
  2020-10-22 12:40 ` PaperMountainStudio
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: PaperMountainStudio @ 2020-10-22 12:40 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510125732

Comment:
remove this line, it's not needed

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (2 preceding siblings ...)
  2020-10-22 12:40 ` [PR REVIEW] " PaperMountainStudio
@ 2020-10-22 12:40 ` PaperMountainStudio
  2020-10-22 14:28 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: PaperMountainStudio @ 2020-10-22 12:40 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510126320

Comment:
I believe this line is also not needed. It builds fine without it, why did you decide to include it?

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (3 preceding siblings ...)
  2020-10-22 12:40 ` PaperMountainStudio
@ 2020-10-22 14:28 ` chilledfrogs
  2020-10-22 14:29 ` [PR REVIEW] " chilledfrogs
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From 1638603bb6d27819cf9c0db3866949761ae985c9 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..62a9449fc2c
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,16 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+#archs="i686 x86_64"
+build_style=gnu-configure
+configure_args="--prefix=/usr --mandir=/usr/share/man"
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (4 preceding siblings ...)
  2020-10-22 14:28 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-10-22 14:29 ` chilledfrogs
  2020-10-22 14:30 ` chilledfrogs
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:29 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510209055

Comment:
Since it was throwing warnings with the defaults, if that isn't a problem, I will remove it :sweat_smile: 

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (5 preceding siblings ...)
  2020-10-22 14:29 ` [PR REVIEW] " chilledfrogs
@ 2020-10-22 14:30 ` chilledfrogs
  2020-10-22 14:30 ` chilledfrogs
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510209494

Comment:
Ok, gimme just a second

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (6 preceding siblings ...)
  2020-10-22 14:30 ` chilledfrogs
@ 2020-10-22 14:30 ` chilledfrogs
  2020-10-22 14:30 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510209055

Comment:
Since it was throwing warnings with the defaults since it doesn't accept all those options, if that isn't a problem, I will remove it :sweat_smile: 

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (7 preceding siblings ...)
  2020-10-22 14:30 ` chilledfrogs
@ 2020-10-22 14:30 ` chilledfrogs
  2020-10-22 14:38 ` [PR REVIEW] " chilledfrogs
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From b3d66d178f4282c48f832b09c7b6a8405efbde29 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..8f49ced73ba
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,15 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --mandir=/usr/share/man"
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (8 preceding siblings ...)
  2020-10-22 14:30 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-10-22 14:38 ` chilledfrogs
  2020-10-22 23:22 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 14:38 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510209494

Comment:
Ok, gimme just a second, forgot about that one

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (9 preceding siblings ...)
  2020-10-22 14:38 ` [PR REVIEW] " chilledfrogs
@ 2020-10-22 23:22 ` chilledfrogs
  2020-10-25  0:00 ` [PR REVIEW] " chilledfrogs
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-22 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From 3c7fa6582d16f64f2f35e246e681f0afc99f1339 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..8f49ced73ba
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,15 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --mandir=/usr/share/man"
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (10 preceding siblings ...)
  2020-10-22 23:22 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-10-25  0:00 ` chilledfrogs
  2020-11-02 22:27 ` chilledfrogs
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-10-25  0:00 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r510209055

Comment:
Since it was throwing warnings with the defaults since it doesn't accept all those options; if that isn't a problem, I will remove it :sweat_smile: 

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (11 preceding siblings ...)
  2020-10-25  0:00 ` [PR REVIEW] " chilledfrogs
@ 2020-11-02 22:27 ` chilledfrogs
  2020-11-02 23:05 ` [PR REVIEW] " PaperMountainStudio
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-02 22:27 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-720759791

Comment:
...anything else...?

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (12 preceding siblings ...)
  2020-11-02 22:27 ` chilledfrogs
@ 2020-11-02 23:05 ` PaperMountainStudio
  2020-11-04 11:30 ` chilledfrogs
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: PaperMountainStudio @ 2020-11-02 23:05 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r516314749

Comment:
Do you mean these warnings? They are harmless.
```
warning: unsupported option --sysconfdir=/etc
warning: unsupported option --sbindir=/usr/bin
warning: unsupported option --bindir=/usr/bin
warning: unsupported option --infodir=/usr/share/info
warning: unsupported option --localstatedir=/var
warning: unsupported option --host=x86_64-unknown-linux-gnu
warning: unsupported option --build=x86_64-unknown-linux-gnu
```

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (13 preceding siblings ...)
  2020-11-02 23:05 ` [PR REVIEW] " PaperMountainStudio
@ 2020-11-04 11:30 ` chilledfrogs
  2020-11-04 11:32 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-04 11:30 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r517278581

Comment:
I see, will remove it then :sweat_smile: 

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (14 preceding siblings ...)
  2020-11-04 11:30 ` chilledfrogs
@ 2020-11-04 11:32 ` chilledfrogs
  2020-11-09  1:04 ` [PR REVIEW] " sgn
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-04 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From 8e0aa85e32d81104bbf0820389b8c9edb4205f52 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..0174afb549f
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,14 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (15 preceding siblings ...)
  2020-11-04 11:32 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-11-09  1:04 ` sgn
  2020-11-09 14:33 ` chilledfrogs
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: sgn @ 2020-11-09  1:04 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r519505866

Comment:
Please don't use `$pkgname` here.

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (16 preceding siblings ...)
  2020-11-09  1:04 ` [PR REVIEW] " sgn
@ 2020-11-09 14:33 ` chilledfrogs
  2020-11-11 11:22 ` sgn
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-09 14:33 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r519857626

Comment:
Ok, fair enough, what should I use then?

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (17 preceding siblings ...)
  2020-11-09 14:33 ` chilledfrogs
@ 2020-11-11 11:22 ` sgn
  2020-11-11 21:56 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: sgn @ 2020-11-11 11:22 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-725367395

Comment:
On 2020-11-09 06:33:50-0800, Allen Sobot <notifications@github.com> wrote:
> +homepage="https://git.causal.agency/litterbox/about/"
> +distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
> 
> Ok, fair enough, what should I use then?

I prefer it's expanded out.

distfiles=https://git.causal.agency/litterbox/snapshot/litterbox-$version.tar.gz

-- 
Danh


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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (18 preceding siblings ...)
  2020-11-11 11:22 ` sgn
@ 2020-11-11 21:56 ` chilledfrogs
  2020-11-11 21:57 ` chilledfrogs
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-11 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From ff28eb561598edc1924ed9cea42e942c23048894 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..0174afb549f
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,14 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/$pkgname/snapshot/$pkgname-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (19 preceding siblings ...)
  2020-11-11 21:56 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-11-11 21:57 ` chilledfrogs
  2020-11-11 21:58 ` [PR REVIEW] " chilledfrogs
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-11 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From bdfe453929bdd874c6606c7bc415d3b13291ba87 Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..33f9720f382
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,14 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/about/"
+distfiles="https://git.causal.agency/litterbox/snapshot/litterbox-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: [PR REVIEW] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (20 preceding siblings ...)
  2020-11-11 21:57 ` chilledfrogs
@ 2020-11-11 21:58 ` chilledfrogs
  2020-11-12 18:14 ` chilledfrogs
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-11 21:58 UTC (permalink / raw)
  To: ml

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

New review comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#discussion_r521663432

Comment:
I would have thought that the less repetition, the better, but here you go, changed

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (21 preceding siblings ...)
  2020-11-11 21:58 ` [PR REVIEW] " chilledfrogs
@ 2020-11-12 18:14 ` chilledfrogs
  2020-12-04 17:24 ` [PR PATCH] [Updated] " chilledfrogs
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-11-12 18:14 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-726249825

Comment:
(see initial review conversation)

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

* Re: [PR PATCH] [Updated] New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (22 preceding siblings ...)
  2020-11-12 18:14 ` chilledfrogs
@ 2020-12-04 17:24 ` chilledfrogs
  2020-12-04 17:24 ` chilledfrogs
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-12-04 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages master
https://github.com/void-linux/void-packages/pull/25785

New package: litterbox-1.6
Goes with `catgirl` and `pounce`

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

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

From 4faddaffdca6f61795f6873d19d8f9c26367f9ea Mon Sep 17 00:00:00 2001
From: Allen Sobot <chilledfrogs@disroot.org>
Date: Thu, 22 Oct 2020 11:41:04 +0200
Subject: [PATCH] New package: litterbox-1.6

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

diff --git a/srcpkgs/litterbox/template b/srcpkgs/litterbox/template
new file mode 100644
index 00000000000..3a813ed2546
--- /dev/null
+++ b/srcpkgs/litterbox/template
@@ -0,0 +1,14 @@
+# Template file for 'litterbox'
+pkgname=litterbox
+version=1.6
+revision=1
+build_style=gnu-configure
+make_build_target="all"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel libressl-devel"
+short_desc="IRC logger"
+maintainer="Allen Sobot <chilledfrogs@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/litterbox/"
+distfiles="https://git.causal.agency/litterbox/snapshot/litterbox-$version.tar.gz"
+checksum=1995e5d6c8dfab6e28fb19ca5001f6e744d749e1e52445c1d316c64e8aa286a9

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (23 preceding siblings ...)
  2020-12-04 17:24 ` [PR PATCH] [Updated] " chilledfrogs
@ 2020-12-04 17:24 ` chilledfrogs
  2020-12-04 18:33 ` paper42
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-12-04 17:24 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-738908337

Comment:
Realized that the homepage couldn't check properly for new upstream releases, so changed it to be in line with the 2 aforementioned related packages

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (24 preceding siblings ...)
  2020-12-04 17:24 ` chilledfrogs
@ 2020-12-04 18:33 ` paper42
  2020-12-04 18:54 ` ericonr
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2020-12-04 18:33 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-738947237

Comment:
> Realized that the homepage couldn't check properly for new upstream releases, so changed it to be in line with the 2 aforementioned related packages

Did you commit your change? I see only 1 file changed by this PR.

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (25 preceding siblings ...)
  2020-12-04 18:33 ` paper42
@ 2020-12-04 18:54 ` ericonr
  2020-12-04 18:55 ` [PR PATCH] [Merged]: " ericonr
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: ericonr @ 2020-12-04 18:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-738956987

Comment:
The homepage was `homepage="https://git.causal.agency/litterbox/about/"` before this commit.

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

* Re: [PR PATCH] [Merged]: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (26 preceding siblings ...)
  2020-12-04 18:54 ` ericonr
@ 2020-12-04 18:55 ` ericonr
  2020-12-08 11:51 ` chilledfrogs
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: ericonr @ 2020-12-04 18:55 UTC (permalink / raw)
  To: ml

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

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

New package: litterbox-1.6
https://github.com/void-linux/void-packages/pull/25785

Description:
Goes with `catgirl` and `pounce`

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (27 preceding siblings ...)
  2020-12-04 18:55 ` [PR PATCH] [Merged]: " ericonr
@ 2020-12-08 11:51 ` chilledfrogs
  2020-12-08 14:22 ` ericonr
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-12-08 11:51 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-740573880

Comment:
@ericonr Thanks for merging this, but I have a very, very stupid question: I wanted this package mainly for my Raspberry Pi, so aarch64, yet it still is indicated as not in the repos for there, but for x86_64 it is, and honestly I can't figure out for the life of me how to navigate the build bot interface to determine what happened... So essentially, did I forget to do something so that it's packaged for all arches (since it should honestly be compatible to my knowledge), or is something hanging on the buildbot's side, or something else?

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (28 preceding siblings ...)
  2020-12-08 11:51 ` chilledfrogs
@ 2020-12-08 14:22 ` ericonr
  2020-12-08 17:30 ` chilledfrogs
  2020-12-08 17:31 ` chilledfrogs
  31 siblings, 0 replies; 33+ messages in thread
From: ericonr @ 2020-12-08 14:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-740649044

Comment:
Build bot issue, it was included in a batch that failed (probably disk space) and, since it's a new package, it wasn't built (the build bot stuff is kinda complicated).

I will push a commit in a bit to fix it, thanks for bringing to my attention!

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (29 preceding siblings ...)
  2020-12-08 14:22 ` ericonr
@ 2020-12-08 17:30 ` chilledfrogs
  2020-12-08 17:31 ` chilledfrogs
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-12-08 17:30 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-740783980

Comment:
Thanks a lot @ericonr :) works like a charm now

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

* Re: New package: litterbox-1.6
  2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
                   ` (30 preceding siblings ...)
  2020-12-08 17:30 ` chilledfrogs
@ 2020-12-08 17:31 ` chilledfrogs
  31 siblings, 0 replies; 33+ messages in thread
From: chilledfrogs @ 2020-12-08 17:31 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/25785#issuecomment-740783980

Comment:
Thanks a lot @ericonr :) works like a charm now; I'll finally be able to come on IRC with an actual setup and maybe ask about the build bot out of curiosity at one point 🤣

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

end of thread, other threads:[~2020-12-08 17:31 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 10:01 [PR PATCH] New package: litterbox-1.6 chilledfrogs
2020-10-22 10:35 ` chilledfrogs
2020-10-22 10:35 ` chilledfrogs
2020-10-22 12:40 ` [PR REVIEW] " PaperMountainStudio
2020-10-22 12:40 ` PaperMountainStudio
2020-10-22 14:28 ` [PR PATCH] [Updated] " chilledfrogs
2020-10-22 14:29 ` [PR REVIEW] " chilledfrogs
2020-10-22 14:30 ` chilledfrogs
2020-10-22 14:30 ` chilledfrogs
2020-10-22 14:30 ` [PR PATCH] [Updated] " chilledfrogs
2020-10-22 14:38 ` [PR REVIEW] " chilledfrogs
2020-10-22 23:22 ` [PR PATCH] [Updated] " chilledfrogs
2020-10-25  0:00 ` [PR REVIEW] " chilledfrogs
2020-11-02 22:27 ` chilledfrogs
2020-11-02 23:05 ` [PR REVIEW] " PaperMountainStudio
2020-11-04 11:30 ` chilledfrogs
2020-11-04 11:32 ` [PR PATCH] [Updated] " chilledfrogs
2020-11-09  1:04 ` [PR REVIEW] " sgn
2020-11-09 14:33 ` chilledfrogs
2020-11-11 11:22 ` sgn
2020-11-11 21:56 ` [PR PATCH] [Updated] " chilledfrogs
2020-11-11 21:57 ` chilledfrogs
2020-11-11 21:58 ` [PR REVIEW] " chilledfrogs
2020-11-12 18:14 ` chilledfrogs
2020-12-04 17:24 ` [PR PATCH] [Updated] " chilledfrogs
2020-12-04 17:24 ` chilledfrogs
2020-12-04 18:33 ` paper42
2020-12-04 18:54 ` ericonr
2020-12-04 18:55 ` [PR PATCH] [Merged]: " ericonr
2020-12-08 11:51 ` chilledfrogs
2020-12-08 14:22 ` ericonr
2020-12-08 17:30 ` chilledfrogs
2020-12-08 17:31 ` chilledfrogs

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