Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tiny-irc-client-0.8.0
@ 2020-12-21 15:12 eoli3n
  2020-12-21 15:13 ` [PR REVIEW] " ndowens
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-irc-client-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From 38c08a8df7ce5eebae5e8269a1b59b373f9b0683 Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH] New package: tiny-irc-client-0.8.0

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

diff --git a/srcpkgs/tiny-irc-client/template b/srcpkgs/tiny-irc-client/template
new file mode 100644
index 00000000000..40e1ab610e0
--- /dev/null
+++ b/srcpkgs/tiny-irc-client/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny-irc-client'
+pkgname=tiny-irc-client
+version=0.8.0
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+wrksrc="tiny-${version}"
+build_wrksrc="tiny"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+post_install() {
+    vlicense ../LICENSE
+}

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
@ 2020-12-21 15:13 ` ndowens
  2020-12-21 15:14 ` ndowens
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ndowens @ 2020-12-21 15:13 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546760981

Comment:
Should be below revision
also build_wrksrc should be as well

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
  2020-12-21 15:13 ` [PR REVIEW] " ndowens
@ 2020-12-21 15:14 ` ndowens
  2020-12-21 15:21 ` ahesford
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ndowens @ 2020-12-21 15:14 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546760981

Comment:
wrksrc should be below revision
also build_wrksrc should be as well

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
  2020-12-21 15:13 ` [PR REVIEW] " ndowens
  2020-12-21 15:14 ` ndowens
@ 2020-12-21 15:21 ` ahesford
  2020-12-21 15:22 ` [PR PATCH] [Updated] " eoli3n
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ahesford @ 2020-12-21 15:21 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546764685

Comment:
Package name should be `tiny`, also update commit message to reflect name change.

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

* Re: [PR PATCH] [Updated] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (2 preceding siblings ...)
  2020-12-21 15:21 ` ahesford
@ 2020-12-21 15:22 ` eoli3n
  2020-12-21 15:22 ` [PR REVIEW] " eoli3n
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-irc-client-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From b815966a78c20003b56c36e9c41b49a073d2ed04 Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH] New package: tiny-irc-client-0.8.0

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

diff --git a/srcpkgs/tiny-irc-client/template b/srcpkgs/tiny-irc-client/template
new file mode 100644
index 00000000000..d6daf1c2e56
--- /dev/null
+++ b/srcpkgs/tiny-irc-client/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny-irc-client'
+pkgname=tiny-irc-client
+version=0.8.0
+revision=1
+wrksrc="tiny-${version}"
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (3 preceding siblings ...)
  2020-12-21 15:22 ` [PR PATCH] [Updated] " eoli3n
@ 2020-12-21 15:22 ` eoli3n
  2020-12-21 15:23 ` ndowens
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:22 UTC (permalink / raw)
  To: ml

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

New review comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546766089

Comment:
ok

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (4 preceding siblings ...)
  2020-12-21 15:22 ` [PR REVIEW] " eoli3n
@ 2020-12-21 15:23 ` ndowens
  2020-12-21 15:26 ` [PR PATCH] [Updated] " eoli3n
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ndowens @ 2020-12-21 15:23 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546766312

Comment:
Once you change it to 'tiny' you wont need the wrksrc* lines

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

* Re: [PR PATCH] [Updated] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (5 preceding siblings ...)
  2020-12-21 15:23 ` ndowens
@ 2020-12-21 15:26 ` eoli3n
  2020-12-21 15:27 ` [PR REVIEW] " eoli3n
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-irc-client-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From 8feec731fa54f78ece21dd0dc06e02b9e54961ca Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH] New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
new file mode 100644
index 00000000000..e4288773539
--- /dev/null
+++ b/srcpkgs/tiny/template
@@ -0,0 +1,18 @@
+# Template file for 'tiny'
+pkgname=tiny
+version=0.8.0
+revision=1
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (6 preceding siblings ...)
  2020-12-21 15:26 ` [PR PATCH] [Updated] " eoli3n
@ 2020-12-21 15:27 ` eoli3n
  2020-12-21 15:30 ` eoli3n
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:27 UTC (permalink / raw)
  To: ml

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

New review comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546768659

Comment:
yes i noticed that, thanks, but i still need build_wrksrc right ?

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

* Re: [PR REVIEW] New package: tiny-irc-client-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (7 preceding siblings ...)
  2020-12-21 15:27 ` [PR REVIEW] " eoli3n
