Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5241 - vpopmail-5.2.1.ebuild (new)
Summary: vpopmail-5.2.1.ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-19 09:03 UTC by Patrick Naubert
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
vpopmail-5.2.1.ebuild (vpopmail-5.2.1.ebuild,3.05 KB, text/plain)
2002-07-19 09:04 UTC, Patrick Naubert
Details
Mark II (vpopmail-5.2.1.ebuild,3.58 KB, text/plain)
2002-07-22 13:19 UTC, Patrick Naubert
Details
ChangeLog (ChangeLog,402 bytes, text/plain)
2002-07-22 13:25 UTC, Patrick Naubert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Naubert 2002-07-19 09:03:10 UTC
I suggest net-mail

Patrick Naubert
patrickn@tygerteam.com

(LTP [Linux Test Project], GCompris, Freeswan 2.0 coming soon too....)
Comment 1 Patrick Naubert 2002-07-19 09:04:11 UTC
Created attachment 2380 [details]
vpopmail-5.2.1.ebuild
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2002-07-19 16:13:10 UTC
Thanks.  Could you strip out the boilerplate comments; we try not to leave those
in.  The KEYWORDS= line should read KEYWORDS="x86" (assuming you tested it
on an x86; if you used a ppc then replace "x86" w/ "ppc"); I'm afraid
that KEYWORDS doesn't mean what you expected.  

The /etc/group and /etc/passwd stuff needs to be in pkg_preinst(), since 
pkg_setup() isn't run if a package is installed from a binary .tbz2.

I'm not entirely comfortable putting VPOPMAIL_HOME in /home; /var
isn't the right place?  (I haven't looked at the program in any
depth, so I could be completely wrong about this.)  In any event,
it would be nice to wrap the VPOPMAIL_HOME code in a snippet that
lets it be defined in the environment:

if [ -n ${VPOPMAIL_HOME} ]
then
    VPOPMAIL_HOME=${VPOPMAIL_HOME}
else
    VPOPMAIL_HOME=/home/vpopmail
fi

Also, if you would submit a ChangeLog file that would be really nice, too.
Comment 3 Patrick Naubert 2002-07-19 16:53:49 UTC
OK, I will do the changes and re-attach the new ebuild.
This will probably be done tomorrow morning, since I have to test it on my
laptop (don't ask).
Comment 4 Patrick Naubert 2002-07-22 13:19:16 UTC
Created attachment 2466 [details]
Mark II

Changelog coming soon.
Comment 5 Patrick Naubert 2002-07-22 13:25:09 UTC
Created attachment 2467 [details]
ChangeLog
Comment 6 Patrick Naubert 2002-07-22 13:25:33 UTC
Done.

pat
Comment 7 Grant Goodyear (RETIRED) gentoo-dev 2002-07-24 12:13:25 UTC
Already fixed by carpaski