blob: a1ebfeb290f256236fdaa180ccff9381a629ca0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install postinst postrm prepare unpack
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: shows a git diff in the sign column and stages/reverts hunks
EAPI=8
HOMEPAGE=https://github.com/airblade/vim-gitgutter/
INHERIT=vim-plugin vcs-snapshot
KEYWORDS=amd64 x86
LICENSE=MIT
RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=https://github.com/airblade/vim-gitgutter/archive/ded11946c04aeab5526f869174044019ae9e3c32.tar.gz -> gitgutter-20220524.tar.gz
_eclasses_=vim-doc f088862726f2bc672c57b1063b81ec52 vim-plugin 92ea4186891b666b0970fa1d713d64fa vcs-snapshot 3d327d546f76e4c2054573ff0d78fad2
_md5_=2f1749c35dce7eb5f2c0d038ba01a0bf
|