net-p2p/p2pool: add 4.4-r1 with improvements

1. USE=daemon with openrc scripts
   - disabled by default, the behaviour does not change
2. adjust DEPENDs
   - openssl is not needed if USE=ssl
   - czmq is not linked to FWICT
   - add libsodium & randomx
3. Adjust style to be shorter

Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski
2025-04-29 17:29:33 +02:00
parent 0f29a30d0a
commit f4c4640b0d
4 changed files with 178 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
<email>adam.pimentel46@gmail.com</email>
<name>Adam Pimentel</name>
</maintainer>
<use>
<flag name="daemon">Install OpenRC scripts allowing for running p2pool as a system service</flag>
</use>
<upstream>
<bugs-to>https://github.com/SChernykh/p2pool/issues</bugs-to>
<changelog>https://github.com/SChernykh/p2pool/releases</changelog>