Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: atheme-7.2.12
@ 2023-10-29 10:03 AnInternetTroll
  2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ 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] 12+ 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
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ 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] 12+ 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
  2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll
  10 siblings, 0 replies; 12+ 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] 12+ 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
  10 siblings, 0 replies; 12+ 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] 12+ 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
  10 siblings, 0 replies; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2024-05-01 14:01 UTC | newest]

Thread overview: 12+ 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

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