@ 2020-12-21 15:30 ` eoli3n
  2020-12-21 15:52 ` [PR REVIEW] New package: tiny-0.8.0 osa1
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 15:30 UTC (permalink / raw)
  To: ml

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

New review comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546770536

Comment:
@ndowens i think i still need ``build_wrksrc`` : https://github.com/osa1/tiny/issues/286#issuecomment-748977566

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

* Re: [PR REVIEW] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (8 preceding siblings ...)
  2020-12-21 15:30 ` eoli3n
@ 2020-12-21 15:52 ` osa1
  2020-12-21 16:20 ` Johnnynator
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: osa1 @ 2020-12-21 15:52 UTC (permalink / raw)
  To: ml

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

New review comment by osa1 on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546783224

Comment:
By "tiny" do you mean as an adjective and as the name of the program? If the latter I'd use "tiny" (lowercase) here0.

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

* Re: [PR REVIEW] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (9 preceding siblings ...)
  2020-12-21 15:52 ` [PR REVIEW] New package: tiny-0.8.0 osa1
@ 2020-12-21 16:20 ` Johnnynator
  2020-12-21 16:21 ` Johnnynator
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Johnnynator @ 2020-12-21 16:20 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546798799

Comment:
Add a empty newline after checksum (just some informal convention to have a emtpy lines before a function)

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

* Re: [PR REVIEW] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (10 preceding siblings ...)
  2020-12-21 16:20 ` Johnnynator
@ 2020-12-21 16:21 ` Johnnynator
  2020-12-21 16:36 ` [PR PATCH] [Updated] " eoli3n
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Johnnynator @ 2020-12-21 16:21 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#discussion_r546799051

Comment:
We do have Descriptions always starting with a Uppercase letter, so `Tiny` is the correct one.

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

* Re: [PR PATCH] [Updated] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (11 preceding siblings ...)
  2020-12-21 16:21 ` Johnnynator
@ 2020-12-21 16:36 ` eoli3n
  2021-05-09 12:00 ` eoli3n
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2020-12-21 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From 3ca260eb51a56ab99c1a3a2a5c7535dbe97f4887 Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH] New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
new file mode 100644
index 00000000000..b2f729b6702
--- /dev/null
+++ b/srcpkgs/tiny/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny'
+pkgname=tiny
+version=0.8.0
+revision=1
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (12 preceding siblings ...)
  2020-12-21 16:36 ` [PR PATCH] [Updated] " eoli3n
@ 2021-05-09 12:00 ` eoli3n
  2021-05-09 18:30 ` ahesford
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2021-05-09 12:00 UTC (permalink / raw)
  To: ml

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

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#issuecomment-835792174

Comment:
ping @Johnnynator @ericonr @ahesford 

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

* Re: New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (13 preceding siblings ...)
  2021-05-09 12:00 ` eoli3n
@ 2021-05-09 18:30 ` ahesford
  2021-05-10  7:02 ` [PR PATCH] [Updated] " eoli3n
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ahesford @ 2021-05-09 18:30 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#issuecomment-835859258

Comment:
Please rebase and make sure this builds everywhere. We have changed SSL implementations since this last ran through CI.

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

* Re: [PR PATCH] [Updated] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (14 preceding siblings ...)
  2021-05-09 18:30 ` ahesford
@ 2021-05-10  7:02 ` eoli3n
  2021-05-10  7:12 ` eoli3n
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2021-05-10  7:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From e3739da80dcb98e24742ed8d069f3dc6e723b09c Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH 1/2] New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
new file mode 100644
index 000000000000..b2f729b67029
--- /dev/null
+++ b/srcpkgs/tiny/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny'
+pkgname=tiny
+version=0.8.0
+revision=1
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jkirsz@gmail.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+
+post_install() {
+	vlicense ../LICENSE
+}

From a5a12dfdefb21a1354f47c2ca208e80a79c805eb Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 10 May 2021 09:01:43 +0200
Subject: [PATCH 2/2] fixup! New package: tiny-0.8.0

---
 srcpkgs/tiny/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index b2f729b67029..d46b594b09bd 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -6,9 +6,9 @@ build_wrksrc="tiny"
 build_style=cargo
 configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
 hostmakedepends="pkg-config"
-makedepends="libressl-devel dbus-devel"
+makedepends="openssl-devel dbus-devel"
 short_desc="Tiny terminal IRC client"
-maintainer="eoli3n <jkirsz@gmail.com>"
+maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
 distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (15 preceding siblings ...)
  2021-05-10  7:02 ` [PR PATCH] [Updated] " eoli3n
