blob: 7d2c27eef43af58a0314776b81d44d7229013c86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install postinst postrm unpack
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: a git wrapper for vim
EAPI=5
HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/
KEYWORDS=amd64 x86 ~ppc-macos ~x64-macos
LICENSE=vim
RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=https://github.com/tpope/vim-fugitive/archive/v2.2.tar.gz -> fugitive-2.2.tar.gz
_eclass_exported_funcs=pkg_postrm:vim-plugin pkg_postinst:vim-plugin src_unpack:vcs-snapshot src_install:vim-plugin
_eclasses_=vcs-snapshot 03289f51c769cf409d200d2d628cdd6e vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 6f0171b0a2f2fce005c13b4c0685a0d8
_md5_=a87f6e10d2fb878ad16463df193e5f79
|