Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: kirc 
@ 2021-05-20 17:45 notthewave
  2021-05-20 17:50 ` New Package: kirc irc client notthewave
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: notthewave @ 2021-05-20 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages-1 patch-1
https://github.com/void-linux/void-packages/pull/31019

New Package: kirc 
Simple irc client that follows the kiss principle. 

<!-- 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 54bb15005dfaa0bbac574a3e19612f424e3007f3 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Thu, 20 May 2021 19:40:54 +0200
Subject: [PATCH] Added new package: kirc

kiss irc client
---
 srcpkgs/kirc/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/kirc/template

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
new file mode 100644
index 000000000000..36c94d18ce76
--- /dev/null
+++ b/srcpkgs/kirc/template
@@ -0,0 +1,11 @@
+# Template file for 'kirc'
+pkgname=kirc
+version=0.2.6
+revision=1
+build_style=gnu-makefile
+short_desc="A tiny IRC client written in POSIX C99"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="MIT"
+homepage="https://github.com/mcpcpc/kirc"
+distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720

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

* Re: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
@ 2021-05-20 17:50 ` notthewave
  2021-05-20 17:50 ` notthewave
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: notthewave @ 2021-05-20 17:50 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31019#issuecomment-845338336

Comment:
I set the homepage to github since the https certificate ran out. http://kirc.io/

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

* Re: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
  2021-05-20 17:50 ` New Package: kirc irc client notthewave
@ 2021-05-20 17:50 ` notthewave
  2021-05-20 18:14 ` Chocimier
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: notthewave @ 2021-05-20 17:50 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31019#issuecomment-845338336

Comment:
I set the homepage to github since the https certificate ran out. http://kirc.io/. Shall I add it anyway?

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

* Re: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
  2021-05-20 17:50 ` New Package: kirc irc client notthewave
  2021-05-20 17:50 ` notthewave
@ 2021-05-20 18:14 ` Chocimier
  2021-05-20 19:03 ` [PR PATCH] [Updated] " notthewave
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-05-20 18:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31019#issuecomment-845353890

Comment:
Please do add http://kirc.io/ . It's not like certificate ran out, there is no https there deliberately, only http.
Please also fix xlint warnings.

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

* Re: [PR PATCH] [Updated] New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (2 preceding siblings ...)
  2021-05-20 18:14 ` Chocimier
@ 2021-05-20 19:03 ` notthewave
  2021-05-20 19:05 ` notthewave
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: notthewave @ 2021-05-20 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages-1 patch-1
https://github.com/void-linux/void-packages/pull/31019

New Package: kirc irc client
Simple irc client that follows the kiss principle. 

<!-- 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 54bb15005dfaa0bbac574a3e19612f424e3007f3 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Thu, 20 May 2021 19:40:54 +0200
Subject: [PATCH 1/2] Added new package: kirc

kiss irc client
---
 srcpkgs/kirc/template | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/kirc/template

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
new file mode 100644
index 000000000000..36c94d18ce76
--- /dev/null
+++ b/srcpkgs/kirc/template
@@ -0,0 +1,11 @@
+# Template file for 'kirc'
+pkgname=kirc
+version=0.2.6
+revision=1
+build_style=gnu-makefile
+short_desc="A tiny IRC client written in POSIX C99"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="MIT"
+homepage="https://github.com/mcpcpc/kirc"
+distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720

From ae2c4491e583d3872cbeb9fd9e96ec82caddda00 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Thu, 20 May 2021 21:03:44 +0200
Subject: [PATCH 2/2] Update template

---
 srcpkgs/kirc/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 36c94d18ce76..7b2e6b5faf11 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -3,9 +3,13 @@ pkgname=kirc
 version=0.2.6
 revision=1
 build_style=gnu-makefile
-short_desc="A tiny IRC client written in POSIX C99"
+short_desc="Tiny IRC client written in POSIX C99"
 maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
-homepage="https://github.com/mcpcpc/kirc"
+homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
 checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720
+
+post_install() {
+        vlicense LICENSE
+}

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

* Re: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (3 preceding siblings ...)
  2021-05-20 19:03 ` [PR PATCH] [Updated] " notthewave
