Gentoo Archives: gentoo-commits

From: Vikraman Choudhury <vikraman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Tue, 03 Jan 2017 20:39:47
Message-Id: 1483475973.eebd0a040ea6f0a680182a3edf7d3270cbcc6e5e.vikraman@gentoo
1 commit: eebd0a040ea6f0a680182a3edf7d3270cbcc6e5e
2 Author: Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 20:39:33 2017 +0000
4 Commit: Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 20:39:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebd0a04
7
8 net-mail/mu: Install info page only if building mu4e
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-mail/mu/mu-0.9.18-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/mu/mu-0.9.18-r1.ebuild b/net-mail/mu/mu-0.9.18-r1.ebuild
16 index 8f03128..1c7ede1 100644
17 --- a/net-mail/mu/mu-0.9.18-r1.ebuild
18 +++ b/net-mail/mu/mu-0.9.18-r1.ebuild
19 @@ -53,13 +53,13 @@ src_install () {
20 if use emacs; then
21 elisp-install ${PN} mu4e/*.el mu4e/*.elc
22 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
23 + doinfo mu4e/mu4e.info
24 fi
25 # TODO: Add guile man page when guile-2 is available.
26 doman man/mu-add.1 man/mu-bookmarks.5 man/mu-cfind.1 man/mu-easy.1 \
27 man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \
28 man/mu-mkdir.1 man/mu-remove.1 man/mu-server.1 man/mu-verify.1 \
29 man/mu-view.1 man/mu.1
30 - doinfo mu4e/mu4e.info
31 if use gui; then
32 dobin man/mug.1
33 fi