dev-util/bitcoin-tx: Drop live ebuild (outdated)
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 18 Jan 2018 23:56:36 +0000 (00:56 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 19 Jan 2018 18:39:38 +0000 (19:39 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild [deleted file]

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild
deleted file mode 100644 (file)
index 51d37bc..0000000
+++ /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
-}