ant_menu-0.5.7.1-r1.ebuild 437 B

12345678910111213141516
  1. # Copyright 1999-2016 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: Java ant build system integration"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155"
  7. LICENSE="LGPL-2"
  8. KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos"
  9. IUSE=""
  10. RDEPEND="dev-java/ant"
  11. VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=155"