Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191008 - media-gfx/asymptote w/ USE=vim-syntax should require vim OR gvim
Summary: media-gfx/asymptote w/ USE=vim-syntax should require vim OR gvim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Dominik Stadler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 193402
Blocks:
  Show dependency tree
 
Reported: 2007-09-01 21:19 UTC by Craig Finch
Modified: 2007-10-07 09:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Finch 2007-09-01 21:19:58 UTC
Asymptote-1.29 ebuild tries to emerge app-editors/vim when I set USE flag "vim-syntax" even though I have app-editors/gvim already installed.  There is no reason to emerge vim when I already have gvim.  This does not appear to be fixed in the ebuilds for newer versions of Asymptote.

Reproducible: Always

Steps to Reproduce:
set USE flag to enable vim-syntax
emerge asymptote
Actual Results:  
Tries to emerge app-editors/vim

Expected Results:  
Should recognize that app-editors/gvim provides equivalent functionality and reads syntax files from the same place.

There are other problems with this syntax file (or my vim installation) but I think they are unrelated.  It installs to /usr/share/vim/vimfiles/syntax but my vim and gvim can't seem to locate it unless I copy it to /usr/share/vim/vim71/syntax.  Also, there is no ".asy" filetype in vim so you will have to manually load the syntax file, and it won't show up in the gvim GUI menu.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-09-22 11:12:31 UTC
A fix for your problems is proposed in bug 193402, please try it and if maintainer does not react, Emacs team will handle those fixes.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2007-10-07 09:13:52 UTC
Fixed with bug 193402