* [PR PATCH] New package: atheme-7.2.12
@ 2023-10-29 10:03 AnInternetTroll
2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
` (16 more replies)
0 siblings, 17 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 10:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
There is a new pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 1779 bytes --]
From eca65194c862c7fe04f7f162b25231eb85c042f1 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..7b0965b9eacd7
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,26 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ vsv atheme
+ vlicense doc/LICENSE
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
@ 2023-10-29 10:45 ` AnInternetTroll
2023-10-29 11:00 ` AnInternetTroll
` (15 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 10:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 1859 bytes --]
From 2e00e6c416f06a7b8bb9df6e8a6388a066d3203f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 27 +++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..0e8b868bd5a78
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,27 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+conflicts="ecdsautils lifelines" # /usr/bin/ecdsakeygen and /usr/bin/dbverify
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ vsv atheme
+ vlicense doc/LICENSE
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-10-29 11:00 ` AnInternetTroll
2023-10-29 17:14 ` [PR REVIEW] " classabbyamp
` (14 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 11:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 1856 bytes --]
From 151874500eba3bb31e750eecef1b63ffc35eb0cd Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..51d201f6a18d5
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,26 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+conflicts="ecdsautils lifelines" # /usr/bin/ecdsakeygen and /usr/bin/dbverify
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ vsv atheme
+ vlicense doc/LICENSE
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR REVIEW] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29 11:00 ` AnInternetTroll
@ 2023-10-29 17:14 ` classabbyamp
2023-10-29 18:23 ` [PR PATCH] [Updated] " AnInternetTroll
` (13 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2023-10-29 17:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/46956#discussion_r1375475465
Comment:
would it make sense to change the names of these to `atheme-ecdsakeygen` and `atheme-dbverify`?
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (2 preceding siblings ...)
2023-10-29 17:14 ` [PR REVIEW] " classabbyamp
@ 2023-10-29 18:23 ` AnInternetTroll
2023-10-29 18:26 ` AnInternetTroll
` (12 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 18:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 2162 bytes --]
From 27d26f6b1a58638c57b15cd23292323556239160 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 37 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..05f7f80140d64
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,37 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ mv "$DESTDIR/usr/bin/ecdsakeygen" "$DESTDIR/usr/bin/atheme-ecdsakeygen"
+ mv "$DESTDIR/usr/bin/dbverify" "$DESTDIR/usr/bin/atheme-dbverify"
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (3 preceding siblings ...)
2023-10-29 18:23 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-10-29 18:26 ` AnInternetTroll
2023-10-29 18:28 ` [PR PATCH] [Updated] " AnInternetTroll
` (11 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 18:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/46956#issuecomment-1784190034
Comment:
Thanks for taking a review!
On Sun, Oct 29, 2023 at 10:14:58AM -0700, classabbyamp wrote:
>/etc/atheme.conf.example
>/etc/atheme.conf.operserv-example
>/etc/atheme.conf.userserv-example
>/etc/atheme.cron.example
>/etc/atheme.motd
>/etc/atheme.motd.example
>(most of) these should probably be `vsconf`ed instead of directly in /etc
Opsy, didn't realise that. I've gone with `--sysconfdir=/etc/atheme`
which should do the same thing.
>`/usr/include`, the pkgconfig file, and the non-versioned `.so`
>symlink should be put in an `atheme-devel` subpkg (you can use `xnew
>-a atheme atheme-devel` to autogen most of this)
Thanks for the xnew tip!
>would it make sense to change the names of these to
>`atheme-ecdsakeygen` and `atheme-dbverify`?
I'll be honest, I don't know how those are used. But if it avoids a
conflict I think we should.
Updated PR :D
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (4 preceding siblings ...)
2023-10-29 18:26 ` AnInternetTroll
@ 2023-10-29 18:28 ` AnInternetTroll
2024-01-28 1:46 ` github-actions
` (10 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2023-10-29 18:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 2447 bytes --]
From 8f3747222f02aeeb624e53720f019f91856d23ce Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 37 +++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 0000000000000..2c84c4c59c339
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..05f7f80140d64
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,37 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ mv "$DESTDIR/usr/bin/ecdsakeygen" "$DESTDIR/usr/bin/atheme-ecdsakeygen"
+ mv "$DESTDIR/usr/bin/dbverify" "$DESTDIR/usr/bin/atheme-dbverify"
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (5 preceding siblings ...)
2023-10-29 18:28 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-01-28 1:46 ` github-actions
2024-01-28 8:48 ` [PR PATCH] [Updated] " AnInternetTroll
` (9 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2024-01-28 1:46 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/46956#issuecomment-1913406024
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] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (6 preceding siblings ...)
2024-01-28 1:46 ` github-actions
@ 2024-01-28 8:48 ` AnInternetTroll
2024-04-28 1:46 ` github-actions
` (8 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-01-28 8:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 2447 bytes --]
From 6261a278443c06fef6f72f008dbaf0ddcd7ad756 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 37 +++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 0000000000000..2c84c4c59c339
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..05f7f80140d64
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,37 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ mv "$DESTDIR/usr/bin/ecdsakeygen" "$DESTDIR/usr/bin/atheme-ecdsakeygen"
+ mv "$DESTDIR/usr/bin/dbverify" "$DESTDIR/usr/bin/atheme-dbverify"
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (7 preceding siblings ...)
2024-01-28 8:48 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-04-28 1:46 ` github-actions
2024-04-28 8:28 ` AnInternetTroll
` (7 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2024-04-28 1:46 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/46956#issuecomment-2081285660
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] 18+ messages in thread
* Re: New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (8 preceding siblings ...)
2024-04-28 1:46 ` github-actions
@ 2024-04-28 8:28 ` AnInternetTroll
2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll
` (6 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-04-28 8:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/46956#issuecomment-2081390154
Comment:
Marking this PR as a draft due to incompatibilities with newer crypto lib, and waiting for a new atheme release
https://github.com/atheme/atheme/commit/a910d09419d0f950594c858737c4224da86cd1eb
(it's been so long since I looked at this I honestly am not sure how to describe the issue)
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (9 preceding siblings ...)
2024-04-28 8:28 ` AnInternetTroll
@ 2024-05-01 14:01 ` AnInternetTroll
2024-07-31 1:43 ` github-actions
` (5 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-05-01 14:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 2453 bytes --]
From 30cdd7bef70720a9b1c1524b7f47fbfff8f87db8 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++++
srcpkgs/atheme/template | 37 +++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 00000000000000..2c84c4c59c3392
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 00000000000000..9fb8c85af7aa1d
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 00000000000000..05f7f80140d640
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,37 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+ mv "$DESTDIR/usr/bin/ecdsakeygen" "$DESTDIR/usr/bin/atheme-ecdsakeygen"
+ mv "$DESTDIR/usr/bin/dbverify" "$DESTDIR/usr/bin/atheme-dbverify"
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (10 preceding siblings ...)
2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-07-31 1:43 ` github-actions
2024-07-31 11:40 ` [PR PATCH] [Updated] " AnInternetTroll
` (4 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2024-07-31 1: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/46956#issuecomment-2259472930
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] 18+ messages in thread
* Re: [PR PATCH] [Updated] New package: atheme-7.2.12
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (11 preceding siblings ...)
2024-07-31 1:43 ` github-actions
@ 2024-07-31 11:40 ` AnInternetTroll
2024-07-31 11:58 ` [PR PATCH] [Updated] [WIP] New package: atheme-7.3.0-rc2 AnInternetTroll
` (3 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-07-31 11:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 3168 bytes --]
From e9cfff6646fd6da36d8d3959c943b4dd5bb59321 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.3.0.rc2
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++
srcpkgs/atheme/template | 51 +++++++++++++++++++++++++++++++++
3 files changed, 58 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 00000000000000..2c84c4c59c3392
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 00000000000000..9fb8c85af7aa1d
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 00000000000000..1de4cf7d50bb23
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,51 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.3.0.rc2
+revision=1
+# FIXME: Once atheme 7.3.0 gets tagged use release tarballs, not this
+_atheme_hash="7d09d8881f1339d6b31e77fd088bf143c274339f"
+_libmowgli_hash="878f7e931b55d36e2e1b27807f7a620cbb0577d8"
+_atheme_contrib_hash="6b207738a5f21de7f2aa3dfe13ce235516c6d21e"
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/archive/${_atheme_hash}.tar.gz
+ https://github.com/atheme/libmowgli-2/archive/${_libmowgli_hash}.tar.gz
+ https://github.com/atheme/atheme-contrib-modules/archive/${_atheme_contrib_hash}.tar.gz"
+checksum="e5c7dac1f8d7c23fd0b3b37735c3f2ae31a11a7be9a21b409510bde94cda6f6f
+ b7d92346c777a4e2b73c73ad6789cb85f49dc41c869d92574cfc8b58efcb1ba6
+ d2524d6117ad161cb10157f7b0735f4cb2507563c331155c898bb2f22351cb37"
+skip_extraction="${_libmowgli_hash}.tar.gz ${_atheme_contrib_hash}.tar.gz"
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_extract() {
+ vsrcextract -C libmowgli-2 "${_libmowgli_hash}.tar.gz"
+ vsrcextract -C modules/contrib "${_atheme_contrib_hash}.tar.gz"
+}
+
+post_install() {
+ mv "$DESTDIR/usr/bin/"{ecdsakeygen,atheme-ecdsakeygen}
+ mv "$DESTDIR/usr/bin/"{dbverify,atheme-dbverify}
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: atheme-7.3.0-rc2
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (12 preceding siblings ...)
2024-07-31 11:40 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-07-31 11:58 ` AnInternetTroll
2024-10-30 2:00 ` github-actions
` (2 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-07-31 11:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
[WIP] New package: atheme-7.3.0-rc2
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 3221 bytes --]
From 3a9b2d09b79316af1256df1061ee4b82be815466 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.3.0.rc2
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++
srcpkgs/atheme/template | 52 +++++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 00000000000000..2c84c4c59c3392
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 00000000000000..9fb8c85af7aa1d
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 00000000000000..e37ae4cb0728a7
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,52 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.3.0.rc2
+revision=1
+# FIXME: Once atheme 7.3.0 gets tagged use release tarballs, not this
+_atheme_hash="7d09d8881f1339d6b31e77fd088bf143c274339f"
+_libmowgli_hash="878f7e931b55d36e2e1b27807f7a620cbb0577d8"
+_atheme_contrib_hash="6b207738a5f21de7f2aa3dfe13ce235516c6d21e"
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/archive/${_atheme_hash}.tar.gz
+ https://github.com/atheme/libmowgli-2/archive/${_libmowgli_hash}.tar.gz
+ https://github.com/atheme/atheme-contrib-modules/archive/${_atheme_contrib_hash}.tar.gz"
+checksum="e5c7dac1f8d7c23fd0b3b37735c3f2ae31a11a7be9a21b409510bde94cda6f6f
+ b7d92346c777a4e2b73c73ad6789cb85f49dc41c869d92574cfc8b58efcb1ba6
+ d2524d6117ad161cb10157f7b0735f4cb2507563c331155c898bb2f22351cb37"
+skip_extraction="${_libmowgli_hash}.tar.gz ${_atheme_contrib_hash}.tar.gz"
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_extract() {
+ vsrcextract -C libmowgli-2 "${_libmowgli_hash}.tar.gz"
+ vsrcextract -C modules/contrib "${_atheme_contrib_hash}.tar.gz"
+}
+
+post_install() {
+ mv "$DESTDIR/usr/bin/"{ecdsakeygen,atheme-ecdsakeygen}
+ mv "$DESTDIR/usr/bin/"{dbverify,atheme-dbverify}
+ mv "$DESTDIR/usr/bin/"{ecdsasign,atheme-ecdsasign}
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [WIP] New package: atheme-7.3.0-rc2
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (13 preceding siblings ...)
2024-07-31 11:58 ` [PR PATCH] [Updated] [WIP] New package: atheme-7.3.0-rc2 AnInternetTroll
@ 2024-10-30 2:00 ` github-actions
2024-10-30 15:22 ` [PR PATCH] [Updated] " AnInternetTroll
2025-01-30 1:56 ` github-actions
16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2024-10-30 2:00 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/46956#issuecomment-2445660036
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] 18+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: atheme-7.3.0-rc2
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (14 preceding siblings ...)
2024-10-30 2:00 ` github-actions
@ 2024-10-30 15:22 ` AnInternetTroll
2025-01-30 1:56 ` github-actions
16 siblings, 0 replies; 18+ messages in thread
From: AnInternetTroll @ 2024-10-30 15:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
There is an updated pull request by AnInternetTroll against master on the void-packages repository
https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956
[WIP] New package: atheme-7.3.0-rc2
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl (crossbuild)
Built on x86_64-glibc, tested on aarch64-musl with ngircd
A patch file from https://github.com/void-linux/void-packages/pull/46956.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 3221 bytes --]
From fd35384e17ea07d5470030fb6abf392d767b2796 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.3.0.rc2
---
srcpkgs/atheme-devel | 1 +
srcpkgs/atheme/files/atheme/run | 6 ++++
srcpkgs/atheme/template | 52 +++++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
create mode 120000 srcpkgs/atheme-devel
create mode 100644 srcpkgs/atheme/files/atheme/run
create mode 100644 srcpkgs/atheme/template
diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 00000000000000..2c84c4c59c3392
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 00000000000000..9fb8c85af7aa1d
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 00000000000000..e37ae4cb0728a7
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,52 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.3.0.rc2
+revision=1
+# FIXME: Once atheme 7.3.0 gets tagged use release tarballs, not this
+_atheme_hash="7d09d8881f1339d6b31e77fd088bf143c274339f"
+_libmowgli_hash="878f7e931b55d36e2e1b27807f7a620cbb0577d8"
+_atheme_contrib_hash="6b207738a5f21de7f2aa3dfe13ce235516c6d21e"
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/archive/${_atheme_hash}.tar.gz
+ https://github.com/atheme/libmowgli-2/archive/${_libmowgli_hash}.tar.gz
+ https://github.com/atheme/atheme-contrib-modules/archive/${_atheme_contrib_hash}.tar.gz"
+checksum="e5c7dac1f8d7c23fd0b3b37735c3f2ae31a11a7be9a21b409510bde94cda6f6f
+ b7d92346c777a4e2b73c73ad6789cb85f49dc41c869d92574cfc8b58efcb1ba6
+ d2524d6117ad161cb10157f7b0735f4cb2507563c331155c898bb2f22351cb37"
+skip_extraction="${_libmowgli_hash}.tar.gz ${_atheme_contrib_hash}.tar.gz"
+
+system_accounts="_atheme"
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_extract() {
+ vsrcextract -C libmowgli-2 "${_libmowgli_hash}.tar.gz"
+ vsrcextract -C modules/contrib "${_atheme_contrib_hash}.tar.gz"
+}
+
+post_install() {
+ mv "$DESTDIR/usr/bin/"{ecdsakeygen,atheme-ecdsakeygen}
+ mv "$DESTDIR/usr/bin/"{dbverify,atheme-dbverify}
+ mv "$DESTDIR/usr/bin/"{ecdsasign,atheme-ecdsasign}
+ vsv atheme
+ vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [WIP] New package: atheme-7.3.0-rc2
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
` (15 preceding siblings ...)
2024-10-30 15:22 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2025-01-30 1:56 ` github-actions
16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2025-01-30 1:56 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/46956#issuecomment-2623347132
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] 18+ messages in thread
end of thread, other threads:[~2025-01-30 1:56 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29 11:00 ` AnInternetTroll
2023-10-29 17:14 ` [PR REVIEW] " classabbyamp
2023-10-29 18:23 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29 18:26 ` AnInternetTroll
2023-10-29 18:28 ` [PR PATCH] [Updated] " AnInternetTroll
2024-01-28 1:46 ` github-actions
2024-01-28 8:48 ` [PR PATCH] [Updated] " AnInternetTroll
2024-04-28 1:46 ` github-actions
2024-04-28 8:28 ` AnInternetTroll
2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll
2024-07-31 1:43 ` github-actions
2024-07-31 11:40 ` [PR PATCH] [Updated] " AnInternetTroll
2024-07-31 11:58 ` [PR PATCH] [Updated] [WIP] New package: atheme-7.3.0-rc2 AnInternetTroll
2024-10-30 2:00 ` github-actions
2024-10-30 15:22 ` [PR PATCH] [Updated] " AnInternetTroll
2025-01-30 1:56 ` github-actions
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).