From 86ec5209f48cfba328c8b5d491230a6a7c6897d7 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 17 Jun 2013 07:57:30 +0000 Subject: Update default VIM_PLUGIN_VIM_VERSION to 7.3. --- eclass/ChangeLog | 5 ++++- eclass/vim-plugin.eclass | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 567933e4a1b4..d53dd1b301ad 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.857 2013/06/16 10:07:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.858 2013/06/17 07:57:30 radhermit Exp $ + + 17 Jun 2013; Tim Harder vim-plugin.eclass: + Update default VIM_PLUGIN_VIM_VERSION to 7.3. 16 Jun 2013; Pacho Ramos mono-env.eclass: Set a default SRC_URI diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index b69000d0be3f..f24063aa746c 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.36 2013/06/01 09:28:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.37 2013/06/17 07:57:30 radhermit Exp $ # # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory @@ -10,7 +10,7 @@ inherit vim-doc EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm -VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.0}" +VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.3}" DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION} >=app-editors/gvim-${VIM_PLUGIN_VIM_VERSION} )" -- cgit v1.2.3-65-gdbad