increment-1.1-r1.ebuild 378 B

12345678910111213141516
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit vim-plugin
  5. DESCRIPTION="vim plugin: easily create sequences of incremented values"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842"
  7. LICENSE="vim.org"
  8. KEYWORDS="alpha amd64 ia64 ppc sparc x86"
  9. IUSE=""
  10. VIM_PLUGIN_HELPFILES="increment.txt"