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 4898A138334 for ; Sun, 28 Oct 2018 16:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBAFE0AA7; Sun, 28 Oct 2018 16:38:54 +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 16CF1E0AA7 for ; Sun, 28 Oct 2018 16:38:53 +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 25891335C5D for ; Sun, 28 Oct 2018 16:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 119DD449 for ; Sun, 28 Oct 2018 16:38:49 +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: <1540744711.118534dfb23b51508a5d1fdf9c43b8ca28e3162a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/glide/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/glide/Manifest dev-go/glide/glide-0.13.2.ebuild X-VCS-Directories: dev-go/glide/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 118534dfb23b51508a5d1fdf9c43b8ca28e3162a X-VCS-Branch: master Date: Sun, 28 Oct 2018 16:38:49 +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: 77689ef0-8604-4964-a5e6-6eda89a5b6b3 X-Archives-Hash: 7f9093a10a2b9a624b5a9e20efd68e7c commit: 118534dfb23b51508a5d1fdf9c43b8ca28e3162a Author: Manuel Rüger gentoo org> AuthorDate: Sun Oct 28 16:38:31 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Oct 28 16:38:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118534df dev-go/glide: Version bump to 0.13.2 Signed-off-by: Manuel Rüger gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-go/glide/Manifest | 1 + dev-go/glide/glide-0.13.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-go/glide/Manifest b/dev-go/glide/Manifest index 2207a220f52..7abe5c29af5 100644 --- a/dev-go/glide/Manifest +++ b/dev-go/glide/Manifest @@ -1,2 +1,3 @@ DIST glide-0.12.3.tar.gz 244609 BLAKE2B 49cac9d6cf5b8130c6dcded4eaa6b2160bb5f66120743b8f8225e1dbc4ee465ddb9b0c3fee9aba22c47c11cd11ee37329f255c92b180b3a189f5971afd7e4a41 SHA512 525bd73ed4941428dd2ad06fb5ecf87faa555eb48025a7f9ff57b4b4913b6f1a4202d9875d017080b3e96aee7b3d467c03a815e1845d0686223208f960ef9a99 DIST glide-0.13.1.tar.gz 269877 BLAKE2B f1b654d04984ace4c2971c785784b9b60fc4d3777540c6bb22e78d799b5995b764fe7f91091dfd36a8d45dd4580bac7347cce7015e9ee53b45ccf646aa2bd4fd SHA512 bd3962a8c1ca528ba1eb9310e150576531131f0aa1fd3944bf0cdf764a7d73c91d8824f287554264b124aac2d8e3b7622ab44e0d919235f8b0ef640d3f0f087e +DIST glide-0.13.2.tar.gz 271150 BLAKE2B 6c128b0454afa4d715940694161900d1165282f5091a397660a1c48b6a32be85f3796966ddcf57bfd9011713622d99c02c868d118a3f8e76531b5f6030676e1d SHA512 afc3b8f08bf4136370ff1a46efcf4d8b3cea053901883a17b1ac3d7e36c77140f48461169f2ca37c0010b4c6de9afb7f40b5248813cff094d7a1f319ed8e37ed diff --git a/dev-go/glide/glide-0.13.2.ebuild b/dev-go/glide/glide-0.13.2.ebuild new file mode 100644 index 00000000000..40c7e257d7a --- /dev/null +++ b/dev-go/glide/glide-0.13.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN="github.com/Masterminds/glide" + +if [[ ${PV} == *9999 ]]; then + inherit golang-vcs +else + SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + inherit golang-vcs-snapshot +fi + +DESCRIPTION="Vendor Package Managment for Golang" +HOMEPAGE="https://github.com/Masterminds/glide" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RESTRICT="test" + +S=${WORKDIR}/${P}/src/${EGO_PN} + +src_compile() { + GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -ldflags="-X main.version=${PV}" -o "bin/glide" glide.go || die +} + +src_install() { + dodoc README.md CHANGELOG.md + dobin bin/glide +}