From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/
Date: Tue, 27 Feb 2024 23:21:29 +0000 (UTC) [thread overview]
Message-ID: <1709076053.1b6a444e93c9dea09c40fd97e2a35fbc017da3fb.sam@gentoo> (raw)
commit: 1b6a444e93c9dea09c40fd97e2a35fbc017da3fb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 23:17:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 23:20:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6a444e
net-p2p/go-ethereum: add 1.13.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-p2p/go-ethereum/Manifest | 2 ++
net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild | 44 ++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest
index b3d76f40ccfd..f309c4d399f4 100644
--- a/net-p2p/go-ethereum/Manifest
+++ b/net-p2p/go-ethereum/Manifest
@@ -1,2 +1,4 @@
DIST go-ethereum-1.10.18-deps.tar.xz 77657628 BLAKE2B fa4ebb250668489d6d72ac1284dc5b516643acf10c5d69ee97f1066d3cd7c780f198c170fbbf201e149d6664593d9027cf221058b13a82c3ab2681b21225d991 SHA512 130a492bfc281ca3fe10c13edba1907c455f7f322a7fe9b474e3ef206937b8a988e285c57946e5e8dc2639ae031a5a8514ef42be668d7719940ef65fde6c309d
DIST go-ethereum-1.10.18.tar.gz 13084436 BLAKE2B 4918f13b131796f928c17e6cbd3ab42095d4a52874865a2e9b9c6e8b8e4528af0152055c8d8556c795079bd2bc044e9a0fd028d4a90c66181c0cafddb41cf7ae SHA512 ba2b7091ac4ffd5bf02dbc27769ebd138b82dd9d79fb613e727f56f6cfaf969183f343511478e88fbead627141101e77206a4c2449b0ced9a7a2090b4c77d996
+DIST go-ethereum-1.13.14-deps.tar.xz 70373740 BLAKE2B 6bc403f85e024fdeeab8f41ef7f2940cceee11b8f6a1f97dc53cc5dda997f3c97ddcaefac61df196508f00fe61152f21bedc8de9e380fa91245a049c0a93ab58 SHA512 0d6cc6b846dab05acabfa0fc840f2db450a3138f863bf3f99ef83040071260a42fa2dccb88877a0d340e2532241653c32efb783bc67698f316ab1c9291d75330
+DIST go-ethereum-1.13.14.tar.gz 13500798 BLAKE2B f5cf0c3f72aedc7d149c5342c2edbcb4310301b4c9b164d65e1e281b8db78c79ca884e9cb41ecd72ed6fbbed34e198cb13fe7cc726856c9f323a4aacc4a2dc17 SHA512 80a410dbeb06e8a46bd5b4e962fcf030fa8787eef192dbcd01c3d98bf31e822a8c3b92c35251876e122eac3fad707faf95b5e5c0baed8e29aa024c856b6f54bc
diff --git a/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild
new file mode 100644
index 000000000000..3f6a3c174507
--- /dev/null
+++ b/net-p2p/go-ethereum/go-ethereum-1.13.14.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 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"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
+
+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
+}
next reply other threads:[~2024-02-27 23:21 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-27 23:21 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 9:59 [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ John Helmert III
2025-02-14 5:21 Sam James
2025-02-14 5:21 Sam James
2024-12-01 11:45 Sam James
2024-10-25 11:36 Joonas Niilola
2024-08-29 12:21 Joonas Niilola
2024-07-30 16:10 Joonas Niilola
2024-07-30 16:10 Joonas Niilola
2024-07-30 16:10 Joonas Niilola
2024-07-30 16:10 Joonas Niilola
2024-07-30 16:10 Joonas Niilola
2024-06-12 2:28 Sam James
2024-02-27 23:21 Sam James
2024-02-27 23:00 Sam James
2022-06-10 6:39 Sam James
2022-05-15 2:54 Sam James
2022-05-15 2:54 Sam James
2021-12-24 4:02 Sam James
2021-12-24 4:02 Sam James
2021-09-21 7:03 Joonas Niilola
2021-05-07 14:39 Sam James
2021-05-07 14:38 Sam James
2021-04-25 20:07 Sam James
2021-04-06 21:17 Sam James
2021-03-20 8:25 Joonas Niilola
2021-03-08 10:20 Sam James
2021-03-05 23:42 Sam James
2021-03-05 17:58 Sam James
2021-03-05 17:58 Sam James
2020-06-13 19:32 William Hubbs
2020-06-13 19:32 William Hubbs
2018-09-18 9:37 Michał Górny
2018-09-18 9:37 Michał Górny
2018-03-27 18:32 Michał Górny
2018-03-27 18:32 Michał Górny
2018-03-27 18:32 Michał Górny
2017-12-24 21:21 Zac Medico
2017-12-20 19:47 Craig Andrews
2017-12-20 19:47 Craig Andrews
2017-01-03 23:07 Patrice Clement
2016-11-20 19:24 David Seifert
2016-10-15 16:36 David Seifert
2016-10-12 7:38 David Seifert
2016-10-11 7:50 David Seifert
2016-10-06 22:04 David Seifert
2016-10-06 21:56 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709076053.1b6a444e93c9dea09c40fd97e2a35fbc017da3fb.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox