gitlog-5.1.0.ebuild 499 B

12345678910111213141516
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit vim-plugin
  5. DESCRIPTION="vim plugin: git log and diff plugin for vim"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4294 https://github.com/PAntoine/vimgitlog/"
  7. SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="Artistic"
  9. KEYWORDS="amd64 x86"
  10. VIM_PLUGIN_HELPFILES="${PN}.txt"
  11. S=${WORKDIR}/vim${PN}-version_${PV}