summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-14 14:54:51 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-06-15 11:47:17 +0000
commit688d4550199d6266a636dbab0a05fb175db7cf89 (patch)
treea4824cee554772c3343e8bbcd2be55c75e64dc3c
parentapp-vim/gitgutter: Stable for amd64+x86. (diff)
downloadgentoo-688d4550199d6266a636dbab0a05fb175db7cf89.tar.gz
gentoo-688d4550199d6266a636dbab0a05fb175db7cf89.tar.bz2
gentoo-688d4550199d6266a636dbab0a05fb175db7cf89.zip
app-vim/gitgutter: Clean up old.
Package-Manager: portage-2.2.28
-rw-r--r--app-vim/gitgutter/Manifest1
-rw-r--r--app-vim/gitgutter/gitgutter-20141101.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest
index a025489d8e43..8e37262f8829 100644
--- a/app-vim/gitgutter/Manifest
+++ b/app-vim/gitgutter/Manifest
@@ -1,2 +1 @@
-DIST gitgutter-20141101.tar.bz2 31556 SHA256 a7d65fe668e8e7a515a8637df7ed80b17f27a0f637a7882c0207f8bae035022f SHA512 cbe21df40a05caebd85ac24fd20a55cf784ff33f73a7d27bcb8e87b6a38cd787b801fa314bf7ba9eefbc703efff527c9ebd947768c5714e774e39e67c7d35055 WHIRLPOOL 92d4c59d1e3925afa7f93f30ce8f87c430bf556e9553601b8eaeeaa9538900899115309602b1a5c17e8be9cff9d5b69a0ae70470438841a7090aaa35f452bbd2
DIST gitgutter-20160316.tar.bz2 37102 SHA256 41d3e44ae569cf208682e0e50b30bef669e195ad048196ec8fc91a9d8496637a SHA512 f63bb92097c1c52d5a6d84d9707358d4c3c681b1e7b5f4cc19846cda0ee5938d7f0180d5f9dcf259f06d32839e64ebbc4d7b4b681fc91cc785e484fba7d4c1b7 WHIRLPOOL 45a7fcb9108eeab47fdd2cfcc2f9409335d5b322d7bb1db58d9b702583b384d9c9a7ac7084620de1ce2a99370e87b29063291c8aee87c6710bf2153289afc003
diff --git a/app-vim/gitgutter/gitgutter-20141101.ebuild b/app-vim/gitgutter/gitgutter-20141101.ebuild
deleted file mode 100644
index 48812bb126c5..000000000000
--- a/app-vim/gitgutter/gitgutter-20141101.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
-}