mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user