From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/glide/
Date: Sun, 15 Jan 2017 20:52:50 +0000 (UTC) [thread overview]
Message-ID: <1484513557.85fb642eef48c3d02507beae4f0a321a2b3603bd.mrueg@gentoo> (raw)
commit: 85fb642eef48c3d02507beae4f0a321a2b3603bd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 20:52:37 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 20:52:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fb642e
dev-go/glide: Initial version
Package-Manager: portage-2.3.3
dev-go/glide/Manifest | 1 +
dev-go/glide/glide-0.12.3.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-go/glide/metadata.xml | 8 ++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-go/glide/Manifest b/dev-go/glide/Manifest
new file mode 100644
index 00000000..8f3dfb6
--- /dev/null
+++ b/dev-go/glide/Manifest
@@ -0,0 +1 @@
+DIST glide-0.12.3.tar.gz 244609 SHA256 a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4 SHA512 525bd73ed4941428dd2ad06fb5ecf87faa555eb48025a7f9ff57b4b4913b6f1a4202d9875d017080b3e96aee7b3d467c03a815e1845d0686223208f960ef9a99 WHIRLPOOL eedf042adc1c1b421930806c3387024cf7e5dc55325cb46625c7efce586afbdd698f90226320e8f4377f27c517c399f30c6be817002748b116cc7fc51df6ef3c
diff --git a/dev-go/glide/glide-0.12.3.ebuild b/dev-go/glide/glide-0.12.3.ebuild
new file mode 100644
index 00000000..3e1d8b0
--- /dev/null
+++ b/dev-go/glide/glide-0.12.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN="github.com/Masterminds/glide"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit golang-vcs
+else
+ EGIT_COMMIT="v${PV/_/-}"
+ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="Vendor Package Managment for Golang"
+HOMEPAGE="http://github.com/Masterminds/glide"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+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
+}
diff --git a/dev-go/glide/metadata.xml b/dev-go/glide/metadata.xml
new file mode 100644
index 00000000..97df2a0
--- /dev/null
+++ b/dev-go/glide/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2017-01-15 20:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-15 20:52 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-go/glide/ Manuel Rüger
2018-02-21 16:18 Manuel Rüger
2018-10-28 16:38 Manuel Rüger
2019-01-27 11:05 Pacho Ramos
2020-01-01 8:43 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484513557.85fb642eef48c3d02507beae4f0a321a2b3603bd.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox