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 DE28E1382C5 for ; Sat, 10 Feb 2018 09:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBCF6E096C; Sat, 10 Feb 2018 09:39:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C73E4E096C for ; Sat, 10 Feb 2018 09:39:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FE45335C0C for ; Sat, 10 Feb 2018 09:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C701D4 for ; Sat, 10 Feb 2018 09:39:20 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1518255553.eaa6a4b95744e787b44fda880d066c00bb9a7dd5.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt/mutt-1.9.3.ebuild X-VCS-Directories: mail-client/mutt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: eaa6a4b95744e787b44fda880d066c00bb9a7dd5 X-VCS-Branch: master Date: Sat, 10 Feb 2018 09:39:20 +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: 4c45764c-1d65-4784-99a2-c040784a0809 X-Archives-Hash: f2e385c559ade896399fd0f17d1bd1c5 commit: eaa6a4b95744e787b44fda880d066c00bb9a7dd5 Author: Fabian Groffen gentoo org> AuthorDate: Sat Feb 10 09:39:00 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 10 09:39:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6a4b9 mail-client/mutt: flea was removed, bug #647204 Closes: https://bugs.gentoo.org/647204 Package-Manager: Portage-2.3.19, Repoman-2.3.6 mail-client/mutt/mutt-1.9.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-1.9.3.ebuild b/mail-client/mutt/mutt-1.9.3.ebuild index 3a7a6fe7610..ec439e84326 100644 --- a/mail-client/mutt/mutt-1.9.3.ebuild +++ b/mail-client/mutt/mutt-1.9.3.ebuild @@ -230,9 +230,8 @@ src_install() { -e "s#@sysconfdir@#${EPREFIX}/etc/${PN}#" \ -e "s#@bindir@#${EPREFIX}/usr/bin#" \ doc/mutt.man > mutt.1 - cp doc/muttbug.man flea.1 cp doc/muttrc.man muttrc.5 - doman mutt.1 flea.1 muttrc.5 + doman mutt.1 muttrc.5 else # nuke manpages that should be provided by an MTA, bug #177605 rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \