Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49088 - cdrtools-2.01_alpha27.ebuild doesn't install mkisofs man page
Summary: cdrtools-2.01_alpha27.ebuild doesn't install mkisofs man page
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 17:33 UTC by Michael Mauch
Modified: 2004-05-26 08:44 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mauch 2004-04-26 17:33:44 UTC
cdrtools-2.01_alpha27.ebuild and cdrtools-2.01_alpha27.ebuild don't install the man pages for mkisofs, mkhybrid and apple_driver, because these ebuilds use

        doman */*.1

but these manpages have a .8 suffix. And there's also isoinfo.man which is not installed anymore.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge cdrtools
2. man mkisofs


Actual Results:  
No manual entry for mkisofs


Expected Results:  
Man page of mkisofs being displayed.
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2004-05-26 08:44:44 UTC
isoinfo is a .8 man-page.

The problem is, that the doc/*.man-files seem to be unmaintained, but the .1 and .8 files in the specific tools-directories are.

I added a doman */*.8 and verified that every needed man-page is now installed again in cdrtools-2.01_alpha28-r1.  This version will be commited as stable.

Thanks for reporting this bug.