*/*: Bump copyright on files touched this year
[gentoo.git] / app-vim / greputils / greputils-2.8-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit vim-plugin
7
8 DESCRIPTION="vim plugin: interface with grep, find and id-utils"
9 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062"
10 LICENSE="GPL-2"
11 KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86"
12 IUSE=""
13
14 VIM_PLUGIN_HELPURI="${HOMEPAGE}"
15
16 DEPEND=""
17 RDEPEND="
18         ${DEPEND}
19         >=app-vim/genutils-1.18
20         >=app-vim/multvals-3.6.1
21         >=app-vim/cmdalias-1.0"