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 2B3591382C5 for ; Wed, 4 Apr 2018 19:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16650E0AFF; Wed, 4 Apr 2018 19:20:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E487CE0AFF for ; Wed, 4 Apr 2018 19:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6315335C2C for ; Wed, 4 Apr 2018 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E66AA250 for ; Wed, 4 Apr 2018 19:20:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1522869593.2e5f586ab91b8dc070a625e2ce0ce44a8f30a80b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/goversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/goversion/Manifest dev-go/goversion/goversion-1.0.0_p20180404.ebuild X-VCS-Directories: dev-go/goversion/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2e5f586ab91b8dc070a625e2ce0ce44a8f30a80b X-VCS-Branch: master Date: Wed, 4 Apr 2018 19:20:36 +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: 89b3597f-4a81-4d24-bfe1-f72b33434ae8 X-Archives-Hash: 4cf7258f6e15686b4ece1fdfc148e6e5 commit: 2e5f586ab91b8dc070a625e2ce0ce44a8f30a80b Author: Manuel Rüger gentoo org> AuthorDate: Wed Apr 4 19:17:32 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Apr 4 19:19:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5f586a dev-go/goversion: Update snapshot Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-go/goversion/Manifest | 1 + dev-go/goversion/goversion-1.0.0_p20180404.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-go/goversion/Manifest b/dev-go/goversion/Manifest index 7b8d1c769ae..18ec6ae1f9c 100644 --- a/dev-go/goversion/Manifest +++ b/dev-go/goversion/Manifest @@ -1 +1,2 @@ DIST goversion-1.0.0_p20180403.tar.gz 8562 BLAKE2B 937d5531ef0f4cf8d72c1fded8ae0e1c6230f87a6ebadd3444aa87875c6712ff82d12b17ce78fcd41c6e6c2e51944a3dd824dbd0ffc3d768316c0b7b4b96edb9 SHA512 d446ca4d7b512b6fd5e510b3a7c2c11a7c72f6e915f4dd0ad9c61f8f93359ef08ff5256133245138798df3b0a3ab6d19157ddf76ea935858ba3230653cfde7ad +DIST goversion-1.0.0_p20180404.tar.gz 8580 BLAKE2B 3a9f80194d022c44836bfe5e12f9ff0bc3204be236047bbb9b00147374ae65ead37087376a60509653299d46bfdbb92dc7abec547e47bbfd0855eda134f8b301 SHA512 a8b99d9f01ea72ebbd4dad2ea73d1d08b75b3806821cbea3fe70828d748e50f34452c980acdd48a2b5bf4bf1399a28904e80b284f465fda356f46bb9895d6c52 diff --git a/dev-go/goversion/goversion-1.0.0_p20180404.ebuild b/dev-go/goversion/goversion-1.0.0_p20180404.ebuild new file mode 100644 index 00000000000..399b7e556a2 --- /dev/null +++ b/dev-go/goversion/goversion-1.0.0_p20180404.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGO_PN="rsc.io/goversion" + +EGIT_COMMIT="597212e462da05a7902d6cea0ec895a0d9b8b218" + +inherit golang-build golang-vcs-snapshot bash-completion-r1 +ARCHIVE_URI="https://github.com/rsc/goversion/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Print version used to build Go executables" +HOMEPAGE="https://github.com/rsc/goversion https://rsc.io/goversion" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +src_compile() { + pushd src/${EGO_PN} || die + GOPATH="${S}" go build -o ${PN} . || die + popd || die +} + +src_install() { + dobin src/${EGO_PN}/${PN} + dodoc src/${EGO_PN}/README.md +}