summaryrefslogtreecommitdiff
path: root/app-vim/gitgutter/gitgutter-20140525.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-13 19:53:15 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-13 19:53:15 +0100
commitd45e4e9f309fad5d9687d86f7209203e9c835b4d (patch)
tree45d601f1c17db13622247f65fc0cde301a4c195d /app-vim/gitgutter/gitgutter-20140525.ebuild
parent9e83e29f338b97e1e7cb1c453d325cc1e0283117 (diff)
downloadgentoo-d45e4e9f309fad5d9687d86f7209203e9c835b4d.tar.gz
gentoo-d45e4e9f309fad5d9687d86f7209203e9c835b4d.tar.bz2
gentoo-d45e4e9f309fad5d9687d86f7209203e9c835b4d.zip
app-vim/gitgutter: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/gitgutter/gitgutter-20140525.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-20140525.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/gitgutter/gitgutter-20140525.ebuild b/app-vim/gitgutter/gitgutter-20140525.ebuild
deleted file mode 100644
index 48812bb126c5..000000000000
--- a/app-vim/gitgutter/gitgutter-20140525.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: shows a git diff summary in the sign column and stages/reverts individual hunks"
-HOMEPAGE="https://github.com/airblade/vim-gitgutter/"
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- rm README* screenshot.png || die
-}