blob: d8a5917b9a06614228c603dff5bd8510f2a59482 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=install postinst postrm prepare
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: ease your git workflow within vim
EAPI=6
HOMEPAGE=https://github.com/jreybert/vimagit
KEYWORDS=~amd64 ~x86
LICENSE=vim
RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=https://github.com/jreybert/vimagit/archive/1.7.2.tar.gz -> vimagit-1.7.2.tar.gz
_eclasses_=vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 573d7d5bb2611785411d2e993f727454
_md5_=99f74496ab576a65b6a85d3f152c35a3
|