commit:     2d23ce0f6769a00197db3e28117a7e809dc92828
Author:     Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name>
AuthorDate: Tue Oct 24 15:46:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 08:37:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d23ce0f

net-p2p/bitcoin-core: install rpcauth.py to doc dir

Closes: https://bugs.gentoo.org/757102
Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../{bitcoin-core-25.1.ebuild => bitcoin-core-25.1-r1.ebuild}       | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild 
b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild
similarity index 98%
rename from net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild
rename to net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild
index a5818124e34f..5eadbf6fddce 100644
--- a/net-p2p/bitcoin-core/bitcoin-core-25.1.ebuild
+++ b/net-p2p/bitcoin-core/bitcoin-core-25.1-r1.ebuild
@@ -191,6 +191,12 @@ src_install() {
        use systemtap && DOCS+=( doc/tracing.md )
        use zeromq && DOCS+=( doc/zmq.md )
 
+       if use daemon ; then
+               # https://bugs.gentoo.org/757102
+               DOCS+=( share/rpcauth/rpcauth.py )
+               docompress -x "/usr/share/doc/${PF}/rpcauth.py"
+       fi
+
        default
 
        find "${ED}" -type f -name '*.la' -delete || die

Reply via email to