summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mail/fdm: new version 2.0.Michael Orlitzky2019-06-251-0/+42
This new version is intended to fix bug 677484 that is killing the build. The previous version is a few years old, and an upgrade is probably easier than patching. The new version also has some other improvements: * Courier support was dropped (upstream commit bc34a567). * The ./configure script now supports --enable-pcre instead of passing PCRE=1 to "make". * The build system installs stuff into the correct locations without us passing variables to "make install". * User creation has been moved to pkg_preinst() since the user is only needed at runtime. * Use EAPI=7. * Drop unused eutils, multilib, and toolchain-funcs eclasses. Bug: https://bugs.gentoo.org/677484 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11