summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-10 13:44:58 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-10 14:07:51 -0400
commitde7016f9dabfe3c54b4601a40db93725691297b9 (patch)
tree7e674e9f3889f32c4d4ed11859bcfd50c6ede431 /app-vim/vim-go/vim-go-1.13.ebuild
parentapp-vim/unite: Drop old versions (diff)
downloadgentoo-de7016f9dabfe3c54b4601a40db93725691297b9.tar.gz
gentoo-de7016f9dabfe3c54b4601a40db93725691297b9.tar.bz2
gentoo-de7016f9dabfe3c54b4601a40db93725691297b9.zip
app-vim/vim-go: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim/vim-go/vim-go-1.13.ebuild')
-rw-r--r--app-vim/vim-go/vim-go-1.13.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
deleted file mode 100644
index ad5a3b542300..000000000000
--- a/app-vim/vim-go/vim-go-1.13.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Go development plugin for Vim"
-HOMEPAGE="https://github.com/fatih/vim-go"
-SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-RESTRICT="test"
-
-DOCS=( README.md CHANGELOG.md )
-
-src_compile() {
- # safely skip `make test` triggered by `make` as it runs `go get` commands
- # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt)
- :;
-}