*** vim.eclass Tue Feb 8 13:43:46 2005 --- /usr/portage/eclass/vim.eclass Fri Feb 18 07:41:55 2005 *************** *** 321,326 **** --- 321,327 ---- if [[ "${MY_PN}" == "vim-core" ]] || ( [[ "${MY_PN}" == "vim" ]] && use minimal ); then myconf="--with-features=tiny \ + --with-vim-name=vim \ --enable-gui=no \ --without-x \ --disable-perlinterp \ *************** *** 361,366 **** --- 362,368 ---- # don't test USE=X here ... see bug #19115 # but need to provide a way to link against X ... see bug #20093 myconf="${myconf} --enable-gui=no `use_with vim-with-x x`" + myconf="${myconf} --with-ex-name=vex --with-view-name=vview" elif [[ "${MY_PN}" == "gvim" ]] ; then myconf="${myconf} --with-vim-name=gvim --with-x" *************** *** 537,544 **** dobin src/vim ln -s vim ${D}/usr/bin/vimdiff && \ ln -s vim ${D}/usr/bin/rvim && \ ! ln -s vim ${D}/usr/bin/ex && \ ! ln -s vim ${D}/usr/bin/view && \ ln -s vim ${D}/usr/bin/rview \ || die "/usr/bin symlinks failed" if [[ $(get_major_version ) -ge 7 ]] && use vim-pager ; then --- 539,546 ---- dobin src/vim ln -s vim ${D}/usr/bin/vimdiff && \ ln -s vim ${D}/usr/bin/rvim && \ ! ln -s vim ${D}/usr/bin/vex && \ ! ln -s vim ${D}/usr/bin/vview && \ ln -s vim ${D}/usr/bin/rview \ || die "/usr/bin symlinks failed" if [[ $(get_major_version ) -ge 7 ]] && use vim-pager ; then