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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 244AE15817D for ; Wed, 12 Jun 2024 02:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B222E2B52; Wed, 12 Jun 2024 02:28:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A22DE2B52 for ; Wed, 12 Jun 2024 02:28:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01490335DC3 for ; Wed, 12 Jun 2024 02:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E9451BD9 for ; Wed, 12 Jun 2024 02:28:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718159115.0db1ed9e314726ebe44f7d777fa2ada1e4200fa4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild X-VCS-Directories: net-p2p/go-ethereum/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0db1ed9e314726ebe44f7d777fa2ada1e4200fa4 X-VCS-Branch: master Date: Wed, 12 Jun 2024 02:28:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e807793b-aead-4f97-966f-cdaf84ec483c X-Archives-Hash: 8d928bed5583faa7585d99bb89290cbc commit: 0db1ed9e314726ebe44f7d777fa2ada1e4200fa4 Author: Sam James gentoo org> AuthorDate: Wed Jun 12 02:17:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 12 02:25:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db1ed9e net-p2p/go-ethereum: fix USE=devtools install * checkpoint-admin was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/1e556d220c3a40286dd90b37a08bb5fc659ee6ee. * faucet was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/bdf5e388ca0d1e6f5e227ba52481fe6b7667ec4d. * puppeth was dropped in upstream commit https://github.com/ethereum/go-ethereum/commit/8ded6a9fcd883d7d96ef695f5b312c509eae3a0a. Signed-off-by: Sam James gentoo.org> net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild index 3f6a3c174507..f5562b6dbf14 100644 --- a/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild +++ b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild @@ -27,18 +27,16 @@ src_install() { dobin build/bin/geth + # TODO: replace with wildcard if use devtools; then dobin build/bin/abidump dobin build/bin/abigen dobin build/bin/bootnode - dobin build/bin/checkpoint-admin dobin build/bin/clef dobin build/bin/devp2p dobin build/bin/ethkey dobin build/bin/evm - dobin build/bin/faucet dobin build/bin/p2psim - dobin build/bin/puppeth dobin build/bin/rlpdump fi }