Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/
Date: Mon, 29 Oct 2018 08:09:30
Message-Id: 1540800520.57f3d2e8a13677127a01d90ae48b979389ded7ba.polynomial-c@gentoo
1 commit: 57f3d2e8a13677127a01d90ae48b979389ded7ba
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 29 08:08:11 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 08:08:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3d2e8
7
8 mail-mta/msmtp: dohtml is banned in EAPI-7
9
10 Closes: https://bugs.gentoo.org/669900
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 5 ++---
15 mail-mta/msmtp/msmtp-1.8.0-r1.ebuild | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
19 index 2716f7113dc..8fadb17207e 100644
20 --- a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
21 +++ b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -87,8 +87,7 @@ src_install() {
29 default
30
31 if use doc ; then
32 - dohtml doc/msmtp.html
33 - dodoc doc/msmtp.pdf
34 + dodoc doc/msmtp.{html,pdf}
35 fi
36
37 if use mta ; then
38
39 diff --git a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
40 index bfd8ac0fa06..07cedc460ef 100644
41 --- a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
42 +++ b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -92,8 +92,7 @@ src_install() {
50 fi
51
52 if use doc ; then
53 - dohtml doc/msmtp.html
54 - dodoc doc/msmtp.pdf
55 + dodoc doc/msmtp.{html,pdf}
56 fi
57
58 if use mta ; then