Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195488 - =net-mail/tpop3d-1.5.3 and =net-mail/tpop3d-1.5.3-r1 should have use flags instead of using environment variables for configuration
Summary: =net-mail/tpop3d-1.5.3 and =net-mail/tpop3d-1.5.3-r1 should have use flags in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 12:08 UTC by Nico R.
Modified: 2008-04-06 17:56 UTC (History)
1 user (show)

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 Nico R. 2007-10-11 12:08:04 UTC
The ebuilds for =net-mail/tpop3d-1.5.3 and =net-mail/tpop3d-1.5.3-r1 contain code which checks for variables like ENABLE_PASSWD, ENABLE_FLATFILE, BE_NICE, and so on. Shouldn’t these be replaced by (local) use flags?

net-mail/cyrus-imapd already has a “drac” use flag.
Perhaps the “offensive” use flag is a good replacement for BE_NICE (negated, of course).

The ebuilds for tpop3d contain the line
>     # Make sure you also set $ENABLE_PASSWD
, but the ebuilds should rather handle that automatically.
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2008-04-06 17:56:24 UTC
I committed tpop3d-1.5.4, which should fix all of these issues.
Thanks for your report.