commit: bac62c5e785764c2c6db7ad41c88a24f93aaca0d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 22:23:45 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 27 22:29:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac62c5e
net-p2p/bitcoind: treeclean Closes: https://bugs.gentoo.org/945359 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-p2p/bitcoind/bitcoind-25.1.ebuild | 18 ------------------ net-p2p/bitcoind/metadata.xml | 26 -------------------------- profiles/package.mask | 1 - 3 files changed, 45 deletions(-) diff --git a/net-p2p/bitcoind/bitcoind-25.1.ebuild b/net-p2p/bitcoind/bitcoind-25.1.ebuild deleted file mode 100644 index fbf9339bbd6c..000000000000 --- a/net-p2p/bitcoind/bitcoind-25.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Transitional package for net-p2p/bitcoin-core[daemon]" -HOMEPAGE="https://bitcoincore.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="+asm +berkdb examples +external-signer nat-pmp +sqlite systemtap test upnp +wallet zeromq" -RESTRICT="!test? ( test )" - -RDEPEND=" - ~net-p2p/bitcoin-core-${PV}[daemon,asm=,berkdb=,examples=,external-signer=,nat-pmp=,sqlite=,systemtap=,test=,upnp=,zeromq=] - wallet? ( || ( ~net-p2p/bitcoin-core-${PV}[berkdb] ~net-p2p/bitcoin-core-${PV}[sqlite] ) ) -" diff --git a/net-p2p/bitcoind/metadata.xml b/net-p2p/bitcoind/metadata.xml deleted file mode 100644 index fbaa215fd727..000000000000 --- a/net-p2p/bitcoind/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Luke Dashjr</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="external-signer">Include support for external wallet signer programs</flag> - <flag name="nat-pmp">Enable NAT-PMP port forwarding</flag> - <flag name="systemtap">Enable SystemTap/DTrace tracing</flag> - <flag name="upnp">Enable Universal Plug and Play</flag> - <flag name="wallet">Enable wallet support</flag> - <flag name="zeromq">Report blocks and transactions via zeromq</flag> - </use> - <upstream> - <remote-id type="github">bitcoin/bitcoin</remote-id> - <remote-id type="github">bitcoinknots/bitcoin</remote-id> - <remote-id type="cpe">cpe:/a:bitcoin:bitcoin_core</remote-id> - <remote-id type="cpe">cpe:/a:bitcoin_knots_project:bitcoin_knots</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 6e824031be32..2947ff415b1e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -287,7 +287,6 @@ dev-util/bitcoin-tx net-libs/libbitcoinconsensus net-p2p/bitcoin-cli net-p2p/bitcoin-qt -net-p2p/bitcoind # Michał Górny <[email protected]> (2024-12-05) # 6.12.2 does not boot for me.
