Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123522 - mail-filter/anomy-sanitizer ebuild fixes
Summary: mail-filter/anomy-sanitizer ebuild fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 11:57 UTC by Jakub Moc (RETIRED)
Modified: 2006-02-20 13:19 UTC (History)
0 users

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


Attachments
anomy-sanitizer-1.76-r1 ebuild (anomy-sanitizer-1.76-r1.ebuild,2.95 KB, text/plain)
2006-02-20 11:58 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-02-20 11:57:58 UTC
- using enewuser/enewgroup from eutils.eclass in pkg_preinst() to fix ebuild errors
- removed userdel/groupdel from pkg_postrm(); it doesn't work correctly and is a bad idea anyway, people might be using the user account for something else as well. Added einfo wrt removing the user/group after unmerge instead.
- moved docs to the proper place, i.e. /usr/shade/doc/${PF}. Ditto for samples and contrib/*
- moved anomy.conf to /etc/mail/anomy-sanitizer so that it can be CONFIG_PROTECTed, symlinking it from /usr/share/anomy-sanitizer
- Removed bogus DEPEND="${RDEPEND}, none of the deps there are build-time ones.
- Hmmm, did I forget something? :)

See the attached ebuild.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-20 11:58:31 UTC
Created attachment 80300 [details]
anomy-sanitizer-1.76-r1 ebuild
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-02-20 13:19:54 UTC
looks good, committed