blob: eb00abd996c90aa48470c13e749cfeee9a2e95d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-2.ebuild,v 1.1 2005/01/21 21:34:49 ciaranm 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="~x86 ~sparc ~hppa"
IUSE=""
RDEPEND="${RDEPEND} dev-util/subversion"
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922"
|