From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DEFD1382C5 for ; Sun, 28 Jan 2018 23:20:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFAE6E0B7D; Sun, 28 Jan 2018 23:19:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C866EE0B89 for ; Sun, 28 Jan 2018 23:19:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBE44335C43 for ; Sun, 28 Jan 2018 23:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84AAF1DB for ; Sun, 28 Jan 2018 23:19:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517181541.56db17fcc2aaabab6c422a86afa9df7d75497b1c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild X-VCS-Directories: net-p2p/bitcoin-cli/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56db17fcc2aaabab6c422a86afa9df7d75497b1c X-VCS-Branch: master Date: Sun, 28 Jan 2018 23:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 609d4ddd-acf1-437b-aa5c-d0dd4cd302a8 X-Archives-Hash: 26184452094c2e0cfbf05e0cfdbeb28c commit: 56db17fcc2aaabab6c422a86afa9df7d75497b1c Author: Francesco Turco fastmail fm> AuthorDate: Sat Jan 27 12:27:53 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 28 23:19:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56db17fc net-p2p/bitcoin-cli: use HTTPS instead of HTTP net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild index e143f8a4489..fc2989de9d2 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild @@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}" IUSE="knots libressl" DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" -HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux" SRC_URI=" https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> ${MyPN}-v${PV}.tar.gz - http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/" -KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html" +KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html" RDEPEND=" !libressl? ( dev-libs/openssl:0=[-bindist] )