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 | 5b7601bc65e419f9de815e8a67d5ad8a23ccbe3e (patch) | |
tree | 93da58e94b627ad0690be31334fa8f7e89280eb9 /eclass | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-5b7601bc65e419f9de815e8a67d5ad8a23ccbe3e.tar.gz gentoo-2-5b7601bc65e419f9de815e8a67d5ad8a23ccbe3e.tar.bz2 gentoo-2-5b7601bc65e419f9de815e8a67d5ad8a23ccbe3e.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 |