diff options
author | 2025-01-27 23:24:31 +0100 | |
---|---|---|
committer | 2025-01-27 23:29:39 +0100 | |
commit | 6ce652895d70727f2ab7c49fb9bedb1f1d9ca487 (patch) | |
tree | 7674f22964205f4ec472584454c72bef07fb566b /net-p2p/bitcoin-qt | |
parent | net-p2p/bitcoind: treeclean (diff) | |
download | gentoo-6ce652895d70727f2ab7c49fb9bedb1f1d9ca487.tar.gz gentoo-6ce652895d70727f2ab7c49fb9bedb1f1d9ca487.tar.bz2 gentoo-6ce652895d70727f2ab7c49fb9bedb1f1d9ca487.zip |
net-p2p/bitcoin-qt: treeclean
Closes: https://bugs.gentoo.org/945359 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-qt')
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild | 18 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/metadata.xml | 27 |
2 files changed, 0 insertions, 45 deletions
diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild deleted file mode 100644 index f9676f838315..000000000000 --- a/net-p2p/bitcoin-qt/bitcoin-qt-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[gui]" -HOMEPAGE="https://bitcoincore.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm +berkdb dbus +external-signer kde nat-pmp +qrcode +sqlite systemtap test upnp +wallet zeromq" -RESTRICT="!test? ( test )" - -RDEPEND=" - ~net-p2p/bitcoin-core-${PV}[gui,asm=,berkdb=,dbus=,external-signer=,kde=,nat-pmp=,qrcode=,sqlite=,systemtap=,test=,upnp=,zeromq=] - wallet? ( || ( ~net-p2p/bitcoin-core-${PV}[berkdb] ~net-p2p/bitcoin-core-${PV}[sqlite] ) ) -" diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml deleted file mode 100644 index 914568760981..000000000000 --- a/net-p2p/bitcoin-qt/metadata.xml +++ /dev/null @@ -1,27 +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>luke-jr+gentoobugs@utopios.org</email> - <name>Luke Dashjr</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</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="qrcode">Enable generation of QR Codes for receiving payments</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> |