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 F03E9138330 for ; Mon, 28 May 2018 05:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E9BE0848; Mon, 28 May 2018 05:46:31 +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 AED72E0848 for ; Mon, 28 May 2018 05:46:31 +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 5A2C7335C51 for ; Mon, 28 May 2018 05:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935AB292 for ; Mon, 28 May 2018 05:46:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527486387.8d890b52b16d3ba9351bf490522c3e5d919a450c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ninja/ninja-1.7.2.ebuild dev-util/ninja/ninja-1.8.2.ebuild dev-util/ninja/ninja-9999.ebuild X-VCS-Directories: dev-util/ninja/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8d890b52b16d3ba9351bf490522c3e5d919a450c X-VCS-Branch: master Date: Mon, 28 May 2018 05:46:28 +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: 9619a04c-38e9-4a56-9ca3-2deffcfc871e X-Archives-Hash: 9fa61f1e7d1e8bb5b395897e709a0af6 commit: 8d890b52b16d3ba9351bf490522c3e5d919a450c Author: Georgy Yakovlev sysdump net> AuthorDate: Tue May 15 03:38:34 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 28 05:46:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d890b52 dev-util/ninja: dohtml -> dodoc Just minor QA Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8417 dev-util/ninja/ninja-1.7.2.ebuild | 7 ++++--- dev-util/ninja/ninja-1.8.2.ebuild | 5 +++-- dev-util/ninja/ninja-9999.ebuild | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/dev-util/ninja/ninja-1.7.2.ebuild b/dev-util/ninja/ninja-1.7.2.ebuild index 00220b01643..a314bc0103f 100644 --- a/dev-util/ninja/ninja-1.7.2.ebuild +++ b/dev-util/ninja/ninja-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -95,8 +95,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja diff --git a/dev-util/ninja/ninja-1.8.2.ebuild b/dev-util/ninja/ninja-1.8.2.ebuild index c143bfab421..f25829f0ec1 100644 --- a/dev-util/ninja/ninja-1.8.2.ebuild +++ b/dev-util/ninja/ninja-1.8.2.ebuild @@ -91,8 +91,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index 4dc6e68bbf6..73fb8e30509 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -91,8 +91,9 @@ src_test() { src_install() { dodoc README HACKING.md if use doc; then - dohtml -r doc/doxygen/html/* - dohtml doc/manual.html + docinto html + dodoc -r doc/doxygen/html/. + dodoc doc/manual.html fi dobin ninja