From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3CAF138206 for ; Fri, 19 Jan 2018 18:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BFF3E0986; Fri, 19 Jan 2018 18:40:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78AE8E0986 for ; Fri, 19 Jan 2018 18:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1339E335C37 for ; Fri, 19 Jan 2018 18:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0171C6 for ; Fri, 19 Jan 2018 18:40:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516387178.d8f1c2be43c66ed3ced85a280b9064ce9caf9eee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild X-VCS-Directories: dev-util/bitcoin-tx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8f1c2be43c66ed3ced85a280b9064ce9caf9eee X-VCS-Branch: master Date: Fri, 19 Jan 2018 18:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5090acfa-0d2f-40e7-9d94-55aa3c26a907 X-Archives-Hash: dce8fb45bcaaedbaea7724aa34d0d65d commit: d8f1c2be43c66ed3ced85a280b9064ce9caf9eee Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 18 23:56:36 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 -}