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
There is not much documentation about gmp (the math library dev-libs/gmp) installed with the gmp ebuild. There is a very usable manual at the gmp developers homepage (www.swox.se/gmp). It would be great if this was also installed. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Here is an ebuild for gmp with a very small modification. It now has the "doc" use flag and when enabled it downloads the dvi version of the gmp manual. I'm working on a patch for xdvi to be able to open .dvi.gz files, in the meantime, "xdvizilla -no-rm" should work. Lucas Chiesa
Created an attachment (id=69016) [details] dev-libs/gmp/gmp-4.1.4-r1.ebuild The new ebuild.
Created an attachment (id=69131) [details] Diff from the portage ebuild gmp-4.1.4-r1 Now it downloads the pdf version of the manual and does not compress it.
Fixed in CVS now, thanks for the patch Lucas.