@ 2021-05-10  7:12 ` eoli3n
  2021-05-10 10:35 ` [PR PATCH] [Merged]: " ahesford
  2021-05-10 11:21 ` eoli3n
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2021-05-10  7:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages tiny
https://github.com/void-linux/void-packages/pull/27321

New package: tiny-0.8.0
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

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

From 81a3914466d100e0f8a8cb5a89d4852ae5e59cff Mon Sep 17 00:00:00 2001
From: eoli3n <jkirsz@gmail.com>
Date: Mon, 21 Dec 2020 16:08:39 +0100
Subject: [PATCH] New package: tiny-0.8.0

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
new file mode 100644
index 000000000000..d46b594b09bd
--- /dev/null
+++ b/srcpkgs/tiny/template
@@ -0,0 +1,19 @@
+# Template file for 'tiny'
+pkgname=tiny
+version=0.8.0
+revision=1
+build_wrksrc="tiny"
+build_style=cargo
+configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel dbus-devel"
+short_desc="Tiny terminal IRC client"
+maintainer="eoli3n <jonathan.kirszling@runbox.com>"
+license="MIT"
+homepage="https://github.com/osa1/tiny"
+distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz"
+checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447
+
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (16 preceding siblings ...)
  2021-05-10  7:12 ` eoli3n
@ 2021-05-10 10:35 ` ahesford
  2021-05-10 11:21 ` eoli3n
  18 siblings, 0 replies; 20+ messages in thread
From: ahesford @ 2021-05-10 10:35 UTC (permalink / raw)
  To: ml

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

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

New package: tiny-0.8.0
https://github.com/void-linux/void-packages/pull/27321

Description:
Closes https://github.com/void-linux/void-packages/issues/27180 and https://github.com/osa1/tiny/issues/286

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

* Re: New package: tiny-0.8.0
  2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
                   ` (17 preceding siblings ...)
  2021-05-10 10:35 ` [PR PATCH] [Merged]: " ahesford
@ 2021-05-10 11:21 ` eoli3n
  18 siblings, 0 replies; 20+ messages in thread
From: eoli3n @ 2021-05-10 11:21 UTC (permalink / raw)
  To: ml

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

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27321#issuecomment-836573942

Comment:
Thanks


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

end of thread, other threads:[~2021-05-10 11:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 15:12 [PR PATCH] New package: tiny-irc-client-0.8.0 eoli3n
2020-12-21 15:13 ` [PR REVIEW] " ndowens
2020-12-21 15:14 ` ndowens
2020-12-21 15:21 ` ahesford
2020-12-21 15:22 ` [PR PATCH] [Updated] " eoli3n
2020-12-21 15:22 ` [PR REVIEW] " eoli3n
2020-12-21 15:23 ` ndowens
2020-12-21 15:26 ` [PR PATCH] [Updated] " eoli3n
2020-12-21 15:27 ` [PR REVIEW] " eoli3n
2020-12-21 15:30 ` eoli3n
2020-12-21 15:52 ` [PR REVIEW] New package: tiny-0.8.0 osa1
2020-12-21 16:20 ` Johnnynator
2020-12-21 16:21 ` Johnnynator
2020-12-21 16:36 ` [PR PATCH] [Updated] " eoli3n
2021-05-09 12:00 ` eoli3n
2021-05-09 18:30 ` ahesford
2021-05-10  7:02 ` [PR PATCH] [Updated] " eoli3n
2021-05-10  7:12 ` eoli3n
2021-05-10 10:35 ` [PR PATCH] [Merged]: " ahesford
2021-05-10 11:21 ` eoli3n

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