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 67C93138359 for ; Fri, 6 Nov 2020 17:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A11ECE082B; Fri, 6 Nov 2020 17:56:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 88226E082B for ; Fri, 6 Nov 2020 17:56:41 +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 9D1A333BE3B for ; Fri, 6 Nov 2020 17:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 209B7386 for ; Fri, 6 Nov 2020 17:56:39 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1604685391.bd3fdbaac0e87a731c9c30a97518a2af32885331.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.31-r2.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bd3fdbaac0e87a731c9c30a97518a2af32885331 X-VCS-Branch: master Date: Fri, 6 Nov 2020 17:56:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ac5167d-c1ba-4fa4-8f2d-7c09385b5070 X-Archives-Hash: eba7943ef276dac2a71c02966864451b commit: bd3fdbaac0e87a731c9c30a97518a2af32885331 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Nov 6 17:54:00 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Nov 6 17:56:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3fdbaa net-mail/notmuch: fix doc installation with USE=mutt Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> net-mail/notmuch/notmuch-0.31-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.31-r2.ebuild b/net-mail/notmuch/notmuch-0.31-r2.ebuild index bd9a233912c..88f4451fc0b 100644 --- a/net-mail/notmuch/notmuch-0.31-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.31-r2.ebuild @@ -83,7 +83,6 @@ RDEPEND="${COMMON_DEPEND} nmbug? ( dev-vcs/git ) " -DOCS=( AUTHORS NEWS README ) SITEFILE="50${PN}-gentoo.el" pkg_setup() { @@ -209,8 +208,6 @@ python_install() { src_install() { default - local DOCS=( README{,.rst} INSTALL NEWS ) - if use doc; then pushd doc/_build/man/man1 > /dev/null || die ln notmuch.1 notmuch-setup.1 || die @@ -241,10 +238,11 @@ src_install() { doman notmuch-mutt.1 insinto /etc/mutt doins notmuch-mutt.rc - DOCS+=( README-mutt ) + dodoc README-mutt popd > /dev/null || die fi + local DOCS=( README{,.rst} INSTALL NEWS ) einstalldocs if use python; then