Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/
Date: Sun, 28 Jan 2018 23:19:57
Message-Id: 1517181540.2bcef572a4a5192e17003dd1b213c95bfe8a6f92.asturm@gentoo
1 commit: 2bcef572a4a5192e17003dd1b213c95bfe8a6f92
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Jan 27 12:23:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 23:19:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcef572
7
8 dev-util/bitcoin-tx: use HTTPS instead of HTTP
9
10 Closes: https://github.com/gentoo/gentoo/pull/6975
11
12 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
16 index d5c34e353b8..35051137b2e 100644
17 --- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
18 +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
19 @@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
20 IUSE="knots libressl"
21
22 DESCRIPTION="Command-line Bitcoin transaction tool"
23 -HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/"
24 +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
25 LICENSE="MIT"
26 SLOT="0"
27 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
28
29 SRC_URI="
30 https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> ${MyPN}-v${PV}.tar.gz
31 - http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
32 + https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
33 "
34 CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/"
35 -KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
36 +KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
37
38 RDEPEND="
39 !libressl? ( dev-libs/openssl:0=[-bindist] )