15 lines
460 B
Bash
15 lines
460 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.5.ebuild,v 1.3 2011/12/11 15:54:14 armin76 Exp $
|
|
|
|
EAPI="3"
|
|
inherit vim-plugin
|
|
|
|
DESCRIPTION="vim plugin: enhanced Tab key functionality"
|
|
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643"
|
|
|
|
LICENSE="BSD"
|
|
KEYWORDS="~amd64 ~mips ~ppc ~x86"
|
|
IUSE=""
|
|
|
|
VIM_PLUGIN_HELPFILES="supertab"
|