dev-python/hgdistver: ppc64 stable (bug 602484)
[gentoo.git] / app-vim / fuzzyfinder / fuzzyfinder-4.2.2.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit vim-plugin
8
9 DESCRIPTION="vim plugin: buffer/file/command/tag/etc explorer with fuzzy matching"
10 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1984"
11 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip"
12 LICENSE="MIT"
13 KEYWORDS="amd64 x86"
14
15 VIM_PLUGIN_HELPFILES="fuf"
16
17 DEPEND="app-arch/unzip"
18 RDEPEND="app-vim/l9"
19
20 S="${WORKDIR}"