Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85008 - fetchyahoo packages does not provide a file listed in man page.
Summary: fetchyahoo packages does not provide a file listed in man page.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 11:32 UTC by Samuel Kopel
Modified: 2005-03-13 11:25 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 Samuel Kopel 2005-03-12 11:32:07 UTC
The man page for "fetchyahoo" says:
 $HOME/.fetchyahoorc
              Configuration files for FetchYahoo.   An  example  configuration
              file is located in /usr/share/doc/fetchyahoo/examples/

but the ebuild doesn't provide that file

Reproducible: Always
Steps to Reproduce:
1.ls /usr/share/doc/fetchyahoo-2.8.6/
2.
3.

Actual Results:  
COPYING.gz    Credits.gz  TODO.gz          html
ChangeLog.gz  INSTALL.gz  

Expected Results:  
COPYING.gz    Credits.gz  TODO.gz          html
ChangeLog.gz  INSTALL.gz  fetchyahoorc.gz


The bug can be fixed by changing the following line in
/usr/portage/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild 

from:
src_install() {
        dodoc COPYING ChangeLog Credits INSTALL TODO 
        }

to:
src_install() {
        dodoc COPYING ChangeLog Credits INSTALL TODO fetchyahoorc
        }
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2005-03-13 11:25:54 UTC
Fixed in CVS, thanks.