summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/gitgutter/gitgutter-20170222.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-20170222.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/gitgutter/gitgutter-20170222.ebuild b/app-vim/gitgutter/gitgutter-20170222.ebuild
deleted file mode 100644
index 0a08a4ac7e70..000000000000
--- a/app-vim/gitgutter/gitgutter-20170222.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vim-plugin
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
- inherit git-r3
-else
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"
-HOMEPAGE="https://github.com/airblade/vim-gitgutter/"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="dev-vcs/git"
-
-src_prepare() {
- default
- rm LICENCE README* screenshot.png || die
- rm -rf test || die
-}