@ 2021-05-20 19:05 ` notthewave
  2021-05-27 21:01 ` [PR PATCH] [Updated] " Chocimier
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: notthewave @ 2021-05-20 19:05 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31019#issuecomment-845338336

Comment:
I set the homepage to github since there is no ssl certificate*. http://kirc.io/. Shall I add it anyway?

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

* Re: [PR PATCH] [Updated] New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (4 preceding siblings ...)
  2021-05-20 19:05 ` notthewave
@ 2021-05-27 21:01 ` Chocimier
  2021-05-27 21:03 ` Chocimier
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-05-27 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages-1 patch-1
https://github.com/void-linux/void-packages/pull/31019

New Package: kirc irc client
Simple irc client that follows the kiss principle. 

<!-- 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From b3861788640db69afae12606edb3a59d66f1f7b2 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Thu, 20 May 2021 19:40:54 +0200
Subject: [PATCH] New package: kirc-0.2.6

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
new file mode 100644
index 000000000000..7b2e6b5faf11
--- /dev/null
+++ b/srcpkgs/kirc/template
@@ -0,0 +1,15 @@
+# Template file for 'kirc'
+pkgname=kirc
+version=0.2.6
+revision=1
+build_style=gnu-makefile
+short_desc="Tiny IRC client written in POSIX C99"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="MIT"
+homepage="http://kirc.io"
+distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720
+
+post_install() {
+        vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (5 preceding siblings ...)
  2021-05-27 21:01 ` [PR PATCH] [Updated] " Chocimier
@ 2021-05-27 21:03 ` Chocimier
  2021-05-27 21:10 ` Chocimier
  2021-05-27 21:10 ` [PR PATCH] [Merged]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-05-27 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages-1 patch-1
https://github.com/void-linux/void-packages/pull/31019

New Package: kirc irc client
Simple irc client that follows the kiss principle. 

<!-- 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8a104943ad48680a0147cec70629e176def4563a Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Thu, 20 May 2021 19:40:54 +0200
Subject: [PATCH] New package: kirc-0.2.6

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
new file mode 100644
index 000000000000..97f38779d658
--- /dev/null
+++ b/srcpkgs/kirc/template
@@ -0,0 +1,15 @@
+# Template file for 'kirc'
+pkgname=kirc
+version=0.2.6
+revision=1
+build_style=gnu-makefile
+short_desc="Tiny IRC client written in POSIX C99"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="MIT"
+homepage="http://kirc.io"
+distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (6 preceding siblings ...)
  2021-05-27 21:03 ` Chocimier
@ 2021-05-27 21:10 ` Chocimier
  2021-05-27 21:10 ` [PR PATCH] [Merged]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-05-27 21:10 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31019#issuecomment-849943937

Comment:
We are serious about commit titles. I fixed that for you first time, but please take a look at contributing.md.

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

* Re: [PR PATCH] [Merged]: New Package: kirc irc client
  2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
                   ` (7 preceding siblings ...)
  2021-05-27 21:10 ` Chocimier
@ 2021-05-27 21:10 ` Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-05-27 21:10 UTC (permalink / raw)
  To: ml

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

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

New Package: kirc irc client
https://github.com/void-linux/void-packages/pull/31019

Description:
Simple irc client that follows the kiss principle. 

<!-- 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.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 17:45 [PR PATCH] New Package: kirc notthewave
2021-05-20 17:50 ` New Package: kirc irc client notthewave
2021-05-20 17:50 ` notthewave
2021-05-20 18:14 ` Chocimier
2021-05-20 19:03 ` [PR PATCH] [Updated] " notthewave
2021-05-20 19:05 ` notthewave
2021-05-27 21:01 ` [PR PATCH] [Updated] " Chocimier
2021-05-27 21:03 ` Chocimier
2021-05-27 21:10 ` Chocimier
2021-05-27 21:10 ` [PR PATCH] [Merged]: " Chocimier

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