Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
Date: Sat, 07 Mar 2020 21:15:31
Message-Id: 1583615714.3f886754524d09423a0df8aee5344f72b6169871.candrews@gentoo
1 commit: 3f886754524d09423a0df8aee5344f72b6169871
2 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
3 AuthorDate: Mon Sep 30 03:29:09 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 21:15:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f886754
7
8 net-p2p/bitcoind-0.16.3: Migrate from user eclass to GLEP 81
9
10 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org>
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-p2p/bitcoind/bitcoind-0.16.3.ebuild | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/net-p2p/bitcoind/bitcoind-0.16.3.ebuild b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
17 index 585ba925484..9acfda6cbef 100644
18 --- a/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
19 +++ b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 DB_VER="4.8"
24 -inherit autotools bash-completion-r1 db-use systemd user
25 +inherit autotools bash-completion-r1 db-use systemd
26
27 BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765"
28 KNOTS_PV="${PV}.knots20180918"
29 @@ -24,6 +24,8 @@ IUSE="+asm examples knots libressl test upnp +wallet zeromq"
30 RESTRICT="!test? ( test )"
31
32 DEPEND="
33 + acct-group/bitcoin
34 + acct-user/bitcoin
35 >=dev-libs/boost-1.52.0:=[threads(+)]
36 dev-libs/libevent:=
37 >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery]
38 @@ -56,11 +58,6 @@ pkg_pretend() {
39 elog "of receive order. To disable RBF, set mempoolreplacement=never in bitcoin.conf"
40 }
41
42 -pkg_setup() {
43 - enewgroup bitcoin
44 - enewuser bitcoin -1 -1 /var/lib/bitcoin bitcoin
45 -}
46 -
47 src_prepare() {
48 sed -i 's/^\(complete -F _bitcoind bitcoind\) bitcoin-qt$/\1/' contrib/${PN}.bash-completion || die