commit:     ef7875b5821e3cab8dd7e7223d7d29950fdcebdc
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 23:39:02 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 23:43:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7875b5

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-go/golint/Manifest                    |  1 -
 dev-go/golint/golint-0_pre20161114.ebuild | 37 -------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-go/golint/Manifest b/dev-go/golint/Manifest
index 9679d298325..8b7a490c9d8 100644
--- a/dev-go/golint/Manifest
+++ b/dev-go/golint/Manifest
@@ -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

diff --git a/dev-go/golint/golint-0_pre20161114.ebuild 
b/dev-go/golint/golint-0_pre20161114.ebuild
deleted file mode 100644
index 7342fc55f01..00000000000
--- a/dev-go/golint/golint-0_pre20161114.ebuild
+++ /dev/null
@@ -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/*
-}

Reply via email to