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/bitcoin-cli/
Date: Fri, 30 Sep 2022 23:24:58
Message-Id: 1664580265.2d7588838a376db86fac94846bf26e12eff54f59.sam@gentoo
1 commit: 2d7588838a376db86fac94846bf26e12eff54f59
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:13:54 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=2d758883
7
8 net-p2p/bitcoin-cli: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
13 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
14 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 2 +-
15 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild | 2 +-
16 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
20 index 0d0b3da5862a..573e29aedb9b 100644
21 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
22 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
23 @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc
24 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
25 SRC_URI="
26 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
27 - https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
28 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
29 "
30
31 LICENSE="MIT"
32
33 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
34 index 113fb8d8b046..74c885b4f4dc 100644
35 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
36 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
37 @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc
38 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
39 SRC_URI="
40 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
41 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
42 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
43 "
44
45 LICENSE="MIT"
46
47 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
48 index e87439f533d4..a79ddadfe6a8 100644
49 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
50 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
51 @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc
52 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
53 SRC_URI="
54 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
55 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
56 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
57 "
58
59 LICENSE="MIT"
60
61 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
62 index 64860f8f90a8..009bb9330bba 100644
63 --- a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
64 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
65 @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc
66 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
67 SRC_URI="
68 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v0.${PV}.tar.gz
69 - https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
70 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
71 "
72
73 LICENSE="MIT"
74
75 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
76 index 13129ac9d061..1fb7fd08c62f 100644
77 --- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
78 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
79 @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc
80 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
81 SRC_URI="
82 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
83 - https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
84 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
85 "
86
87 LICENSE="MIT"