Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296114

Summary: sys-apps/paludis: documentation installed outside /usr/share/doc/${PF}
Product: Gentoo Linux Reporter: Daniel Pielmeier <billie>
Component: New packagesAssignee: Jeff (JD) Horelick (RETIRED) <jdhore>
Status: RESOLVED FIXED    
Severity: trivial CC: bugs_gentoo_org.Tim_OKelly, mgorny
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Pielmeier gentoo-dev 2009-12-07 19:05:05 UTC
paludis installs documentation into /usr/share/doc/${PN} but it should go
to /usr/share/doc/${PF}.

At the moment there are two doc dirs (/usr/share/doc/paludis, /usr/share/doc/paludis-0.42.2) as dodoc installs into /usr/share/doc/${PF}.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-20 09:40:12 UTC
I'm sorry for not noticing this when I was working on 1.4.2.

Since the ebuild is pretty fresh and the issue is pretty trivial, I have committed the fix retroactively to 1.4.2. People who installed that version already will get it on next rebuild/upgrade.

+  20 Oct 2013; Michał Górny <mgorny@gentoo.org> paludis-1.4.2.ebuild:
+  Install API docs to proper htmldir, bug #296114.
Comment 2 Daniel Pielmeier gentoo-dev 2013-10-20 10:45:42 UTC
No problem. Thanks for finally taking care of it!