in src_install() of cdrtools there is this bit of code: newman cdda2wav.man cdda2wav.1 newman cdrecord.man cdrecord.1 newman readcd.man readcd.1 newman isoinfo.man isoinfo.8 newman mkisofs.man mkisofs.8 when researching Bug 46667 i noticed that the manpage for cdrecord doesnt talk about the cuefile= option !? looking into it, the ebuild is not using the manpages that come with cdrtools ... i found that ${S}/cdrecord/cdrecord.1 had all the info i was looking for ... i'd imagine the same can be said for the other apps ... perhaps it should be: cd ${S} doman */*.1 (this would match cdda2wav/cdda2ogg.1 scgcheck/scgcheck.1 cdda2wav/cdda2wav.1 cdrecord/cdrecord.1 readcd/readcd.1) this leads me to another point ... should our cdrtools also install the programs 'cdda2ogg' and 'scgcheck' ?
Thanks for the information. I fixed it in cdrtools-2.01_alpha27-r1 I will think about 'cdda2ogg' and 'scgcheck'. cdda2ogg could be installed with the vorbis use-flag. I should grab in the forums, if at least one uses this tool...