diff options
author | haarp <main.haarp@gmail.com> | 2021-06-08 20:34:32 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2021-06-08 20:34:32 +0200 |
commit | b25af27a1b6fc7dc08c04799e12bfc6b793adc26 (patch) | |
tree | b9041c4a97199df054a2b4d160bda4e92399c4c9 /net-p2p | |
parent | Remove python-libevdev, is in Gentoo now (diff) | |
download | haarp-b25af27a1b6fc7dc08c04799e12bfc6b793adc26.tar.gz haarp-b25af27a1b6fc7dc08c04799e12bfc6b793adc26.tar.bz2 haarp-b25af27a1b6fc7dc08c04799e12bfc6b793adc26.zip |
Why didn't anybody tell me that Gentoo already had geth? :D
It's called go-ethereum. Go figure.
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/geth/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/geth/geth-1.8.27.ebuild | 28 |
2 files changed, 0 insertions, 30 deletions
diff --git a/net-p2p/geth/Manifest b/net-p2p/geth/Manifest deleted file mode 100644 index f284d4c..0000000 --- a/net-p2p/geth/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST v1.8.27.tar.gz 10545102 BLAKE2B 19cc36f720b7c607ca6c56169d15dcc42da545e469beb798eb5f5c560d61e6c6f7a863f124423216473b018c8d18b331e0b107f5b12bd05da38891a1efff6c18 SHA512 b67f3e8406d0f2142f4da334fd3f60b57faf1fb3282d548d3904d43e2de4d709a3ddf66b462517274d02621dcd1428f634e0d0663d68d30dc6567d550fbdb03a -EBUILD geth-1.8.27.ebuild 518 BLAKE2B ed3e9768cb12a68c53dd1f7b4e69595665092adfc1d0357a4bcf2449cd3b57c7a1ed479499f351a16e612b9b7c693ec4db978676cc6ea65e7a9bfc8f9bfaccdf SHA512 6ba853f0591670b595671d43b3529e383952b1f90c8fa54a91bebdd1a94da4e1876edf2832f0ed1124e21aa290fb2674334d488bb051f854f44d045be36a7cce diff --git a/net-p2p/geth/geth-1.8.27.ebuild b/net-p2p/geth/geth-1.8.27.ebuild deleted file mode 100644 index 65088ed..0000000 --- a/net-p2p/geth/geth-1.8.27.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Command line interface for running a full Ethereum node" -HOMEPAGE="https://www.ethereum.org/" -SRC_URI="https://github.com/ethereum/go-ethereum/archive/v${PV}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" - -DEPEND="dev-lang/go" - -S="${WORKDIR}/go-ethereum-${PV}" - -src_compile() { - emake geth -} - -src_install() { - dobin build/bin/geth - dodoc README.md AUTHORS -} |