Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Sat, 10 Feb 2018 09:39:24
Message-Id: 1518255553.eaa6a4b95744e787b44fda880d066c00bb9a7dd5.grobian@gentoo
1 commit: eaa6a4b95744e787b44fda880d066c00bb9a7dd5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 10 09:39:00 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 09:39:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6a4b9
7
8 mail-client/mutt: flea was removed, bug #647204
9
10 Closes: https://bugs.gentoo.org/647204
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 mail-client/mutt/mutt-1.9.3.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/mail-client/mutt/mutt-1.9.3.ebuild b/mail-client/mutt/mutt-1.9.3.ebuild
17 index 3a7a6fe7610..ec439e84326 100644
18 --- a/mail-client/mutt/mutt-1.9.3.ebuild
19 +++ b/mail-client/mutt/mutt-1.9.3.ebuild
20 @@ -230,9 +230,8 @@ src_install() {
21 -e "s#@sysconfdir@#${EPREFIX}/etc/${PN}#" \
22 -e "s#@bindir@#${EPREFIX}/usr/bin#" \
23 doc/mutt.man > mutt.1
24 - cp doc/muttbug.man flea.1
25 cp doc/muttrc.man muttrc.5
26 - doman mutt.1 flea.1 muttrc.5
27 + doman mutt.1 muttrc.5
28 else
29 # nuke manpages that should be provided by an MTA, bug #177605
30 rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \