blob: 4ce9d7bb4c227a056b33ae47a421f59f70d1813e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-1.67.3.ebuild,v 1.6 2010/06/22 18:33:50 arfrever Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: SVN (subversion) integration"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=922"
LICENSE="as-is"
KEYWORDS="alpha amd64 ~hppa ia64 sparc x86"
IUSE=""
# vimspell map conflict, bug #91965
RDEPEND="${RDEPEND}
dev-vcs/subversion
!app-vim/vimspell"
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922"
|