From 233955dd88f8a6217f8d2ecc2412a5949b505a18 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Fri, 12 Apr 2024 07:35:16 +0200 Subject: net-p2p/go-ethereum: treeclean Signed-off-by: Sven Eden --- net-p2p/go-ethereum/Manifest | 3 -- net-p2p/go-ethereum/go-ethereum-1.10.23.ebuild | 43 -------------------------- net-p2p/go-ethereum/metadata.xml | 11 ------- 3 files changed, 57 deletions(-) delete mode 100644 net-p2p/go-ethereum/Manifest delete mode 100644 net-p2p/go-ethereum/go-ethereum-1.10.23.ebuild delete mode 100644 net-p2p/go-ethereum/metadata.xml diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest deleted file mode 100644 index 7b56663..0000000 --- a/net-p2p/go-ethereum/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST go-ethereum-1.10.23.tar.gz 13103826 BLAKE2B 68803fb284db26f52b894276ff6275a14df046eacd9963f74638b2812445bf7edb08445b7ca103297867fa33404d32098883e3332f6377b892d9038057da2548 SHA512 61bf3df78cc1f3ad895fe867b852d6c71a8468feec702969dc04b1e99dc4df860440b7ef46a988bc5e2d8b8bb4fbc12adb208408c85b6b2dc20dd20f1f3ad613 -EBUILD go-ethereum-1.10.23.ebuild 961 BLAKE2B b93b2795521119306776aed190ff0ad3c4a940c638ddfe8ae21fbe0456b30110ba69af0f3ac4c3dd59c352eff9aebebf78a37703ddfb9238ef070ef1e8320823 SHA512 844b780b1fa39edc92b60f333e15c40cc853bb21d71290866feb298d1af5c30943bf10ca658b579d2fdf66cb97ff574e10777987eab890dfb71a91dfc9b426e3 -MISC metadata.xml 360 BLAKE2B 1f1e0d9403107259c286c1c2dd14bc39f1fa94574b8dad2adc7dbe7292906a6787ea714378de28cb03e36c200ca8566be086ee41ad87fa8cae58f06c1d10db29 SHA512 ea8959c2db79151f9b41d89659ee3eaded4b3d1dca8ed03be64f0af09472985d3a3deae88af00ffb144908c3d835deff0ec287de7746a76cb7fb675cd0b551b0 diff --git a/net-p2p/go-ethereum/go-ethereum-1.10.23.ebuild b/net-p2p/go-ethereum/go-ethereum-1.10.23.ebuild deleted file mode 100644 index 0e998ce..0000000 --- a/net-p2p/go-ethereum/go-ethereum-1.10.23.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Official golang implementation of the Ethereum protocol" -HOMEPAGE="https://github.com/ethereum/go-ethereum" -SRC_URI="https://github.com/ethereum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+ LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="devtools" - -# Does all kinds of wonky stuff like connecting to Docker daemon, network activity, ... -RESTRICT+=" test" - -src_compile() { - emake $(usex devtools all geth) -} - -src_install() { - einstalldocs - - dobin build/bin/geth - - 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 -} diff --git a/net-p2p/go-ethereum/metadata.xml b/net-p2p/go-ethereum/metadata.xml deleted file mode 100644 index d85725f..0000000 --- a/net-p2p/go-ethereum/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Build Ethereum development tools (evm, abigen, puppeth, ...) - - - ethereum/go-ethereum - - -- cgit v1.2.3-65-gdbad