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 1AA68138334 for ; Sun, 21 Apr 2019 21:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BDC9E08F0; Sun, 21 Apr 2019 21:48:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E425BE08F0 for ; Sun, 21 Apr 2019 21:48:15 +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 07914341DBD for ; Sun, 21 Apr 2019 21:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C63E566 for ; Sun, 21 Apr 2019 21:48:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1555883207.dc42056c42208a2f90d28dc9ca95c79a6b9dcf28.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-bindata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-bindata/Manifest dev-go/go-bindata/go-bindata-1.0.0.ebuild X-VCS-Directories: dev-go/go-bindata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc42056c42208a2f90d28dc9ca95c79a6b9dcf28 X-VCS-Branch: master Date: Sun, 21 Apr 2019 21:48:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dbe3753-13c2-4345-aa65-69a01d811be2 X-Archives-Hash: e17a53d83185d9ba8bec7c810fcbf087 commit: dc42056c42208a2f90d28dc9ca95c79a6b9dcf28 Author: Tomas Mozes gmail com> AuthorDate: Sun Mar 17 17:45:42 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 21 21:46:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc42056c dev-go/go-bindata: bump to 1.0.0 Closes: https://bugs.gentoo.org/676102 Closes: https://bugs.gentoo.org/680734 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11394 Signed-off-by: Michał Górny gentoo.org> dev-go/go-bindata/Manifest | 1 + dev-go/go-bindata/go-bindata-1.0.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-go/go-bindata/Manifest b/dev-go/go-bindata/Manifest index dd9b00df117..0518ea6e8e4 100644 --- a/dev-go/go-bindata/Manifest +++ b/dev-go/go-bindata/Manifest @@ -1 +1,2 @@ DIST go-bindata-0_pre20151023.tar.gz 17860 BLAKE2B 281a4ccbac82af31017728dd309cc32852a959cbe4e468bb2cf7e05266de748a22d062d8863350caaa713a28efb3c0dc7543abcf1fd1812543364ed6ff166c65 SHA512 ed1d2fd1c5a833b6efdc731eb43f72fc072a701c447a926ad6c1f9be3c0f1ed92c689639d02a288230a49d53795f41092deab132389871a5b9f79abdc525fc43 +DIST go-bindata-1.0.0.tar.gz 17871 BLAKE2B d461d863f099c705dbee5d32b188f1fde369c6e7497dfb8a1434d54f1c7bbf462357956960671f85813ce63fe1a3744578fa7a474362149aa115ac7c36a22fc8 SHA512 e6b46f80e39ad5463d67289fcae102eb7c18e8390daee99e495a94c97ed35df390dbfa6a36e11f43663ce38f05cafafdb5b3dd2896885fab7fd1f33e865d82a4 diff --git a/dev-go/go-bindata/go-bindata-1.0.0.ebuild b/dev-go/go-bindata/go-bindata-1.0.0.ebuild new file mode 100644 index 00000000000..32457564b82 --- /dev/null +++ b/dev-go/go-bindata/go-bindata-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit golang-build golang-vcs-snapshot + +EGO_PN="github.com/go-bindata/go-bindata/..." +KEYWORDS="~amd64 ~arm" + +DESCRIPTION="A small utility which generates Go code from any file" +HOMEPAGE="https://github.com/go-bindata/go-bindata" +SRC_URI="https://github.com/go-bindata/go-bindata/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="CC-PD" +SLOT="0/${PVR}" + +src_install() { + GOBIN=${S}/bin \ + golang-build_src_install + dobin bin/* +}