commit:     a4c3cbf3614495cfffd479beb579d47f326e5907
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Mar 13 09:39:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 12:57:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c3cbf3

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 <AT> offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/19910
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/mu/mu-1.4.15-r1.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/net-mail/mu/mu-1.4.15-r1.ebuild b/net-mail/mu/mu-1.4.15-r1.ebuild
index 66b40d2b100..b8cc4a02fef 100644
--- a/net-mail/mu/mu-1.4.15-r1.ebuild
+++ b/net-mail/mu/mu-1.4.15-r1.ebuild
@@ -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"

Reply via email to