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

Bug 397799

Summary: media-libs/libmp3splt-0.7.1 with USE="doc" installs two directories in /usr/share/doc
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: New packagesAssignee: Sebastian Pipping <sping>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Mayo 2012-01-05 20:32:00 UTC
$ ls /usr/share/doc/libmp3splt*
/usr/share/doc/libmp3splt:
doxygen

/usr/share/doc/libmp3splt-0.7.1:
AUTHORS.bz2  ChangeLog.bz2  LIMITS.bz2  NEWS.bz2  README.bz2  TODO.bz2


Fixed for me by adding to econf:
--docdir=/usr/share/doc/${PF}
Comment 1 Sebastian Pipping gentoo-dev 2012-01-05 20:59:33 UTC
Hello!

Despite USE=doc I get no doxygen file and no two doc folders here.

Please inspect the content of that doxygen file and verify that the file is actually produced by this very package.  You can use

  # equery b /usr/share/doc/libmp3splt/doxygen

for that task.  Thanks!
Comment 2 Sebastian Pipping gentoo-dev 2012-01-05 21:08:59 UTC
My bad, I can reproduce it now.  Sorry.
Comment 3 Sebastian Pipping gentoo-dev 2012-01-05 21:12:42 UTC
Fixed.  Thanks for the patch!

+  05 Jan 2012; Sebastian Pipping <sping@gentoo.org> libmp3splt-0.7.1.ebuild:
+  Fix install location of doxygen documentation. Thanks to Chris Mayo for
+  report and patch! (bug #397799)
+