commit: d8f1c2be43c66ed3ced85a280b9064ce9caf9eee
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 23:56:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 18:39:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f1c2be
dev-util/bitcoin-tx: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild | 19 -------------------
1 file changed, 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 51d37bc8c3d..00000000000
--- 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
-}