diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-02-16 16:03:53 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-02-16 16:03:53 +0000 |
commit | a6692d300dd53ee707424e208a6f7abd7a0f516f (patch) | |
tree | d495414e92f46b5b441586a37685e9285632d23e /app-vim/vcscommand | |
parent | Fixed gnome-panel issue, bug #283317. (diff) | |
download | gentoo-2-a6692d300dd53ee707424e208a6f7abd7a0f516f.tar.gz gentoo-2-a6692d300dd53ee707424e208a6f7abd7a0f516f.tar.bz2 gentoo-2-a6692d300dd53ee707424e208a6f7abd7a0f516f.zip |
Version bump: 1.99.37 (Bug #300784)
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/vcscommand')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.37.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 759b98bfea9e..cb633016decf 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/vcscommand -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.9 2009/12/17 10:59:17 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.10 2010/02/16 16:03:53 lack Exp $ + +*vcscommand-1.99.37 (16 Feb 2010) + + 16 Feb 2010; Jim Ramsay <lack@gentoo.org> +vcscommand-1.99.37.ebuild: + Version bump: 1.99.37 (Bug #300784) 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> vcscommand-1.99.31.ebuild: diff --git a/app-vim/vcscommand/vcscommand-1.99.37.ebuild b/app-vim/vcscommand/vcscommand-1.99.37.ebuild new file mode 100644 index 000000000000..5ae76fa098fd --- /dev/null +++ b/app-vim/vcscommand/vcscommand-1.99.37.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.37.ebuild,v 1.1 2010/02/16 16:03:53 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="!app-vim/cvscommand + !app-vim/calendar" # conflict, bug 62677 + +VIM_PLUGIN_HELPFILES="vcscommand" |