Bug 27750 - libao docs install warning
Bug#: 27750 Product:  Gentoo Linux Version: 1.4 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P5
Resolution: FIXED Assigned To: malverian@gentoo.org Reported By: rajiv@gentoo.org
Component: Ebuilds
URL: 
Summary: libao docs install warning
Keywords:  
Status Whiteboard: 
Opened: 2003-09-01 20:57 0000
Description:   Opened: 2003-09-01 20:57 0000
while installing media-libs/libao-0.8.3-r1 :

/usr/lib/portage/bin/dodoc: doc/API does not exist.
/usr/lib/portage/bin/dodoc: doc/DRIVERS does not exist.
/usr/lib/portage/bin/dodoc: doc/USAGE does not exist.
/usr/lib/portage/bin/dodoc: doc/WANTED does not exist.

------- Comment #1 From Brandy Westcott (RETIRED) 2003-09-02 03:14:23 0000 -------
It looks like the ebuild hasn't been updated to take into account the 
documentation change that took place between libao-0.7.0 and libao-0.8.0. 
The libao ebuild should contain: 
 
	rm -rf ${D}/usr/share/doc 
	dodoc AUTHORS CHANGES COPYING README TODO 
	dohtml -A c doc/*.html 
 

------- Comment #2 From Martin Holzer (RETIRED) 2003-10-28 05:13:41 0000 -------
in cvs