games-action/openastromenace: eutils->desktop
[gentoo.git] / app-vim / dirdiff / dirdiff-1.1.5.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit vim-plugin
7
8 DESCRIPTION="vim plugin: diff and merge two directories recursively"
9 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102"
10 LICENSE="BSD"
11 KEYWORDS="amd64 x86"
12
13 RDEPEND="sys-apps/diffutils"
14
15 VIM_PLUGIN_HELPFILES="${PN}.txt"