From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D20A4158099 for ; Sun, 26 Nov 2023 08:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B2232BC01A; Sun, 26 Nov 2023 08:51:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA7472BC01A for ; Sun, 26 Nov 2023 08:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB77533FD24 for ; Sun, 26 Nov 2023 08:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB8112BF for ; Sun, 26 Nov 2023 08:51:28 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1700988577.6f99bb9cd86865404f652a895b835c862df04af9.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-1.10.7-r1.ebuild net-mail/mu/mu-1.10.7.ebuild net-mail/mu/mu-1.10.8-r1.ebuild net-mail/mu/mu-1.10.8.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 6f99bb9cd86865404f652a895b835c862df04af9 X-VCS-Branch: master Date: Sun, 26 Nov 2023 08:51:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53a26fac-b843-4683-afb2-3f4f959207e2 X-Archives-Hash: 5c7831b6a1bf87bf9109c7ca8a56d3ec commit: 6f99bb9cd86865404f652a895b835c862df04af9 Author: Matthew Smith gentoo org> AuthorDate: Sun Nov 26 08:47:04 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Nov 26 08:49:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f99bb9c net-mail/mu: install elisp site file Signed-off-by: Matthew Smith gentoo.org> net-mail/mu/{mu-1.10.7.ebuild => mu-1.10.7-r1.ebuild} | 10 +++++++--- net-mail/mu/{mu-1.10.8.ebuild => mu-1.10.8-r1.ebuild} | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/net-mail/mu/mu-1.10.7.ebuild b/net-mail/mu/mu-1.10.7-r1.ebuild similarity index 92% rename from net-mail/mu/mu-1.10.7.ebuild rename to net-mail/mu/mu-1.10.7-r1.ebuild index 2acec2e5ddb5..f637744311ea 100644 --- a/net-mail/mu/mu-1.10.7.ebuild +++ b/net-mail/mu/mu-1.10.7-r1.ebuild @@ -61,9 +61,13 @@ src_install() { docompress -x /usr/share/doc/${PF}/NEWS.org dodoc NEWS.org - # Same as above. - docompress -x /usr/share/doc/${PF}/mu4e-about.org - dodoc mu4e/mu4e-about.org + if use emacs; then + # Same as above. + docompress -x /usr/share/doc/${PF}/mu4e-about.org + dodoc mu4e/mu4e-about.org + + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi } pkg_preinst() { diff --git a/net-mail/mu/mu-1.10.8.ebuild b/net-mail/mu/mu-1.10.8-r1.ebuild similarity index 92% rename from net-mail/mu/mu-1.10.8.ebuild rename to net-mail/mu/mu-1.10.8-r1.ebuild index 2acec2e5ddb5..f637744311ea 100644 --- a/net-mail/mu/mu-1.10.8.ebuild +++ b/net-mail/mu/mu-1.10.8-r1.ebuild @@ -61,9 +61,13 @@ src_install() { docompress -x /usr/share/doc/${PF}/NEWS.org dodoc NEWS.org - # Same as above. - docompress -x /usr/share/doc/${PF}/mu4e-about.org - dodoc mu4e/mu4e-about.org + if use emacs; then + # Same as above. + docompress -x /usr/share/doc/${PF}/mu4e-about.org + dodoc mu4e/mu4e-about.org + + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi } pkg_preinst() {