Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151765 - app-text/jadetex simple texlive fix
Summary: app-text/jadetex simple texlive fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 17:14 UTC by Kaiting Chen
Modified: 2006-10-28 20:28 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 Kaiting Chen 2006-10-17 17:14:31 UTC
As of now, jadetex doesn't emerge if texlive is the tex-dist installed. To fix this very simply, in the ebuild, there is a function:

has_tetex_3

just change the first line of this function to include

has_version '>=app-text/texlive-2005'

to fix.
Comment 1 Kaiting Chen 2006-10-17 17:23:26 UTC
On a similar note can we please add the texlive ebuild that's floating around in a bug report to the tree? It compiles fine and runs fine. The one in portage right now straight up doesn't work.
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2006-10-28 20:28:44 UTC
This is fixed in jadetex-3.13-r1, but there is no new revision since texlive isn't officially supported yet.
As for the texlive ebuild, I believe that Martin Ehmsen is working on it but our priority for the time being is to stabilize tetex-3 (which should happen very soon). Since a TeX distribution is pretty heavy and complex, we'd better test it a lot before adding anything, even hard masked.