Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29781 - Mail-Sender-0.8.08.ebuild (New Package)
Summary: Mail-Sender-0.8.08.ebuild (New Package)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-27 20:45 UTC by Patrick Morris
Modified: 2004-02-19 14:03 UTC (History)
0 users

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


Attachments
Mail-Sender-0.8.08.ebuild (New Package) (Mail-Sender-0.8.08.ebuild,471 bytes, text/plain)
2003-09-27 20:47 UTC, Patrick Morris
Details
alternate ebuild (Mail-Sender-0.8.10.ebuild,511 bytes, text/plain)
2003-12-22 04:21 UTC, Alexander Kellett
Details

Note You need to log in before you can comment on or make changes to this bug.
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.