Bug 42067 - app-doc/doxygen has dependency on virtual/tetex if doc in USE
Bug#: 42067 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: ronny@l61.de
Component: Development
URL: 
Summary: app-doc/doxygen has dependency on virtual/tetex if doc in USE
Keywords:  
Status Whiteboard: 
Opened: 2004-02-18 13:59 0000
Description:   Opened: 2004-02-18 13:59 0000
doxygen doesn't need TeX for generating its documentation, still it has a more
or less 'hard' dependency on tetex in portage which isn't neccessary.
I think installing TeX just because I want some docs for doxygen is a bit  too
much.
With the attached patch the latex documents for the doxygen manual are only
generated if tetex is in USE. I hope that this change could be incorporated
since I _really_ don't want to have that 70MB monster on my disk. :)


Reproducible: Always
Steps to Reproduce:
1. USE="doc -tetex""
2. emerge doxygen
3.

Actual Results:  
You get doxygen merged with a _long_ delay because of tetex. You have 70MB
space
less on your disk. And you will never use TeX.

Expected Results:  
You get doxygen with its manual in HTML format merged.

------- Comment #1 From Ronny Schoebel 2004-02-18 14:01:58 0000 -------
Created an attachment (id=25877) [details]
ebuild diff to merge tetex only if tetex in USE

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2004-02-20 12:57:40 0000 -------
Thanks for the patch. Applied.