16 lines
446 B
Bash
16 lines
446 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=4
|
|
|
|
inherit vim-plugin
|
|
|
|
DESCRIPTION="vim plugin: gitolite syntax highlighting"
|
|
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900"
|
|
LICENSE="Apache-2.0"
|
|
KEYWORDS="amd64 ~arm x86"
|
|
IUSE=""
|
|
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf"
|