* [gentoo-commits] dev/mrueg:master commit in: dev-util/golint/
@ 2016-04-17 12:17 Manuel Rüger
0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2016-04-17 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 9495d57f0d10bd1dae1b3faa7c48b6351eeb2313
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 12:15:50 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 12:15:50 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9495d57f
dev-util/golint: Initial version
Package-Manager: portage-2.2.28
dev-util/golint/Manifest | 1 +
dev-util/golint/golint-0_pre20160405.ebuild | 25 +++++++++++++++++++++++++
dev-util/golint/metadata.xml | 8 ++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-util/golint/Manifest b/dev-util/golint/Manifest
new file mode 100644
index 0000000..84f31a1
--- /dev/null
+++ b/dev-util/golint/Manifest
@@ -0,0 +1 @@
+DIST golint-0_pre20160405.tar.gz 29507 SHA256 1ad5bbf9c21327c73cb67db1329aee8253e18de994302c8ce1a98581bda4da44 SHA512 b74d0fcd042fb1a607bcba005e28b219ec0990c035c08b5ad20a7ba87f8ec37e940ce89682787cd443afc13cef93b12f182dc78d460ade12b548134477107c1e WHIRLPOOL 5ce241f424255906bf72a661449e9408e896fdc222e26b49cee0dcc4a9f1a18845b773c0b6c461bb3a86b07486d183ab32d419ac762931b89417f55a90054e84
diff --git a/dev-util/golint/golint-0_pre20160405.ebuild b/dev-util/golint/golint-0_pre20160405.ebuild
new file mode 100644
index 0000000..9b906b0
--- /dev/null
+++ b/dev-util/golint/golint-0_pre20160405.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/golang/lint/..."
+EGIT_COMMIT="8f348af5e29faa4262efdc14302797f23774e477"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A linter for Go source code"
+HOMEPAGE="https://github.com/golang/lint"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="BSD"
+SLOT="0/${PVR}"
+IUSE=""
+
+DEPEND="dev-go/go-tools"
+
+src_install() {
+ golang-build_src_install
+ dobin bin/*
+}
diff --git a/dev-util/golint/metadata.xml b/dev-util/golint/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-util/golint/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>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-17 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17 12:17 [gentoo-commits] dev/mrueg:master commit in: dev-util/golint/ Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox