From 4d94f6950f441e81d0b6bc7efa675e7a6ecf9e30 Mon Sep 17 00:00:00 2001 From: Matt Whitlock Date: Thu, 19 Oct 2023 11:35:34 -0400 Subject: net-p2p/bitcoin-core: bump to 25.1 See: https://github.com/bitcoin/bitcoin/releases/tag/v25.1 Closes: https://bugs.gentoo.org/916014 Signed-off-by: Matt Whitlock Closes: https://github.com/gentoo/gentoo/pull/33414 Signed-off-by: Florian Schmaus --- dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild (limited to 'dev-util') diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild new file mode 100644 index 000000000000..7593d8a0097f --- /dev/null +++ b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Transitional package for net-p2p/bitcoin-core" +HOMEPAGE="https://bitcoincore.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="~net-p2p/bitcoin-core-${PV}" -- cgit v1.2.3-65-gdbad