Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim-plugin.eclass
Date: Sat, 30 Aug 2008 07:59:22
Message-Id: E1KZLMd-0001X1-67@stork.gentoo.org
1 hawking 08/08/30 07:59:19
2
3 Modified: vim-plugin.eclass
4 Log:
5 Bump default VIM_PLUGIN_VIM_VERSION to 7.0
6
7 Revision Changes Path
8 1.23 eclass/vim-plugin.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim-plugin.eclass?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim-plugin.eclass?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim-plugin.eclass?r1=1.22&r2=1.23
13
14 Index: vim-plugin.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- vim-plugin.eclass 14 Aug 2008 07:45:28 -0000 1.22
21 +++ vim-plugin.eclass 30 Aug 2008 07:59:18 -0000 1.23
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.22 2008/08/14 07:45:28 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.23 2008/08/30 07:59:18 hawking Exp $
27 #
28 # This eclass simplifies installation of app-vim plugins into
29 # /usr/share/vim/vimfiles. This is a version-independent directory
30 @@ -10,7 +10,7 @@
31 inherit vim-doc
32 EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm
33
34 -VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-6.4}"
35 +VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.0}"
36
37 IUSE=""
38 DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION}