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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8169B139085 for ; Tue, 3 Jan 2017 06:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7ACDE0D25; Tue, 3 Jan 2017 06:03:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96446E0D25 for ; Tue, 3 Jan 2017 06:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 411A234105A for ; Tue, 3 Jan 2017 06:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A443E2521 for ; Tue, 3 Jan 2017 06:03:55 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <1483423415.6253b7ee55ee83775630798debbbbea7ad3ba63d.vikraman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mu/mu-0.9.18-r1.ebuild net-mail/mu/mu-0.9.18.ebuild X-VCS-Directories: net-mail/mu/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: 6253b7ee55ee83775630798debbbbea7ad3ba63d X-VCS-Branch: master Date: Tue, 3 Jan 2017 06:03:55 +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-Archives-Salt: 57dd71fe-72ed-4fd2-a05b-131d759dc239 X-Archives-Hash: c9018937a296930651ed5a59f1dbe51c commit: 6253b7ee55ee83775630798debbbbea7ad3ba63d Author: Vikraman Choudhury gentoo org> AuthorDate: Tue Jan 3 06:03:35 2017 +0000 Commit: Vikraman Choudhury gentoo org> CommitDate: Tue Jan 3 06:03:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6253b7ee net-mail/mu: Install info page Thanks to Nicholas Fleisher for reporting. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-mail/mu/{mu-0.9.18.ebuild => mu-0.9.18-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/mu/mu-0.9.18.ebuild b/net-mail/mu/mu-0.9.18-r1.ebuild similarity index 97% rename from net-mail/mu/mu-0.9.18.ebuild rename to net-mail/mu/mu-0.9.18-r1.ebuild index 8f43817..8f03128 100644 --- a/net-mail/mu/mu-0.9.18.ebuild +++ b/net-mail/mu/mu-0.9.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -59,6 +59,7 @@ src_install () { man/mu-extract.1 man/mu-find.1 man/mu-help.1 man/mu-index.1 \ man/mu-mkdir.1 man/mu-remove.1 man/mu-server.1 man/mu-verify.1 \ man/mu-view.1 man/mu.1 + doinfo mu4e/mu4e.info if use gui; then dobin man/mug.1 fi