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 04396138206 for ; Fri, 19 Jan 2018 18:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57FD6E0961; Fri, 19 Jan 2018 18:40:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3ACA3E0954 for ; Fri, 19 Jan 2018 18:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 34D66335C52 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 7EA8D1C7 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.9aec02df58bf2ee19aea9264374832d2ff5b0f4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild X-VCS-Directories: net-libs/libbitcoinconsensus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9aec02df58bf2ee19aea9264374832d2ff5b0f4d 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: 03103008-0c36-4c0e-af61-680d796dec03 X-Archives-Hash: 0134d035665a69fe90321a56a9ec9d1c commit: 9aec02df58bf2ee19aea9264374832d2ff5b0f4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 18 23:57:20 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=9aec02df net-libs/libbitcoinconsensus: Drop live ebuild (outdated) Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../libbitcoinconsensus-9999.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild deleted file mode 100644 index 33b88996fce..00000000000 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2010-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -BITCOINCORE_IUSE="test" -BITCOINCORE_NO_DEPEND="libevent" -inherit bitcoincore eutils - -DESCRIPTION="Bitcoin Core consensus library" -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -src_prepare() { - bitcoincore_src_prepare - epatch "${FILESDIR}/bugfix_bench_checks.patch" -} - -src_configure() { - bitcoincore_conf \ - --with-libs -} - -src_install() { - bitcoincore_src_install - dodoc doc/bips.md - prune_libtool_files -}