diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-06 23:58:06 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-06 23:58:06 +0000 |
commit | 5660144ae89ef86660634923b4f7fdaabc7b445d (patch) | |
tree | 1d59b9d60197717e88fdf99ef352bddcaedb4109 /eclass/vim.eclass | |
parent | keyworded ~ppc (diff) | |
download | gentoo-2-5660144ae89ef86660634923b4f7fdaabc7b445d.tar.gz gentoo-2-5660144ae89ef86660634923b4f7fdaabc7b445d.tar.bz2 gentoo-2-5660144ae89ef86660634923b4f7fdaabc7b445d.zip |
moved patch file into vim ebuilds... this is to allow for package versioning and debug.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 8fd95ea44454..c76126014e6d 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,14 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Ryan Phillips <rphillips@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.3 2002/10/28 07:18:54 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.4 2002/12/06 23:56:18 rphillips Exp $ # Ripped from the vim ebuilds. src_compile and install # should be integrated in at some point # Calculate the version based on the name of the ebuild vim_version="${PV%_pre*}" vim_pre="${PV##*_pre}" -VIMPATCH="vimpatch-1-245.tar.bz2" if [ "$vim_version" = "$vim_pre" ]; then # Final releases prior to 6.0 include a dash and decimal point in |