summaryrefslogtreecommitdiff
path: root/dev-go/golint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-go/golint
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-go/golint')
-rw-r--r--dev-go/golint/Manifest3
-rw-r--r--dev-go/golint/golint-0_pre20161114.ebuild37
-rw-r--r--dev-go/golint/metadata.xml11
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-go/golint/Manifest b/dev-go/golint/Manifest
deleted file mode 100644
index 32f2e98d7e2a..000000000000
--- a/dev-go/golint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST golint-0_pre20161114.tar.gz 30204 BLAKE2B 40bc84a2daa86c2956332ffe46dba45d2cdb0826b31251bed3e94f6f794c1f6d41f009b8ad807ec864198e96899aee09e8a189416e398c3386fbf556d12fee5a SHA512 6ba92ade7a84ab587383ce5fe857ac4d6f731a75390ff52ede0bf0ef85b4eea7ebb33282b8332727bf94461891e098700de6d8e8b625f580e4cf791ab436278b
-EBUILD golint-0_pre20161114.ebuild 796 BLAKE2B 18a0fa1a98972da2e027b5645b4b326e116b435f50b1eaff17126f835a88d5b88425b2014ab2cb04927830894016af9ee9ae9eb3fd6b5ca17302607d1b28b0ac SHA512 c027ff8fe46d015acc10968b81f71bad2c118e1e75236a61ad09ec6e32e36254fc761a642d1c19b1be150c9d04ce442cf90c2741c4b1c0201c8a15c66cd609f9
-MISC metadata.xml 324 BLAKE2B 66f4944a9c30a65ccf8a89b90f5d5150165a936daa0f39f74fa5e5de9348288df31bcff94cd61bcc67fbdccbc0ceffa4c2a8cec00d2a1a2ca3621a0bf9b09e24 SHA512 69b45d514c5f5f336495087dc1e1343594596155307671e9c05c6a95f063362b21a5392a59d038bcbbfc6e4e071f015475fbc573d63824381f22425a1c0579f3
diff --git a/dev-go/golint/golint-0_pre20161114.ebuild b/dev-go/golint/golint-0_pre20161114.ebuild
deleted file mode 100644
index 5fffe12876dd..000000000000
--- a/dev-go/golint/golint-0_pre20161114.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="!<dev-lang/go-1.6
- dev-go/go-tools:="
-
-DOCS=(
- src/github.com/golang/lint/CONTRIBUTING.md
- src/github.com/golang/lint/README.md
- src/github.com/golang/lint/misc
- )
-
- src_install() {
- golang-build_src_install
- einstalldocs
- dobin bin/*
-}
diff --git a/dev-go/golint/metadata.xml b/dev-go/golint/metadata.xml
deleted file mode 100644
index 68d0b04fab18..000000000000
--- a/dev-go/golint/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <upstream>
- <remote-id type="github">golang/lint</remote-id>
- </upstream>
-</pkgmetadata>