From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9293E1381FA for ; Sat, 23 Apr 2016 06:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B1B21C048; Sat, 23 Apr 2016 06:50:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE26C21C052 for ; Sat, 23 Apr 2016 06:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3520D340CFA for ; Sat, 23 Apr 2016 06:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356FD208D for ; Sat, 23 Apr 2016 06:50:34 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1461394192.5b8d9c067a21fe4feb6fbecfe4155c36c44b989b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/ed25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/ed25519/Manifest dev-go/ed25519/ed25519-0.0.20160420.ebuild dev-go/ed25519/metadata.xml X-VCS-Directories: dev-go/ed25519/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5b8d9c067a21fe4feb6fbecfe4155c36c44b989b X-VCS-Branch: master Date: Sat, 23 Apr 2016 06:50:34 +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: 9f86adf5-3ef5-443a-8a5c-1303e0f65e7a X-Archives-Hash: 3af249d7df8282472a8fd520799f70ac commit: 5b8d9c067a21fe4feb6fbecfe4155c36c44b989b Author: Marek Szuba cern ch> AuthorDate: Thu Apr 21 13:10:18 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Apr 23 06:49:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8d9c06 New ebuild: dev-go/ed25519. A Go implementation of the ed25519 digital-signature scheme. This is one of the dependencies of net-proxy/obfs4proxy. Relevant Gentoo bug: #580622. dev-go/ed25519/Manifest | 3 +++ dev-go/ed25519/ed25519-0.0.20160420.ebuild | 24 ++++++++++++++++++++++++ dev-go/ed25519/metadata.xml | 8 ++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-go/ed25519/Manifest b/dev-go/ed25519/Manifest new file mode 100644 index 0000000..9bfe821 --- /dev/null +++ b/dev-go/ed25519/Manifest @@ -0,0 +1,3 @@ +DIST ed25519-0.0.20160420.tar.gz 107323 SHA256 510c71038fc31894d8056f6114c5ea75c12572c3eb67bf4ff02c1495ab3d3705 SHA512 ea93a0919521a6aa83d5c880651bbc9706f34ed3a33c5368f7709a552b89b2e0b098c64721bbd89e84cbaeebbcd050364167a9d5cef72a5395903877ee03ae33 WHIRLPOOL d16d3e652917474394185da92f4ee106ea630f66806be6ae8bcc8acfc060352ca46190836af544e25bc3f44baf5b96b937e483d0191a8ca7f724e4570078a409 +EBUILD ed25519-0.0.20160420.ebuild 505 SHA256 05d72af91e924d8109e2b332a919fff61bfc7d2471d1d757ac43077a727aba14 SHA512 752c058e6e61ec42538f1e822df2fcb1c4e8196535993ea03a95d60e0fadd3f7324975fa295d231186bd340902b61dcbb6d44b6ee940130581876e5ac0e54824 WHIRLPOOL 582cfc57d06f696fcedfe28522f3d3692b8f687ee22a40fd0e1d5f81c00687a1d9d10e55f6131c602703abd5ef4dc4c48d77425e1eedcbf8c3fecfeef77d4c6e +MISC metadata.xml 252 SHA256 a590e5133cd97a615db4f977b0e28e5c60c56cac76eb3d339109cdf379003b60 SHA512 cbda7bf9832872764ae776ce16b2966c37a2ba3a1982d9817006fd6b82d7b17146434cde428bf114062a483e9053d2acdcdd004695e6ebf428d19cdc09937c65 WHIRLPOOL b209a730a169969b9e3c4d4612368bc5b30bfa5fae275d98d83ba96fd0ad01d308a8fed4f7d67a7c9fa417c624dfeb23ce89ab58923a8a0b5b1bd68ee73f288c diff --git a/dev-go/ed25519/ed25519-0.0.20160420.ebuild b/dev-go/ed25519/ed25519-0.0.20160420.ebuild new file mode 100644 index 0000000..8a88127 --- /dev/null +++ b/dev-go/ed25519/ed25519-0.0.20160420.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit golang-build golang-vcs-snapshot + +EGO_SRC=github.com/agl/ed25519 +EGO_PN=${EGO_SRC}/... +EGIT_COMMIT="278e1ec8e8a6e017cd07577924d6766039146ced" + +DESCRIPTION="ed25519 for Go" +HOMEPAGE="https://github.com/agl/ed25519/" +SRC_URI="https://github.com/agl/ed25519/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" diff --git a/dev-go/ed25519/metadata.xml b/dev-go/ed25519/metadata.xml new file mode 100644 index 0000000..d920e3b --- /dev/null +++ b/dev-go/ed25519/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + +