Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10791 - fetchyahoo-2.4.ebuild (new Package)
Summary: fetchyahoo-2.4.ebuild (new Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-15 14:19 UTC by Kfir Ozer
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
fetchyahoo-2.4.ebuild (new package) (fetchyahoo-2.4.ebuild,1.05 KB, text/plain)
2002-11-15 14:21 UTC, Kfir Ozer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kfir Ozer 2002-11-15 14:19:37 UTC
Hiya. i guess alot of people actually need the fetchyhoo perl script.

fetchyahoo is a Perl script that downloads mail from a Yahoo! webmail account to
a local mail spool, an mbox file, or to procmail.

it needs perl and some perl modules all dependencies included in the ebuild and
your emerge tree got it all! 

i suggest to put it in: net-mail/fetchyahoo

thanks

  Kfir Ozer
Comment 1 Kfir Ozer 2002-11-15 14:21:56 UTC
Created attachment 5702 [details]
fetchyahoo-2.4.ebuild (new package)

initial version.
Perl script that downloads mail from a Yahoo! webmail account to a local mail
spool, an mbox file, or to procmail.

lintool gave me 0 errors :)
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-11-16 16:12:28 UTC
Kfir,

I just commited this. Thanks for the ebuild! Here is some feedback for you. In
ebuilds we have insinto, doins etc. you should use those in preference to the
install command. I noticed you use /usr/man/man1/... it should actually be
/usr/share/man for FHS. doman would have fixed that for you :)

Thanks again for the contribution!

Matt