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 B26191382C5 for ; Sat, 28 Nov 2020 00:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEF7E07DB; Sat, 28 Nov 2020 00:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 83693E07DB for ; Sat, 28 Nov 2020 00:35:06 +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 08C7B3413AE for ; Sat, 28 Nov 2020 00:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1D246F for ; Sat, 28 Nov 2020 00:35:03 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606523694.2d469094dbca22c02a9e639a40289b9e16b6b65b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2d469094dbca22c02a9e639a40289b9e16b6b65b X-VCS-Branch: master Date: Sat, 28 Nov 2020 00:35:03 +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: 940aa3c7-c8e0-48b7-870b-d46f2167525b X-Archives-Hash: ccebd2f32393d47fd33498639cd8d0b5 commit: 2d469094dbca22c02a9e639a40289b9e16b6b65b Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 28 00:32:10 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 28 00:34:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d469094 net-misc/youtube-dl-2020.11.26: drop redundant dodoc call distutils-r1_python_install_all already takes care of calling einstalldocs. Signed-off-by: Marek Szuba gentoo.org> net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild b/net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild index 0839988f367..47f8343b521 100644 --- a/net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2020.11.26.ebuild @@ -34,7 +34,6 @@ python_test() { } python_install_all() { - dodoc README.txt doman ${PN}.1 newbashcomp ${PN}.bash-completion ${PN}