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/bitcoin-qt/, net-p2p/bitcoind/
Date: Sat, 07 Mar 2020 21:15:34
Message-Id: 1583615714.5f602b944e88c59004586ecf0c448bca34166538.candrews@gentoo
1 commit: 5f602b944e88c59004586ecf0c448bca34166538
2 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
3 AuthorDate: Mon Sep 30 03:39:01 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=5f602b94
7
8 net-p2p/bitcoin{-qt,d}-0.16.3: Fix UnnecessarySlashStrip
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/bitcoin-qt/bitcoin-qt-0.16.3.ebuild | 2 +-
14 net-p2p/bitcoind/bitcoind-0.16.3.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild
18 index 3b8b474b8ef..21877477b08 100644
19 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild
20 +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild
21 @@ -131,7 +131,7 @@ src_configure() {
22 src_install() {
23 default
24
25 - rm -f "${ED%/}/usr/bin/test_bitcoin" || die
26 + rm -f "${ED}/usr/bin/test_bitcoin" || die
27
28 insinto /usr/share/icons/hicolor/scalable/apps/
29 doins bitcoin128.svg
30
31 diff --git a/net-p2p/bitcoind/bitcoind-0.16.3.ebuild b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
32 index 9acfda6cbef..74b734ed258 100644
33 --- a/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
34 +++ b/net-p2p/bitcoind/bitcoind-0.16.3.ebuild
35 @@ -111,7 +111,7 @@ src_configure() {
36 src_install() {
37 default
38
39 - rm -f "${ED%/}/usr/bin/test_bitcoin" || die
40 + rm -f "${ED}/usr/bin/test_bitcoin" || die
41
42 insinto /etc/bitcoin
43 newins "${FILESDIR}/bitcoin.conf" bitcoin.conf