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-libs/libbitcoinconsensus/
Date: Fri, 30 Sep 2022 23:24:56
Message-Id: 1664580264.86568819e9893fc827bf8ad8bed7ad1b869680d2.sam@gentoo
1 commit: 86568819e9893fc827bf8ad8bed7ad1b869680d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:12:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86568819
7
8 net-libs/libbitcoinconsensus: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild | 4 ++--
13 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild | 4 ++--
14 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild | 4 ++--
15 net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild | 2 +-
16 net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild | 4 ++--
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
20 index 7a0ea42117b5..ce497ba3df66 100644
21 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
22 +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
30 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
31 SRC_URI="
32 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
33 - https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
34 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
35 "
36
37 LICENSE="MIT"
38
39 diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
40 index 7f080957ecf4..e977b9486557 100644
41 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
42 +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
50 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
51 SRC_URI="
52 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
53 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
54 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
55 "
56
57 LICENSE="MIT"
58
59 diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
60 index e88ab219ffae..f152ca146cdb 100644
61 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
62 +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 +# Copyright 1999-2022 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
70 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
71 SRC_URI="
72 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
73 - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
74 + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
75 "
76
77 LICENSE="MIT"
78
79 diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
80 index 2fa948c0c2f8..7ab55f50ba8f 100644
81 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
82 +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
83 @@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
84 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
85 SRC_URI="
86 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v0.${PV}.tar.gz
87 - https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
88 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
89 "
90
91 LICENSE="MIT"
92
93 diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
94 index a0b6796e935b..1a956bd0c44a 100644
95 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
96 +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
97 @@ -1,4 +1,4 @@
98 -# Copyright 1999-2021 Gentoo Authors
99 +# Copyright 1999-2022 Gentoo Authors
100 # Distributed under the terms of the GNU General Public License v2
101
102 EAPI=7
103 @@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
104 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
105 SRC_URI="
106 https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
107 - https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
108 + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
109 "
110
111 LICENSE="MIT"