txtfmt-2.4-r1.ebuild 492 B

12345678910111213141516171819202122
  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: rich text highlighting in vim"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
  7. SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
  8. LICENSE="public-domain"
  9. KEYWORDS="~amd64 ~x86"
  10. VIM_PLUGIN_HELPFILES="${PN}.txt"
  11. S=${WORKDIR}
  12. src_prepare() {
  13. default
  14. rm indent_patch.txt || die
  15. }