summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-19 00:56:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-19 19:39:38 +0100
commitd8f1c2be43c66ed3ced85a280b9064ce9caf9eee (patch)
treec85d5413514c292540d227523f3741f1e3f778f1 /dev-util/bitcoin-tx
parentnet-p2p/bitcoind: Drop live ebuild (outdated) (diff)
downloadgentoo-d8f1c2be43c66ed3ced85a280b9064ce9caf9eee.tar.gz
gentoo-d8f1c2be43c66ed3ced85a280b9064ce9caf9eee.tar.bz2
gentoo-d8f1c2be43c66ed3ced85a280b9064ce9caf9eee.zip
dev-util/bitcoin-tx: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/bitcoin-tx')
-rw-r--r--dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild
deleted file mode 100644
index 51d37bc8c3d3..000000000000
--- a/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2010-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-BITCOINCORE_IUSE=""
-BITCOINCORE_NEED_LIBSECP256K1=1
-BITCOINCORE_NO_DEPEND="libevent"
-inherit bitcoincore
-
-DESCRIPTION="Command-line Bitcoin transaction tool"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-src_configure() {
- bitcoincore_conf \
- --enable-util-tx
-}