diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-24 21:21:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-24 21:21:37 +0000 |
commit | 1b204d3ce3ff43095f8964cb429fa17919c052ed (patch) | |
tree | d6e959d144448517a791609f7867499e7a9aae93 /app-editors/vim/vim-6.1-r8.ebuild | |
parent | Unmasking mono. Have fun, and play safe! (diff) | |
download | gentoo-2-1b204d3ce3ff43095f8964cb429fa17919c052ed.tar.gz gentoo-2-1b204d3ce3ff43095f8964cb429fa17919c052ed.tar.bz2 gentoo-2-1b204d3ce3ff43095f8964cb429fa17919c052ed.zip |
repoman'd
Diffstat (limited to 'app-editors/vim/vim-6.1-r8.ebuild')
-rw-r--r-- | app-editors/vim/vim-6.1-r8.ebuild | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app-editors/vim/vim-6.1-r8.ebuild b/app-editors/vim/vim-6.1-r8.ebuild index a3bbcee024fd..4f136e5ded40 100644 --- a/app-editors/vim/vim-6.1-r8.ebuild +++ b/app-editors/vim/vim-6.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r8.ebuild,v 1.4 2002/07/16 02:05:39 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r8.ebuild,v 1.5 2002/07/24 21:21:37 seemant Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -54,20 +54,21 @@ fi DESCRIPTION="Vi IMproved!" HOMEPAGE="http://www.vim.org/" + +SLOT="0" LICENSE="vim" +KEYWORDS="x86 ppc" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2-r2 - dev-util/cscope - >=sys-apps/portage-1.8.18 - gpm? ( >=sys-libs/gpm-1.19.3 ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - gtk? ( =x11-libs/gtk+-1.2* ) - X? ( x11-base/xfree ) - perl? ( sys-devel/perl ) - python? ( dev-lang/python ) - ruby? ( >=dev-lang/ruby-1.6.4 )" -# tcltk? ( dev-lang/tcl )" +DEPEND="dev-util/cscope + >=sys-libs/ncurses-5.2-r2 + gpm? ( >=sys-libs/gpm-1.19.3 ) + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) + gtk? ( =x11-libs/gtk+-1.2* ) + X? ( x11-base/xfree ) + 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: @@ -77,7 +78,6 @@ DEPEND="virtual/glibc # Please don't re-enable the tclinterp flag without verifying first # that the above works. Thanks. (08 Sep 2001 agriffis) -KEYWORDS="x86 ppc" src_unpack() { unpack $A |