Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Emerging the latex-beamer ebuild with USE doc enabled results in installing the doc files bzipped. That's because of calling prepalldoc at the end of src_install. This must be a mistake, these files are not usable in compressed form (.tex, .jpg, .pdf). Using the examples use flag should also be considered, like in other ebuilds (graphviz, python, sun-jdk, etc.) thx
Created an attachment (id=141162) [edit] patch for correction * removed prepalldocs * doc USE flag installs only the guide * introduced examples USE flag, installs the directories with examples
Created an attachment (id=141164) [edit] do not compress doc files The same patch again in unified format this time, sorry.
Created an attachment (id=141322) [edit] slightly modified patch for latex-beamer-3.07.ebuild Delete lyx example files if USE lyx is not enabled.
fixed, thanks!