blob: 189c956f207f17b74a20649d2884293cefa2f7a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install postinst postrm
DEPEND=app-arch/xz-utils || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: automatically detect file indent settings
EAPI=7
HOMEPAGE=https://github.com/ciaranm/detectindent
INHERIT=vim-plugin
KEYWORDS=amd64 ~hppa ~mips ppc sparc x86
LICENSE=vim
RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=mirror://gentoo/detectindent-1.0_p20150908.tar.xz https://dev.gentoo.org/~chutzpah/vim/detectindent-1.0_p20150908.tar.xz
_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin 0dc43a0d19e9cf28116eff88ffd07748
_md5_=3dc48ec1212a69b591ff3be266f8fd67
|