* [PR PATCH] New package: matterircd-0.28.0
@ 2024-08-25 18:08 ninewise
2024-08-28 12:09 ` [PR REVIEW] " Bnyro
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: ninewise @ 2024-08-25 18:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
There is a new pull request by ninewise against master on the void-packages repository
https://github.com/ninewise/void-packages new/matterircd-0.28.0
https://github.com/void-linux/void-packages/pull/51986
New package: matterircd-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51986.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/matterircd-0.28.0-51986.patch --]
[-- Type: text/x-diff, Size: 1887 bytes --]
From 3360e790065560657b0cac17a76cf84608c22f25 Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 17:29:04 +0200
Subject: [PATCH] New package: matterircd-0.28.0
---
srcpkgs/matterircd/files/matterircd/run | 5 +++++
srcpkgs/matterircd/template | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 srcpkgs/matterircd/files/matterircd/run
create mode 100644 srcpkgs/matterircd/template
diff --git a/srcpkgs/matterircd/files/matterircd/run b/srcpkgs/matterircd/files/matterircd/run
new file mode 100644
index 00000000000000..565623a60c4158
--- /dev/null
+++ b/srcpkgs/matterircd/files/matterircd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u _matterircd:_matterircd -C /var/lib/matterircd matterircd --conf "${CONFIG:-/etc/matterircd/matterircd.toml}"
diff --git a/srcpkgs/matterircd/template b/srcpkgs/matterircd/template
new file mode 100644
index 00000000000000..89671e48fbb09d
--- /dev/null
+++ b/srcpkgs/matterircd/template
@@ -0,0 +1,23 @@
+# Template file for 'matterircd'
+pkgname=matterircd
+version=0.28.0
+revision=1
+build_style=go
+go_import_path=github.com/42wim/matterircd
+short_desc="Connect to your mattermost or slack using your IRC-client of choice"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="MIT"
+homepage="https://github.com/42wim/matterircd"
+distfiles="https://github.com/42wim/matterircd/archive/refs/tags/v${version}.tar.gz"
+checksum=a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64
+
+system_accounts="_matterircd"
+_matterircd_homedir="/var/lib/matterircd"
+make_dirs="/var/lib/matterircd 0700 _matterircd _matterircd
+ /etc/matterircd 0755 _matterircd _matterircd"
+
+post_install() {
+ vsconf matterircd.toml.example matterircd.toml
+ vlicense LICENSE
+ vsv matterircd
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
@ 2024-08-28 12:09 ` Bnyro
2024-08-30 5:51 ` [PR PATCH] [Updated] " ninewise
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bnyro @ 2024-08-28 12:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/51986#discussion_r1734561443
Comment:
```suggestion
homepage="https://github.com/42wim/matterircd"
changelog="https://github.com/42wim/matterircd/releases"
```
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
2024-08-28 12:09 ` [PR REVIEW] " Bnyro
@ 2024-08-30 5:51 ` ninewise
2024-11-29 2:43 ` github-actions
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: ninewise @ 2024-08-30 5:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
There is an updated pull request by ninewise against master on the void-packages repository
https://github.com/ninewise/void-packages new/matterircd-0.28.0
https://github.com/void-linux/void-packages/pull/51986
New package: matterircd-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51986.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/matterircd-0.28.0-51986.patch --]
[-- Type: text/x-diff, Size: 1946 bytes --]
From 82d11af7a55eb50df7c43fc8c68bff56743dbcd2 Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 17:29:04 +0200
Subject: [PATCH] New package: matterircd-0.28.0
---
srcpkgs/matterircd/files/matterircd/run | 5 +++++
srcpkgs/matterircd/template | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 srcpkgs/matterircd/files/matterircd/run
create mode 100644 srcpkgs/matterircd/template
diff --git a/srcpkgs/matterircd/files/matterircd/run b/srcpkgs/matterircd/files/matterircd/run
new file mode 100644
index 00000000000000..565623a60c4158
--- /dev/null
+++ b/srcpkgs/matterircd/files/matterircd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u _matterircd:_matterircd -C /var/lib/matterircd matterircd --conf "${CONFIG:-/etc/matterircd/matterircd.toml}"
diff --git a/srcpkgs/matterircd/template b/srcpkgs/matterircd/template
new file mode 100644
index 00000000000000..ac2f02a7c9d5fd
--- /dev/null
+++ b/srcpkgs/matterircd/template
@@ -0,0 +1,24 @@
+# Template file for 'matterircd'
+pkgname=matterircd
+version=0.28.0
+revision=1
+build_style=go
+go_import_path=github.com/42wim/matterircd
+short_desc="Connect to your mattermost or slack using your IRC-client of choice"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="MIT"
+homepage="https://github.com/42wim/matterircd"
+changelog="https://github.com/42wim/matterircd/releases"
+distfiles="https://github.com/42wim/matterircd/archive/refs/tags/v${version}.tar.gz"
+checksum=a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64
+
+system_accounts="_matterircd"
+_matterircd_homedir="/var/lib/matterircd"
+make_dirs="/var/lib/matterircd 0700 _matterircd _matterircd
+ /etc/matterircd 0755 _matterircd _matterircd"
+
+post_install() {
+ vsconf matterircd.toml.example matterircd.toml
+ vlicense LICENSE
+ vsv matterircd
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
2024-08-28 12:09 ` [PR REVIEW] " Bnyro
2024-08-30 5:51 ` [PR PATCH] [Updated] " ninewise
@ 2024-11-29 2:43 ` github-actions
2024-12-01 9:31 ` [PR PATCH] [Updated] " ninewise
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-11-29 2:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/51986#issuecomment-2506996631
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
` (2 preceding siblings ...)
2024-11-29 2:43 ` github-actions
@ 2024-12-01 9:31 ` ninewise
2025-03-03 2:03 ` github-actions
2025-03-12 22:08 ` [PR PATCH] [Updated] " ninewise
5 siblings, 0 replies; 7+ messages in thread
From: ninewise @ 2024-12-01 9:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
There is an updated pull request by ninewise against master on the void-packages repository
https://github.com/ninewise/void-packages new/matterircd-0.28.0
https://github.com/void-linux/void-packages/pull/51986
New package: matterircd-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51986.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/matterircd-0.28.0-51986.patch --]
[-- Type: text/x-diff, Size: 1946 bytes --]
From 28e7807cff8abe9ab35a5901aa275860a9e9b851 Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 17:29:04 +0200
Subject: [PATCH] New package: matterircd-0.28.0
---
srcpkgs/matterircd/files/matterircd/run | 5 +++++
srcpkgs/matterircd/template | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 srcpkgs/matterircd/files/matterircd/run
create mode 100644 srcpkgs/matterircd/template
diff --git a/srcpkgs/matterircd/files/matterircd/run b/srcpkgs/matterircd/files/matterircd/run
new file mode 100644
index 00000000000000..565623a60c4158
--- /dev/null
+++ b/srcpkgs/matterircd/files/matterircd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u _matterircd:_matterircd -C /var/lib/matterircd matterircd --conf "${CONFIG:-/etc/matterircd/matterircd.toml}"
diff --git a/srcpkgs/matterircd/template b/srcpkgs/matterircd/template
new file mode 100644
index 00000000000000..ac2f02a7c9d5fd
--- /dev/null
+++ b/srcpkgs/matterircd/template
@@ -0,0 +1,24 @@
+# Template file for 'matterircd'
+pkgname=matterircd
+version=0.28.0
+revision=1
+build_style=go
+go_import_path=github.com/42wim/matterircd
+short_desc="Connect to your mattermost or slack using your IRC-client of choice"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="MIT"
+homepage="https://github.com/42wim/matterircd"
+changelog="https://github.com/42wim/matterircd/releases"
+distfiles="https://github.com/42wim/matterircd/archive/refs/tags/v${version}.tar.gz"
+checksum=a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64
+
+system_accounts="_matterircd"
+_matterircd_homedir="/var/lib/matterircd"
+make_dirs="/var/lib/matterircd 0700 _matterircd _matterircd
+ /etc/matterircd 0755 _matterircd _matterircd"
+
+post_install() {
+ vsconf matterircd.toml.example matterircd.toml
+ vlicense LICENSE
+ vsv matterircd
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
` (3 preceding siblings ...)
2024-12-01 9:31 ` [PR PATCH] [Updated] " ninewise
@ 2025-03-03 2:03 ` github-actions
2025-03-12 22:08 ` [PR PATCH] [Updated] " ninewise
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2025-03-03 2:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/51986#issuecomment-2693103603
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] New package: matterircd-0.28.0
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
` (4 preceding siblings ...)
2025-03-03 2:03 ` github-actions
@ 2025-03-12 22:08 ` ninewise
5 siblings, 0 replies; 7+ messages in thread
From: ninewise @ 2025-03-12 22:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
There is an updated pull request by ninewise against master on the void-packages repository
https://github.com/ninewise/void-packages new/matterircd-0.28.0
https://github.com/void-linux/void-packages/pull/51986
New package: matterircd-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51986.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/matterircd-0.28.0-51986.patch --]
[-- Type: text/x-diff, Size: 1946 bytes --]
From 85a35059f5e310128c8e01643cc4713163f17904 Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 17:29:04 +0200
Subject: [PATCH] New package: matterircd-0.28.0
---
srcpkgs/matterircd/files/matterircd/run | 5 +++++
srcpkgs/matterircd/template | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 srcpkgs/matterircd/files/matterircd/run
create mode 100644 srcpkgs/matterircd/template
diff --git a/srcpkgs/matterircd/files/matterircd/run b/srcpkgs/matterircd/files/matterircd/run
new file mode 100644
index 00000000000000..565623a60c4158
--- /dev/null
+++ b/srcpkgs/matterircd/files/matterircd/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u _matterircd:_matterircd -C /var/lib/matterircd matterircd --conf "${CONFIG:-/etc/matterircd/matterircd.toml}"
diff --git a/srcpkgs/matterircd/template b/srcpkgs/matterircd/template
new file mode 100644
index 00000000000000..ac2f02a7c9d5fd
--- /dev/null
+++ b/srcpkgs/matterircd/template
@@ -0,0 +1,24 @@
+# Template file for 'matterircd'
+pkgname=matterircd
+version=0.28.0
+revision=1
+build_style=go
+go_import_path=github.com/42wim/matterircd
+short_desc="Connect to your mattermost or slack using your IRC-client of choice"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="MIT"
+homepage="https://github.com/42wim/matterircd"
+changelog="https://github.com/42wim/matterircd/releases"
+distfiles="https://github.com/42wim/matterircd/archive/refs/tags/v${version}.tar.gz"
+checksum=a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64
+
+system_accounts="_matterircd"
+_matterircd_homedir="/var/lib/matterircd"
+make_dirs="/var/lib/matterircd 0700 _matterircd _matterircd
+ /etc/matterircd 0755 _matterircd _matterircd"
+
+post_install() {
+ vsconf matterircd.toml.example matterircd.toml
+ vlicense LICENSE
+ vsv matterircd
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-03-12 22:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-25 18:08 [PR PATCH] New package: matterircd-0.28.0 ninewise
2024-08-28 12:09 ` [PR REVIEW] " Bnyro
2024-08-30 5:51 ` [PR PATCH] [Updated] " ninewise
2024-11-29 2:43 ` github-actions
2024-12-01 9:31 ` [PR PATCH] [Updated] " ninewise
2025-03-03 2:03 ` github-actions
2025-03-12 22:08 ` [PR PATCH] [Updated] " ninewise
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).