cmdalias-3.0-r1.ebuild 441 B

1234567891011121314151617
  1. # Copyright 1999-2017 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: library for alias creation"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=746"
  7. LICENSE="GPL-2"
  8. KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
  9. IUSE=""
  10. VIM_PLUGIN_HELPTEXT=\
  11. "This plugin provides library functions and is not intended to be used
  12. directly by the user."