From: Andreas Sturmlechner Date: Thu, 18 Jan 2018 23:56:36 +0000 (+0100) Subject: dev-util/bitcoin-tx: Drop live ebuild (outdated) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8f1c2be43c66ed3ced85a280b9064ce9caf9eee;p=gentoo.git dev-util/bitcoin-tx: Drop live ebuild (outdated) Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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 -}