From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 597F1139083 for ; Wed, 20 Dec 2017 19:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D1EBE1056; Wed, 20 Dec 2017 19:47:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20485E1056 for ; Wed, 20 Dec 2017 19:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE20833D4A6 for ; Wed, 20 Dec 2017 19:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7A8AEA4 for ; Wed, 20 Dec 2017 19:47:35 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1513799235.c07def312b2e52cec3d8999cc789da6871d5d2d0.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/go-ethereum/Manifest net-p2p/go-ethereum/go-ethereum-1.5.5.ebuild net-p2p/go-ethereum/metadata.xml X-VCS-Directories: net-p2p/go-ethereum/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: c07def312b2e52cec3d8999cc789da6871d5d2d0 X-VCS-Branch: master Date: Wed, 20 Dec 2017 19:47:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 715fba7c-fea4-403e-a3e9-ce7bde49062e X-Archives-Hash: 878a91406195ab45baed6094a30028d8 commit: c07def312b2e52cec3d8999cc789da6871d5d2d0 Author: Craig Andrews gentoo org> AuthorDate: Wed Dec 20 19:43:22 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Dec 20 19:47:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07def31 net-p2p/go-ethereum: Cleanup old version Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-p2p/go-ethereum/Manifest | 1 - net-p2p/go-ethereum/go-ethereum-1.5.5.ebuild | 32 ---------------------------- net-p2p/go-ethereum/metadata.xml | 1 - 3 files changed, 34 deletions(-) diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest index e9c35c2d0ed..5da5f63e312 100644 --- a/net-p2p/go-ethereum/Manifest +++ b/net-p2p/go-ethereum/Manifest @@ -1,2 +1 @@ -DIST go-ethereum-1.5.5.tar.gz 14957844 BLAKE2B fcea479dd0ab9ffd8c0ff80b55913bc543d7827edf43c2f3a3d9f262433edf4a792e0229df8f744e8436d4d93e0161d1fa60125c09a7eeacba90b556a481830b SHA512 4429d0aaceb0e6ffa92f85674ad50ddb092436b97fabb4ff09439c408a762155ae7077b0a69432cf4a2397aea2ff3c4d603713ea1cd304a831b8aa9c039314ea DIST go-ethereum-1.7.2.tar.gz 7037907 BLAKE2B eb1e358e42c743a931995e7ee46dc2441356159fc9095e8a886cc6a0495cb2d2e77ee7df4c6dd98bc790397819fc43cdedba6cf28de1e4f3dcdc4dd71106f8e5 SHA512 7bc5957f1523fa5ec67650c4305633aa4c6098a243ef415f9ef56a4e4763eb2ef9f69514ed15810fcdb75f11e87cbd27c4f2af802c32a03be91b37a7b08ea520 diff --git a/net-p2p/go-ethereum/go-ethereum-1.5.5.ebuild b/net-p2p/go-ethereum/go-ethereum-1.5.5.ebuild deleted file mode 100644 index 2310def0f5e..00000000000 --- a/net-p2p/go-ethereum/go-ethereum-1.5.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 opencl" - -DEPEND="dev-lang/go:= - opencl? ( virtual/opencl ) -" -RDEPEND="${DEPEND}" - -src_compile() { - use opencl && export GO_OPENCL=true - - 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 index a9fe60633bd..03018cfb75a 100644 --- a/net-p2p/go-ethereum/metadata.xml +++ b/net-p2p/go-ethereum/metadata.xml @@ -10,7 +10,6 @@ Proxy Maintainers - Build Ethereum Virtual Machine (EVM) Build Ethereum development tools (evm, abigen, puppeth, ...) Add OpenCL GPU mining support