Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29781

Summary: Mail-Sender-0.8.08.ebuild (New Package)
Product: Gentoo Linux Reporter: Patrick Morris <trick>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED INVALID    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Mail-Sender-0.8.08.ebuild (New Package)
alternate ebuild

Description Patrick Morris 2003-09-27 20:45:10 UTC
Mail::Sender is a Perl module for sending mail via an SMTP socket.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Morris 2003-09-27 20:47:18 UTC
Created attachment 18409 [details]
Mail-Sender-0.8.08.ebuild (New Package)
Comment 2 Alexander Kellett 2003-12-22 04:20:57 UTC
here's an alternate ebuild for version 0.8.10
didn't check Patricks as i'm in a bit of a rush
but. i see no reason for this not being included.
any chance of the email getting in?

thanks!
Alex
Comment 3 Alexander Kellett 2003-12-22 04:21:55 UTC
Created attachment 22539 [details]
alternate ebuild
Comment 4 Eric Sammer (RETIRED) gentoo-dev 2004-01-18 17:55:53 UTC
Perl modules are only included in portage if they are a dependency of another app in portage. As far as I can tell, Mail::Sender is not a dependency of anything in portage so I'm going to close this. If it becomes a dependency of something, please feel free to reopen this bug.

(Hint: Use g-cpan.pl to install perl modules that aren't in portage and have portage be aware of them.)

Thanks for the submission anyway.
Comment 5 Jonathan Geisler 2004-02-19 14:03:58 UTC
BTW, this module needed to have stdin redirected from /dev/null since it expected the user to answer questions.  I updated it to look like

src_compile {
    perl-module_src_compile
} < /dev/null

before I found this resolution and the reason why Mail::Sender wasn't included in the first place.  Using g-cpan.pl, now.