diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-17 07:57:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-17 07:57:30 +0000 |
commit | 86ec5209f48cfba328c8b5d491230a6a7c6897d7 (patch) | |
tree | 66019b4be134762788a3557a0732950d88f022f2 | |
parent | revbump; migrate -> distutils-r1, add patch to fix test suite, fixes Bug #429... (diff) | |
download | gentoo-2-86ec5209f48cfba328c8b5d491230a6a7c6897d7.tar.gz gentoo-2-86ec5209f48cfba328c8b5d491230a6a7c6897d7.tar.bz2 gentoo-2-86ec5209f48cfba328c8b5d491230a6a7c6897d7.zip |
Update default VIM_PLUGIN_VIM_VERSION to 7.3.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <radhermit@gentoo.org> vim-plugin.eclass: + Update default VIM_PLUGIN_VIM_VERSION to 7.3. 16 Jun 2013; Pacho Ramos <pacho@gentoo.org> 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} )" |