Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 16 Aug 2019 04:57:37
Message-Id: 1565931407.c6636549cb0adb0e82d6bd742abb47583150c853.juippis@gentoo
1 commit: c6636549cb0adb0e82d6bd742abb47583150c853
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Aug 7 10:26:17 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 04:56:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6636549
7
8 qmail.eclass: do not install man templates to section 8
9
10 The files named *.9 are actually only templates for the real manpages, some of
11 them _not_ in section 8 at all. Those are properly gerated and installed anyway,
12 so just leave these alone as they were never meant to be installed.
13
14 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
15 Closes: https://github.com/gentoo/gentoo/pull/12632
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 eclass/qmail.eclass | 6 ------
19 1 file changed, 6 deletions(-)
20
21 diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
22 index 6ebbff442c7..552a37d5587 100644
23 --- a/eclass/qmail.eclass
24 +++ b/eclass/qmail.eclass
25 @@ -227,12 +227,6 @@ qmail_config_install() {
26 qmail_man_install() {
27 einfo "Installing manpages and documentation"
28
29 - # those are tagged for section 8 but named for
30 - # section 9 (which does not exist anyway)
31 - for i in *.9; do
32 - mv ${i} ${i/.9/.8}
33 - done
34 -
35 into /usr
36 doman *.[1578]
37 dodoc BLURB* CHANGES FAQ INSTALL* PIC* README* REMOVE* SECURITY \