From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/godep/
Date: Mon, 30 Nov 2015 17:40:38 +0000 (UTC) [thread overview]
Message-ID: <1448905216.93152a337703cab2d754c35ab05500ff442c5536.williamh@gentoo> (raw)
commit: 93152a337703cab2d754c35ab05500ff442c5536
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 17:39:25 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 17:40:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93152a33
dev-go/godep: add live ebuild
dev-go/godep/godep-9999.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-go/godep/godep-9999.ebuild b/dev-go/godep/godep-9999.ebuild
new file mode 100644
index 0000000..6f0bf64
--- /dev/null
+++ b/dev-go/godep/godep-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/tools/godep
+
+if [[ ${PV} = *9999* ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+ EGIT_COMMIT=v${PV}
+ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="dependency tool for go"
+HOMEPAGE="https://github.com/tools/godep"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dobin godep
+dodoc src/${EGO_PN}/*.md
+}
next reply other threads:[~2015-11-30 17:41 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-30 17:40 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 19:32 [gentoo-commits] repo/gentoo:master commit in: dev-go/godep/ Zac Medico
2019-03-21 23:57 Zac Medico
2016-10-31 1:55 Zac Medico
2016-07-07 15:26 William Hubbs
2016-05-05 17:29 William Hubbs
2016-05-05 17:29 William Hubbs
2016-03-30 20:23 William Hubbs
2016-02-04 20:24 William Hubbs
2016-01-29 11:01 Patrice Clement
2016-01-27 17:14 William Hubbs
2016-01-25 22:26 William Hubbs
2016-01-21 17:53 William Hubbs
2016-01-14 20:10 William Hubbs
2015-12-02 14:41 Michael Palimaka
2015-11-30 17:18 William Hubbs
2015-11-18 16:46 William Hubbs
2015-08-11 20:54 William Hubbs
2015-08-11 20:54 William Hubbs
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=1448905216.93152a337703cab2d754c35ab05500ff442c5536.williamh@gentoo \
--to=williamh@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