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 5175C139085 for ; Thu, 12 Jan 2017 19:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B332241AE; Thu, 12 Jan 2017 19:43:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F0282241AE for ; Thu, 12 Jan 2017 19:43:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD6A53416FB for ; Thu, 12 Jan 2017 19:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB0B253B for ; Thu, 12 Jan 2017 19:43:36 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1484250204.098c4725950f43736bf30c75368b0bef2b459659.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/golint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/golint/Manifest dev-go/golint/golint-0_pre20161114.ebuild dev-go/golint/metadata.xml X-VCS-Directories: dev-go/golint/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 098c4725950f43736bf30c75368b0bef2b459659 X-VCS-Branch: master Date: Thu, 12 Jan 2017 19:43:36 +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: ce9ff9bd-4cb5-4af7-aec9-36db34e7641d X-Archives-Hash: 6871fbfe16a248665b863018cf49e3d3 commit: 098c4725950f43736bf30c75368b0bef2b459659 Author: William Hubbs gentoo org> AuthorDate: Thu Jan 12 19:42:51 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 12 19:43:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098c4725 dev-go/golint: new package Package-Manager: portage-2.3.0 dev-go/golint/Manifest | 1 + dev-go/golint/golint-0_pre20161114.ebuild | 38 +++++++++++++++++++++++++++++++ dev-go/golint/metadata.xml | 8 +++++++ 3 files changed, 47 insertions(+) diff --git a/dev-go/golint/Manifest b/dev-go/golint/Manifest new file mode 100644 index 00000000..8e5b3a2 --- /dev/null +++ b/dev-go/golint/Manifest @@ -0,0 +1 @@ +DIST golint-0_pre20161114.tar.gz 30204 SHA256 dbad0c8963b91dcb87d216b07aa77c162dd918a9c2b60a890d5a2c5f257ce286 SHA512 6ba92ade7a84ab587383ce5fe857ac4d6f731a75390ff52ede0bf0ef85b4eea7ebb33282b8332727bf94461891e098700de6d8e8b625f580e4cf791ab436278b WHIRLPOOL 07fcc14bc4536a4c033f06d15b3b04c2badbe21d4aea4c950501537b2f01e4ca88ad70db5455b9319080907759dbcb434c211257998cf9ec50155111aaff85fd diff --git a/dev-go/golint/golint-0_pre20161114.ebuild b/dev-go/golint/golint-0_pre20161114.ebuild new file mode 100644 index 00000000..23c9d3d --- /dev/null +++ b/dev-go/golint/golint-0_pre20161114.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +EGO_PN="github.com/golang/lint/..." + +if [[ ${PV} = *9999* ]]; then + inherit golang-vcs +else + EGIT_COMMIT=206c0f0 + SRC_URI="https://github.com/golang/lint/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + inherit golang-vcs-snapshot +fi +inherit golang-build + +DESCRIPTION="a linter for Go" +HOMEPAGE="https://godoc.org/golang.org/x/tools" +LICENSE="BSD" +SLOT="0/${PVR}" +IUSE="" +DEPEND=">=dev-lang/go-1.6 + dev-go/go-tools" +RDEPEND="! + + + + williamh@gentoo.org + William Hubbs + +