gitolite-syntax-20111225.ebuild 439 B

12345678910111213141516
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit vim-plugin
  5. DESCRIPTION="vim plugin: gitolite syntax highlighting"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900"
  7. LICENSE="Apache-2.0"
  8. KEYWORDS="amd64 ~arm x86"
  9. IUSE=""
  10. SRC_URI="mirror://gentoo/${P}.tar.bz2"
  11. VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf"