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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BD24158094 for ; Fri, 30 Sep 2022 23:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B88E0A65; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D74AE0A65 for ; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1940D340FEF for ; Fri, 30 Sep 2022 23:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65493602 for ; Fri, 30 Sep 2022 23:24:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664580265.2d7588838a376db86fac94846bf26e12eff54f59.sam@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.20.1.ebuild net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild X-VCS-Directories: net-p2p/bitcoin-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d7588838a376db86fac94846bf26e12eff54f59 X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c07f598-af25-4ca0-872e-01eedc4d3023 X-Archives-Hash: 9860c5115806ce2c6da080791d8cf66a commit: 2d7588838a376db86fac94846bf26e12eff54f59 Author: Sam James gentoo org> AuthorDate: Fri Sep 30 23:13:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 30 23:24:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d758883 net-p2p/bitcoin-cli: fix StaticSrcUri Signed-off-by: Sam James gentoo.org> net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild index 0d0b3da5862a..573e29aedb9b 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" SRC_URI=" https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz - https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " LICENSE="MIT" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild index 113fb8d8b046..74c885b4f4dc 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" SRC_URI=" https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " LICENSE="MIT" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild index e87439f533d4..a79ddadfe6a8 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" SRC_URI=" https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz - https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/$(ver_cut 1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " LICENSE="MIT" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild index 64860f8f90a8..009bb9330bba 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" SRC_URI=" https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v0.${PV}.tar.gz - https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " LICENSE="MIT" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild index 13129ac9d061..1fb7fd08c62f 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitc HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" SRC_URI=" https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz - https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/$(ver_cut 1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " LICENSE="MIT"