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 | 9a1b3c18c858300f8c50799a81fe5aa06d9232ec (patch) | |
tree | 9e507421782226dc6346b9d25486ad92ae134394 /eclass | |
parent | Mentioned reporter and bug in ChangeLog. (diff) | |
download | historical-9a1b3c18c858300f8c50799a81fe5aa06d9232ec.tar.gz historical-9a1b3c18c858300f8c50799a81fe5aa06d9232ec.tar.bz2 historical-9a1b3c18c858300f8c50799a81fe5aa06d9232ec.zip |
Update default VIM_PLUGIN_VIM_VERSION to 7.3.
Diffstat (limited to 'eclass')
-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} )" |