net-mail/mu: Use default install phase

Closes: https://bugs.gentoo.org/775434
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/19910
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Smith
2021-03-13 09:39:16 +00:00
committed by Sam James
parent 09fab44e13
commit a4c3cbf361

View File

@@ -40,26 +40,6 @@ src_configure() {
econf "${myeconfargs[@]}"
}
src_install() {
dobin mu/mu
dodoc AUTHORS HACKING NEWS NEWS.org TODO README ChangeLog
if use emacs; then
elisp-install ${PN} mu4e/*.el mu4e/*.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo mu4e/mu4e.info
fi
doman man/mu-*.*
if use guile; then
doinfo guile/mu-guile.info
fi
if use mug; then
dobin toys/mug/mug
fi
}
pkg_preinst() {
if [[ -n ${REPLACING_VERSIONS} ]]; then
elog "After upgrading from an old major version, you should"