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 3DCFD1382C5 for ; Tue, 15 May 2018 01:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55CDBE098A; Tue, 15 May 2018 01:19:57 +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 2B116E098A for ; Tue, 15 May 2018 01:19:56 +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 A7359335C43 for ; Tue, 15 May 2018 01:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AABD27B for ; Tue, 15 May 2018 01:19:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1526347091.1d0e740b496c3e69fb3c1f13a524e42399a81bd2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/busybox/busybox-1.28.3.ebuild sys-apps/busybox/busybox-9999.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1d0e740b496c3e69fb3c1f13a524e42399a81bd2 X-VCS-Branch: master Date: Tue, 15 May 2018 01:19:53 +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: 70f2cead-1481-4042-b479-482d733ed275 X-Archives-Hash: 4301a4de840f6be7fda0b76de662ddcf commit: 1d0e740b496c3e69fb3c1f13a524e42399a81bd2 Author: Georgy Yakovlev sysdump net> AuthorDate: Tue May 15 00:57:47 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue May 15 01:18:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0e740b sys-apps/busybox: QA don't use dohtml Fixes: QA: install 'dohtml' is deprecated in EAPI '6' Also install html docs into html subdir. Before that html docs ended up in pod, because of 'docinto pod' above Package-Manager: Portage-2.3.36, Repoman-2.3.9 sys-apps/busybox/busybox-1.28.3.ebuild | 3 ++- sys-apps/busybox/busybox-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/busybox/busybox-1.28.3.ebuild b/sys-apps/busybox/busybox-1.28.3.ebuild index f28bf04dfd7..ea0b4ce81fb 100644 --- a/sys-apps/busybox/busybox-1.28.3.ebuild +++ b/sys-apps/busybox/busybox-1.28.3.ebuild @@ -285,7 +285,8 @@ src_install() { dodoc *.txt docinto pod dodoc *.pod - dohtml *.html + docinto html + dodoc *.html cd ../examples docinto examples diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index f28bf04dfd7..ea0b4ce81fb 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -285,7 +285,8 @@ src_install() { dodoc *.txt docinto pod dodoc *.pod - dohtml *.html + docinto html + dodoc *.html cd ../examples docinto examples