mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-go/golint: remove old version 0_pre20161114
This is the only consumer of dev-go/go-tools-0_pre20160220. Bug: https://bugs.gentoo.org/648434 Signed-off-by: Zac Medico <zmedico@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST golint-0_pre20161114.tar.gz 30204 BLAKE2B 40bc84a2daa86c2956332ffe46dba45d2cdb0826b31251bed3e94f6f794c1f6d41f009b8ad807ec864198e96899aee09e8a189416e398c3386fbf556d12fee5a SHA512 6ba92ade7a84ab587383ce5fe857ac4d6f731a75390ff52ede0bf0ef85b4eea7ebb33282b8332727bf94461891e098700de6d8e8b625f580e4cf791ab436278b
|
||||
DIST golint-0_pre20180702.tar.gz 31957 BLAKE2B fb3129918bf352ab75f617d933902055877473ca9269b0e5bf91a727e88b579b7b6ced6255d845364405a749ef0aae1f8f67bab0cf97916b39fd7e8f4be54f74 SHA512 bbf550927f547950e0a8270eaf4981cf51b799998e2154058aad3345579ea3a70581cdc13cc36345ca82cf3513a88092f0f5d453895768d05b25a4c47f030fb0
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2018 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-0_pre20180817"
|
||||
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/*
|
||||
}
|
||||
Reference in New Issue
Block a user