Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- vim.eclass  2003-05-07 14:41:49.000000000 +0200
0
++ vim.eclass.orig     2003-04-29 23:24:02.000000000 +0200
Lines 12-18 Link Here
12
12
13
inherit eutils
13
inherit eutils
14
14
15
IUSE="gnome gpm gtk gtk2 ncurses nls perl python ruby tcl vim-with-x X"
15
IUSE="gnome gpm gtk gtk2 ncurses nls perl python ruby vim-with-x X"
16
16
17
HOMEPAGE="http://www.vim.org/"
17
HOMEPAGE="http://www.vim.org/"
18
SLOT="0"
18
SLOT="0"
Lines 29-35 Link Here
29
       ncurses? ( >=sys-libs/ncurses-5.2-r2 ) : ( sys-libs/libtermcap-compat )
29
       ncurses? ( >=sys-libs/ncurses-5.2-r2 ) : ( sys-libs/libtermcap-compat )
30
       perl?    ( dev-lang/perl )
30
       perl?    ( dev-lang/perl )
31
       python?  ( dev-lang/python )
31
       python?  ( dev-lang/python )
32
       tcl?     ( dev-lang/tcl )
33
       ruby?    ( =dev-lang/ruby-1.6* )"  # ruby-1.8 doesn't work yet with vim
32
       ruby?    ( =dev-lang/ruby-1.6* )"  # ruby-1.8 doesn't work yet with vim
34
33
35
apply_vim_patches() {
34
apply_vim_patches() {
Lines 131-137 Link Here
131
                       --disable-perlinterp \
130
                       --disable-perlinterp \
132
                       --disable-pythoninterp \
131
                       --disable-pythoninterp \
133
                       --disable-rubyinterp \
132
                       --disable-rubyinterp \
134
                       --disable-tclinterp \
135
                       --disable-gpm"
133
                       --disable-gpm"
136
       else
134
       else
137
               myconf="--with-features=huge \
135
               myconf="--with-features=huge \
Lines 141-147 Link Here
141
               myconf="${myconf} `use_enable perl perlinterp`"
139
               myconf="${myconf} `use_enable perl perlinterp`"
142
               myconf="${myconf} `use_enable python pythoninterp`"
140
               myconf="${myconf} `use_enable python pythoninterp`"
143
               myconf="${myconf} `use_enable ruby rubyinterp`"
141
               myconf="${myconf} `use_enable ruby rubyinterp`"
144
               myconf="${myconf} `use_enable tcl tclinterp`"
145
               # tclinterp is broken; when you --enable-tclinterp flag, then
142
               # tclinterp is broken; when you --enable-tclinterp flag, then
146
               # the following command never returns:
143
               # the following command never returns:
147
               #   VIMINIT='let OS=system("uname -s")' vim
144
               #   VIMINIT='let OS=system("uname -s")' vim

Return to bug 26