13 lines
337 B
Bash
13 lines
337 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
inherit vim-plugin
|
|
|
|
DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol"
|
|
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58"
|
|
LICENSE="LGPL-2"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|
|
|
|
VIM_PLUGIN_HELPFILES="cvsmenu.txt"
|