Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
Date: Fri, 30 Sep 2022 23:24:58
Message-Id: 1664580265.f0041d559c06709e0fa51c57aaae4ae2ca50720b.sam@gentoo
1 commit: f0041d559c06709e0fa51c57aaae4ae2ca50720b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:15:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0041d55
7
8 net-p2p/bitcoind: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/bitcoind/bitcoind-0.21.0.ebuild | 2 +-
13 net-p2p/bitcoind/bitcoind-0.21.1.ebuild | 2 +-
14 net-p2p/bitcoind/bitcoind-21.2.ebuild | 2 +-
15 net-p2p/bitcoind/bitcoind-22.0.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
19 index 70bebb6cd408..2d24cac58585 100644
20 --- a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
21 +++ b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
22 @@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
23 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
24 SRC_URI="
25 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
26 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
27 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
28 "
29
30 LICENSE="MIT"
31
32 diff --git a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
33 index 56d810b91a5a..421be18661fa 100644
34 --- a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
35 +++ b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
36 @@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
37 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
38 SRC_URI="
39 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
40 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
41 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
42 "
43
44 LICENSE="MIT"
45
46 diff --git a/net-p2p/bitcoind/bitcoind-21.2.ebuild b/net-p2p/bitcoind/bitcoind-21.2.ebuild
47 index dff2239e6a07..f986861dc036 100644
48 --- a/net-p2p/bitcoind/bitcoind-21.2.ebuild
49 +++ b/net-p2p/bitcoind/bitcoind-21.2.ebuild
50 @@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
51 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
52 SRC_URI="
53 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v0.${PV}.tar.gz
54 - https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
55 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
56 "
57
58 LICENSE="MIT"
59
60 diff --git a/net-p2p/bitcoind/bitcoind-22.0.ebuild b/net-p2p/bitcoind/bitcoind-22.0.ebuild
61 index df9b06d5f7a8..510d66a3ecf4 100644
62 --- a/net-p2p/bitcoind/bitcoind-22.0.ebuild
63 +++ b/net-p2p/bitcoind/bitcoind-22.0.ebuild
64 @@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
65 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
66 SRC_URI="
67 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
68 - https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
69 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
70 "
71
72 LICENSE="MIT"