summaryrefslogtreecommitdiff
path: root/app-vim/gitgutter/gitgutter-20180815.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-17 12:55:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 20:39:07 +0200
commit0ef4bbc9f53138600ed978f6ae91794e947522e7 (patch)
tree114e9638d901e0f26bdd5e4d6459ca647d493dac /app-vim/gitgutter/gitgutter-20180815.ebuild
parent6c6d0d9f5be26b9adbaea2941161330fd9fe9514 (diff)
downloadgentoo-0ef4bbc9f53138600ed978f6ae91794e947522e7.tar.gz
gentoo-0ef4bbc9f53138600ed978f6ae91794e947522e7.tar.bz2
gentoo-0ef4bbc9f53138600ed978f6ae91794e947522e7.zip
app-vim/gitgutter: drop 20180815, EAPI-6--
Closes: https://bugs.gentoo.org/830867 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-vim/gitgutter/gitgutter-20180815.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-20180815.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-vim/gitgutter/gitgutter-20180815.ebuild b/app-vim/gitgutter/gitgutter-20180815.ebuild
deleted file mode 100644
index f345ade3be41..000000000000
--- a/app-vim/gitgutter/gitgutter-20180815.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# 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
- inherit vcs-snapshot
- COMMIT_HASH="50a7062909d91a290fae04219887b1b45f3138db"
- SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
- 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
-
- # remove unwanted test dir
- rm -r test || die
-}