Merge remote-tracking branch 'github/pr/703'. Fixes bug 560362.
[gentoo.git] / app-vim / unite / unite-2.0.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 inherit vim-plugin
8
9 DESCRIPTION="vim plugin: unite all sources"
10 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
11 LICENSE="MIT"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 VIM_PLUGIN_HELPFILES="unite.txt"
16
17 src_prepare() {
18         # remove unused tests
19         rm -rf test
20 }