blob: d381b5beae0304072c6c41bbcaacbfb537df6ac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: interface to Web APIs
EAPI=8
HOMEPAGE=https://github.com/mattn/webapi-vim
INHERIT=vim-plugin
KEYWORDS=amd64 x86 ~x64-macos
LICENSE=BSD
RDEPEND=net-misc/curl || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=https://github.com/mattn/webapi-vim/archive/0.3.tar.gz -> webapi-0.3.tar.gz
_eclasses_=vim-doc bea02829eae182f569e6e9a5dc2fe08f vim-plugin 4acc7611306b8fdbeac907d572ccac21
_md5_=b805dae8de826ab1b2d5f91e435a20ad
|