From f29a41111b3a606f5d95049b1ba92daabbc68cc0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Jan 2023 12:08:58 +0000 Subject: gentoo auto-resync : 05:01:2023 - 12:08:57 --- net-p2p/bitcoin-cli/Manifest | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild | 80 ++++++++++++++++++++++++ net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild | 77 ----------------------- 3 files changed, 81 insertions(+), 78 deletions(-) create mode 100644 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild delete mode 100644 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild (limited to 'net-p2p/bitcoin-cli') diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest index e0b809ea94ec..d67f42c272c6 100644 --- a/net-p2p/bitcoin-cli/Manifest +++ b/net-p2p/bitcoin-cli/Manifest @@ -6,5 +6,5 @@ DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 01247cbb9fca2381a8c08ab1c88c479c6409 DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321 SHA512 1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad EBUILD bitcoin-cli-0.21.0.ebuild 2392 BLAKE2B 814a5a4e662a5d6f4f382535b57137404361a460f8d88130677d574c7ce54926b147a5d3cba2775393f10a41a826b77b3ea612ff599dace61bc1c2eb07511ce7 SHA512 078f07ea656c7db87b4266d188c5394cf45266c40a5ee63fb070b7a3abfd83366df5ca18549ca3b2af5261cdce1cb208a8fc8a232277c7b8e394fc1b6889f95f EBUILD bitcoin-cli-22.0.ebuild 2596 BLAKE2B 05c1d22d1b33fdabb77b289591fb8b8fa85f520a8361dbcc648193f476cbd29d3e976d2245b075bb1c62be362d394cfa5bd3ad7e0ac3afae7cefc0787e86a57b SHA512 9522cf5e9543902e609b8022ae657b489014c3d98f6065a0348f0c38aeb0389d12908ff38482cb469c62a8a549419aa687844d28cb2a221ebea03786bb25c761 -EBUILD bitcoin-cli-24.0.1.ebuild 1425 BLAKE2B 6128dab65d8dea1ec8265fed55e0defb4ce11652cc6bdddb422d847b0d0389cfbdc96e2e99e63786d6aa90e652a1a065449cef87c028bea1dd8e16a8e41071b0 SHA512 4f82520d3a14c7118c212cd189132217d506a712c8e886e4ff96d76a950dc519077354430f3012eee7fa08643b45bfb2b5389d42fc7ecceb2e002e9ddfa3ada9 +EBUILD bitcoin-cli-24.0.1-r1.ebuild 1561 BLAKE2B 3272506a5931288f7ba6762c9576776a6104b926415ab72aa6546b5eaab0694723c01972f0b23c9d3bdffff140b0f5fbccc44188694ff26a47e19a7f98b8dd39 SHA512 b70be3f7a6b474c72ede005fb9ab3e7fe08097beb378dde4dee58474d2ad3c987ec26e5f8cc4f4539fc943cc5e56442edd59afde61501539e1aeede15f273a13 MISC metadata.xml 794 BLAKE2B d7258cb6e38b7f95f72212b3d67f2a6c4f69b8a94a55d46189b970bca6c56ba23ec44b1c36a6b4bce19ba65be0b8879fd8240a48324c296d72d0d87e52e41568 SHA512 ef417ee4a492db03efa50d88b16b35a1b1768b7b04aaecd8676539572f25b96a427caab6dae9f5568241e5f1eda06159bd9a52b12a9002c0611b349ad2656470 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild new file mode 100644 index 000000000000..61cee04d2c9c --- /dev/null +++ b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools bash-completion-r1 + +DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" +HOMEPAGE="https://bitcoincore.org/" +SRC_URI=" + https://bitcoincore.org/bin/bitcoin-core-${PV}/${P/-cli}.tar.gz +" +S="${WORKDIR}"/${P/-cli} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +# TODO: Can we drop virtual/bitcoin-leveldb from some bitcoin-*? +# (only bitcoin-qt, bitcoind should need it?) +RDEPEND=" + dev-libs/boost:= + dev-libs/libevent:= + virtual/bitcoin-leveldb +" +DEPEND="${RDEPEND}" + +DOCS=( doc/release-notes.md ) + +PATCHES=( + "${FILESDIR}"/24.0.1-syslibs.patch +) + +pkg_pretend() { + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/releases/${PV}/" +} + +src_prepare() { + default + + eautoreconf + + rm -r src/leveldb src/secp256k1 || die +} + +src_configure() { + local myeconfargs=( + --disable-asm + --without-qtdbus + --disable-ebpf + --without-natpmp + --without-qrencode + --without-miniupnpc + --disable-tests + --disable-wallet + --disable-zmq + --enable-util-cli + --disable-util-tx + --disable-util-util + --disable-util-wallet + --disable-bench + --without-libs + --without-daemon + --without-gui + --disable-fuzz + --disable-fuzz-binary + --disable-ccache + --disable-static + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + newbashcomp contrib/bitcoin-cli.bash-completion ${PN} +} diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild deleted file mode 100644 index cbf563fcda34..000000000000 --- a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 - -DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" -HOMEPAGE="https://bitcoincore.org/" -SRC_URI=" - https://bitcoincore.org/bin/bitcoin-core-${PV}/${P/-cli}.tar.gz -" -S="${WORKDIR}"/${P/-cli} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-libs/boost:= - dev-libs/libevent:= -" -DEPEND="${RDEPEND}" - -DOCS=( doc/release-notes.md ) - -PATCHES=( - "${FILESDIR}"/24.0.1-syslibs.patch -) - -pkg_pretend() { - elog "You are building ${PN} from Bitcoin Core." - elog "For more information, see:" - elog "https://bitcoincore.org/en/releases/${PV}/" -} - -src_prepare() { - default - - eautoreconf - - rm -r src/leveldb src/secp256k1 || die -} - -src_configure() { - local myeconfargs=( - --disable-asm - --without-qtdbus - --disable-ebpf - --without-natpmp - --without-qrencode - --without-miniupnpc - --disable-tests - --disable-wallet - --disable-zmq - --enable-util-cli - --disable-util-tx - --disable-util-util - --disable-util-wallet - --disable-bench - --without-libs - --without-daemon - --without-gui - --disable-fuzz - --disable-fuzz-binary - --disable-ccache - --disable-static - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - newbashcomp contrib/bitcoin-cli.bash-completion ${PN} -} -- cgit v1.2.3