blob: 55af13add771cb8fcdcb2dfdc060edd2c81121f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install postinst postrm prepare
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: shows a git diff summary in the sign column and stages/reverts individual hunks
EAPI=5
HOMEPAGE=https://github.com/airblade/vim-gitgutter/
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=mirror://gentoo/gitgutter-20141101.tar.bz2 https://dev.gentoo.org/~radhermit/vim/gitgutter-20141101.tar.bz2
_eclass_exported_funcs=pkg_postrm:vim-plugin pkg_postinst:vim-plugin src_prepare:- src_install:vim-plugin
_eclasses_=vim-doc 1b0813c9dadf2431c96854a8d46f5eaf vim-plugin 1bbfc3364a7588372fb4c21734f0cd96
_md5_=b0f03cfa70207cb1cf63ccce7c5e0041
|