Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152697 - app-crypt/gnupg should have a useflag mail
Summary: app-crypt/gnupg should have a useflag mail
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 13:37 UTC by fabiolla
Modified: 2006-10-24 18:35 UTC (History)
0 users

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


Attachments
modiefied ebuild with useflag for mail (gnupg-1.4.5-r2.ebuild,6.18 KB, text/plain)
2006-10-24 13:38 UTC, fabiolla
Details
modiefied ebuild with useflag for mail (gnupg-1.9.20-r3.ebuild,2.74 KB, text/plain)
2006-10-24 13:39 UTC, fabiolla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fabiolla 2006-10-24 13:37:39 UTC
app-crypt/gnupg should have a useflag mail because
--enable-mailto         enable email keyserver interface only
is an optional feature (output from ./configure --help)

Current has gnupg-1.4.5-r2 an 'hardcoded' entry for mailto

econf \
                $(use_enable ldap) \
                --enable-mailto \
Comment 1 fabiolla 2006-10-24 13:38:55 UTC
Created attachment 100411 [details]
modiefied ebuild with useflag for mail
Comment 2 fabiolla 2006-10-24 13:39:59 UTC
Created attachment 100412 [details]
modiefied ebuild with useflag for mail
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-24 14:02:56 UTC
Use diffs instead of attaching huge ebuilds where noone can see what's changed.

Comment 4 fabiolla 2006-10-24 14:23:40 UTC
(In reply to comment #3)
> Use diffs instead of attaching huge ebuilds where noone can see what's changed.
> 
Hmm, it's usual that ebuilds are attached to bugs.
To see whats changed - there are tools like diff, etc...


Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-10-24 18:35:09 UTC
NAK on this change. The mailto helper is mostly deprecated by upstream, and additionally, your requirement of an MTA is incorrect. You need a /usr/bin/sendmail binary that can handle a -t argument, but that is all - there are a number of other that fill said requirement, and block installation of virtual/mta instead.

BTW Jakub is correct here. Accepted practice is to post a diff to each ebuild you are interested in changing, because then it can be reviewed directly on bugzilla, without having to download the ebuild, and diff it.

If it is a new package, then an entire ebuild is accepted (as it's the same as a diff against nothing), but otherwise please post diffs only.