summaryrefslogtreecommitdiff
blob: 3fb0c4498800cb210d0ef042e1c81e1c09da629d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

inherit vim-plugin

MY_PV=${PV/0./}
MY_P=${PN}-${MY_PV}

DESCRIPTION="vim plugin: Total Commander style file explorer"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

VIM_PLUGIN_HELPFILES="vimcommander"

S=${WORKDIR}/${MY_P}