public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/
Date: Thu,  6 Oct 2016 21:56:52 +0000 (UTC)	[thread overview]
Message-ID: <1475791004.c4cb65466801b44286976ed948b75b4d5b4afc19.soap@gentoo> (raw)

commit:     c4cb65466801b44286976ed948b75b4d5b4afc19
Author:     Mathy Vanvoorden <mathy <AT> vanvoorden <DOT> be>
AuthorDate: Thu Oct  6 19:31:25 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 21:56:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cb6546

net-p2p/go-ethereum: New package

go-ethereum is a Go client for the Ethereum cryptocurrency.

This ebuild was based on work found in the hnaparst overlay.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2497

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-p2p/go-ethereum/Manifest                  |  1 +
 net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild | 29 +++++++++++++++++++++++++++
 net-p2p/go-ethereum/metadata.xml              | 15 ++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest
new file mode 100644
index 00000000..f84a2b0
--- /dev/null
+++ b/net-p2p/go-ethereum/Manifest
@@ -0,0 +1 @@
+DIST go-ethereum-1.4.16.tar.gz 14755287 SHA256 8b63fbfb54c256a0f302d9823f8bdb6e8c6a9f6583047d492fc1d7e18c850769 SHA512 ffe97a36c98460405014f6f6f3709ec4fd0556fd9f8f319f120065b2f44b4bc80791143b8a960dc44f858b7f368cd630d3d38ba954402486d67193c76f2eb13f WHIRLPOOL 0bc39515a539116ad963f4d06def628b59199e09aaef17e0420eb649dbbd83395633371d5a2876db2e2a73b906c7d091de83e2a135cf9850d293c5d81624b7ec

diff --git a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild b/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
new file mode 100644
index 00000000..365b89d
--- /dev/null
+++ b/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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="evm"
+
+DEPEND="dev-lang/go"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	emake geth
+	use evm && emake evm
+}
+
+src_install() {
+	einstalldocs
+
+	dobin build/bin/geth
+	use evm && dobin build/bin/evm
+}

diff --git a/net-p2p/go-ethereum/metadata.xml b/net-p2p/go-ethereum/metadata.xml
new file mode 100644
index 00000000..d543310
--- /dev/null
+++ b/net-p2p/go-ethereum/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mathy@vanvoorden.be</email>
+		<name>Mathy Vanvoorden</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<use>
+		<flag name="evm">Build Ethereum Virtual Machine (EVM)</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2016-10-06 21:57 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-06 21:56 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-06 22:04 [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ David Seifert
2016-10-11  7:50 David Seifert
2016-10-12  7:38 David Seifert
2016-10-15 16:36 David Seifert
2016-11-20 19:24 David Seifert
2017-01-03 23:07 Patrice Clement
2017-12-20 19:47 Craig Andrews
2017-12-20 19:47 Craig Andrews
2017-12-24 21:21 Zac Medico
2018-03-27 18:32 Michał Górny
2018-03-27 18:32 Michał Górny
2018-03-27 18:32 Michał Górny
2018-09-18  9:37 Michał Górny
2018-09-18  9:37 Michał Górny
2020-06-13 19:32 William Hubbs
2020-06-13 19:32 William Hubbs
2021-03-05 17:58 Sam James
2021-03-05 17:58 Sam James
2021-03-05 23:42 Sam James
2021-03-08 10:20 Sam James
2021-03-20  8:25 Joonas Niilola
2021-04-06 21:17 Sam James
2021-04-25 20:07 Sam James
2021-05-07 14:38 Sam James
2021-05-07 14:39 Sam James
2021-09-21  7:03 Joonas Niilola
2021-12-24  4:02 Sam James
2021-12-24  4:02 Sam James
2022-05-15  2:54 Sam James
2022-05-15  2:54 Sam James
2022-06-10  6:39 Sam James
2024-02-27 23:00 Sam James
2024-02-27 23:21 Sam James
2024-02-27 23:21 Sam James
2024-06-12  2:28 Sam James
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-08-29 12:21 Joonas Niilola
2024-10-25 11:36 Joonas Niilola

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=1475791004.c4cb65466801b44286976ed948b75b4d5b4afc19.soap@gentoo \
    --to=soap@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