public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/
Date: Sun, 24 Dec 2017 21:21:23 +0000 (UTC)	[thread overview]
Message-ID: <1514150477.014388ce4792b759ac7763847cda533cea67ee8b.zmedico@gentoo> (raw)

commit:     014388ce4792b759ac7763847cda533cea67ee8b
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 21:20:16 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 21:21:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014388ce

net-p2p/go-ethereum: version bump to 1.7.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/go-ethereum/Manifest                 |  1 +
 net-p2p/go-ethereum/go-ethereum-1.7.3.ebuild | 42 ++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest
index 5da5f63e312..a20740e7195 100644
--- a/net-p2p/go-ethereum/Manifest
+++ b/net-p2p/go-ethereum/Manifest
@@ -1 +1,2 @@
 DIST go-ethereum-1.7.2.tar.gz 7037907 BLAKE2B eb1e358e42c743a931995e7ee46dc2441356159fc9095e8a886cc6a0495cb2d2e77ee7df4c6dd98bc790397819fc43cdedba6cf28de1e4f3dcdc4dd71106f8e5 SHA512 7bc5957f1523fa5ec67650c4305633aa4c6098a243ef415f9ef56a4e4763eb2ef9f69514ed15810fcdb75f11e87cbd27c4f2af802c32a03be91b37a7b08ea520
+DIST go-ethereum-1.7.3.tar.gz 8188445 BLAKE2B abfa7fff970ea740376e05a56c51a83ba62853b68fd1de1a7161192da294558ea2939427119d00aadcb9e00b8b487e1acfae058e0c5ab6dbe3531e4db0b446cb SHA512 c50391f84b64c924c56d8d052a5c910f94869d86b080cd9b3355a48e094e7f5d4a05a631a57a74619b677067be5da21d6018d18a81bd014bceed43d3626cb017

diff --git a/net-p2p/go-ethereum/go-ethereum-1.7.3.ebuild b/net-p2p/go-ethereum/go-ethereum-1.7.3.ebuild
new file mode 100644
index 00000000000..a7fce9166ec
--- /dev/null
+++ b/net-p2p/go-ethereum/go-ethereum-1.7.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-base
+
+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 opencl"
+
+DEPEND="dev-lang/go:=
+	opencl? ( virtual/opencl )
+"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	use opencl && export GO_OPENCL=true
+
+	emake $(usex devtools all geth)
+}
+
+src_install() {
+	einstalldocs
+
+	dobin build/bin/geth
+	if use devtools; then
+		dobin build/bin/abigen
+		dobin build/bin/bootnode
+		dobin build/bin/evm
+		dobin build/bin/p2psim
+		dobin build/bin/puppeth
+		dobin build/bin/rlpdump
+		dobin build/bin/swarm
+		dobin build/bin/wnode
+	fi
+}


             reply	other threads:[~2017-12-25  0:59 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-24 21:21 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-25 11:36 [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ 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: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-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=1514150477.014388ce4792b759ac7763847cda533cea67ee8b.zmedico@gentoo \
    --to=zmedico@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