Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458628 - net-libs/neon-0.29.6-r2 with USE="doc" installs docs outside of /usr/share/doc/${PF}
Summary: net-libs/neon-0.29.6-r2 with USE="doc" installs docs outside of /usr/share/do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Alexander Vershilov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 20:00 UTC by Chris Mayo
Modified: 2013-02-26 11:08 UTC (History)
1 user (show)

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


Attachments
Patch to Makefile.in to use @docdir@ (neon-0.29.6-docdir.patch,293 bytes, text/plain)
2013-02-21 20:00 UTC, Chris Mayo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2013-02-21 20:00:11 UTC
Created attachment 339626 [details]
Patch to Makefile.in to use @docdir@

$ ls /usr/share/doc/neon-0.29.6*
/usr/share/doc/neon-0.29.6:
html

/usr/share/doc/neon-0.29.6-r2:
AUTHORS.bz2  BUGS.bz2  NEWS.bz2  README.bz2  THANKS.bz2  TODO.bz2


Fixed for me with the attached patch and adding --docdir=/usr/share/doc/${PF} to econf.
Comment 1 Alexander Vershilov (RETIRED) gentoo-dev 2013-02-24 09:58:33 UTC
Fixed, thanks!
Comment 2 Chris Mayo 2013-02-25 19:36:59 UTC
Needs --docdir=/usr/share/doc/${PF} added to econf as well as the patch:

$ qlist net-libs/neon-0.29.6-r3 | grep doc
/usr/share/doc/html/api.html
/usr/share/doc/html/biblio.html
/usr/share/doc/html/compliance.html
/usr/share/doc/html/features.html
/usr/share/doc/html/index.html
/usr/share/doc/html/intro.html
/usr/share/doc/html/refalloc.html
/usr/share/doc/html/refauth.html
...
/usr/share/doc/neon-0.29.6-r3/TODO.bz2
/usr/share/doc/neon-0.29.6-r3/THANKS.bz2
/usr/share/doc/neon-0.29.6-r3/README.bz2
/usr/share/doc/neon-0.29.6-r3/NEWS.bz2
/usr/share/doc/neon-0.29.6-r3/BUGS.bz2
/usr/share/doc/neon-0.29.6-r3/AUTHORS.bz2
Comment 3 Alexander Vershilov (RETIRED) gentoo-dev 2013-02-26 11:08:33 UTC
Sorry for that Re-fixed.