diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-10-17 15:16:14 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-10-17 15:16:14 +0000 |
commit | 4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7 (patch) | |
tree | d7f1543a7b4c20e0a51b875ebb41bec485779a2d /app-vim/vcscommand/vcscommand-1.99.31.ebuild | |
parent | arm/ia64/s390/sh/sparc stable wrt #286622 (diff) | |
download | gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.tar.gz gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.tar.bz2 gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.zip |
Version bump (and old version cleanup) Bug #282579
(Portage version: 2.1.7/cvs/Linux i686)
Diffstat (limited to 'app-vim/vcscommand/vcscommand-1.99.31.ebuild')
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.31.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/vcscommand/vcscommand-1.99.31.ebuild b/app-vim/vcscommand/vcscommand-1.99.31.ebuild new file mode 100644 index 000000000000..47684fe2562c --- /dev/null +++ b/app-vim/vcscommand/vcscommand-1.99.31.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.31.ebuild,v 1.1 2009/10/17 15:16:14 lack Exp $ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" + +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="!app-vim/cvscommand + !app-vim/calendar" # conflict, bug 62677 + +VIM_PLUGIN_HELPFILES="vcscommand" |