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 16474138334 for ; Mon, 29 Oct 2018 08:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6418E0905; Mon, 29 Oct 2018 08:09:28 +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 78720E0905 for ; Mon, 29 Oct 2018 08:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A416335CA6 for ; Mon, 29 Oct 2018 08:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23464440 for ; Mon, 29 Oct 2018 08:09:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1540800520.57f3d2e8a13677127a01d90ae48b979389ded7ba.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/msmtp/msmtp-1.6.8-r2.ebuild mail-mta/msmtp/msmtp-1.8.0-r1.ebuild X-VCS-Directories: mail-mta/msmtp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 57f3d2e8a13677127a01d90ae48b979389ded7ba X-VCS-Branch: master Date: Mon, 29 Oct 2018 08:09:23 +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: 4461d4ac-7abc-4970-b142-a21e7d179e77 X-Archives-Hash: 64e91bf407ee1e5ce98a09848dfe6aa0 commit: 57f3d2e8a13677127a01d90ae48b979389ded7ba Author: Andrew Savchenko gentoo org> AuthorDate: Mon Oct 29 08:08:11 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 29 08:08:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3d2e8 mail-mta/msmtp: dohtml is banned in EAPI-7 Closes: https://bugs.gentoo.org/669900 Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 5 ++--- mail-mta/msmtp/msmtp-1.8.0-r1.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild index 2716f7113dc..8fadb17207e 100644 --- a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild +++ b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -87,8 +87,7 @@ src_install() { default if use doc ; then - dohtml doc/msmtp.html - dodoc doc/msmtp.pdf + dodoc doc/msmtp.{html,pdf} fi if use mta ; then diff --git a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild index bfd8ac0fa06..07cedc460ef 100644 --- a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -92,8 +92,7 @@ src_install() { fi if use doc ; then - dohtml doc/msmtp.html - dodoc doc/msmtp.pdf + dodoc doc/msmtp.{html,pdf} fi if use mta ; then