diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-10-28 07:18:54 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-10-28 07:18:54 +0000 |
commit | 7fac13d83bfc1d9fef8065377ead2d380d4b3828 (patch) | |
tree | ac811b840e6b06554c0b33d82e334e6244c3204a /eclass/vim.eclass | |
parent | fix0r (diff) | |
download | historical-7fac13d83bfc1d9fef8065377ead2d380d4b3828.tar.gz historical-7fac13d83bfc1d9fef8065377ead2d380d4b3828.tar.bz2 historical-7fac13d83bfc1d9fef8065377ead2d380d4b3828.zip |
have ebuilds control vim dependencies
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 99fd63e27fbf..8fd95ea44454 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,7 +1,7 @@ # 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.2 2002/10/28 01:04:58 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.3 2002/10/28 07:18:54 rphillips Exp $ # Ripped from the vim ebuilds. src_compile and install # should be integrated in at some point @@ -47,24 +47,6 @@ fi HOMEPAGE="http://www.vim.org/" SLOT="0" LICENSE="vim" -KEYWORDS="x86 ppc sparc sparc64 alpha" - -DEPEND="dev-util/cscope - >=sys-libs/ncurses-5.2-r2 - gpm? ( >=sys-libs/gpm-1.19.3 ) - perl? ( sys-devel/perl ) - python? ( dev-lang/python ) - ruby? ( >=dev-lang/ruby-1.6.4 )" -# tcltk? ( dev-lang/tcl )" -# It appears that the tclinterp stuff in Vim is broken right now (at -# least on Linux... it works on BSD). When you --enable-tclinterp -# flag, then the following command never returns: -# -# VIMINIT='let OS = system("uname -s")' vim -# -# Please don't re-enable the tclinterp flag without verifying first -# that the above works. Thanks. (08 Sep 2001 agriffis) - src_unpack() { unpack ${A} |