app-vim/ferret: version bump.
[gentoo.git] / app-vim / ferret / ferret-1.4.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
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: enhanced multi-file search"
9 HOMEPAGE="https://github.com/wincent/ferret"
10 SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
11
12 LICENSE="vim"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 DEPEND="app-arch/unzip"
17
18 src_prepare() {
19         default
20         rm -v test.rb || die
21 }