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 06:04:00
Message-Id: 1483423415.6253b7ee55ee83775630798debbbbea7ad3ba63d.vikraman@gentoo
1 commit: 6253b7ee55ee83775630798debbbbea7ad3ba63d
2 Author: Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 06:03:35 2017 +0000
4 Commit: Vikraman Choudhury <vikraman <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 06:03:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6253b7ee
7
8 net-mail/mu: Install info page
9
10 Thanks to Nicholas Fleisher for reporting.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 net-mail/mu/{mu-0.9.18.ebuild => mu-0.9.18-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-mail/mu/mu-0.9.18.ebuild b/net-mail/mu/mu-0.9.18-r1.ebuild
18 similarity index 97%
19 rename from net-mail/mu/mu-0.9.18.ebuild
20 rename to net-mail/mu/mu-0.9.18-r1.ebuild
21 index 8f43817..8f03128 100644
22 --- a/net-mail/mu/mu-0.9.18.ebuild
23 +++ b/net-mail/mu/mu-0.9.18-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -59,6 +59,7 @@ src_install () {
31 man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \
32 man/mu-mkdir.1 man/mu-remove.1 man/mu-server.1 man/mu-verify.1 \
33 man/mu-view.1 man/mu.1
34 + doinfo mu4e/mu4e.info
35 if use gui; then
36 dobin man/mug.1
37 fi