public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-util/golint/
Date: Sun, 17 Apr 2016 12:17:56 +0000 (UTC)	[thread overview]
Message-ID: <1460895350.9495d57f0d10bd1dae1b3faa7c48b6351eeb2313.mrueg@gentoo> (raw)

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>


                 reply	other threads:[~2016-04-17 12:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1460895350.9495d57f0d10bd1dae1b3faa7c48b6351eeb2313.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