diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 22:19:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 22:19:40 +0000 |
commit | 7ac809f3feb40a033c33c2f397dafeca69c29bd3 (patch) | |
tree | 724c27a9e9da607e469252a2cc4472c39dfb8c40 /eclass | |
parent | Stable on alpha. (diff) | |
download | historical-7ac809f3feb40a033c33c2f397dafeca69c29bd3.tar.gz historical-7ac809f3feb40a033c33c2f397dafeca69c29bd3.tar.bz2 historical-7ac809f3feb40a033c33c2f397dafeca69c29bd3.zip |
add in gview, rgvim, rgview symlinks, bug #74349
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index ea26a79593a2..d5f1be4f30d3 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.91 2005/01/19 19:49:19 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.92 2005/01/21 22:19:40 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -502,6 +502,12 @@ src_install() { dosym gvim /usr/bin/gvimdiff dosym gvim /usr/bin/evim dosym gvim /usr/bin/eview + # bug #74349 says we should install these + if version_is_at_least "6.3-r4" ; then + dosym gvim /usr/bin/gview + dosym gvim /usr/bin/rgvim + dosym gvim /usr/bin/rgview + fi insinto /etc/vim doins ${FILESDIR}/gvimrc |