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 0AFCF138334 for ; Wed, 25 Sep 2019 15:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41801E088C; Wed, 25 Sep 2019 15:43:36 +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 1EF82E0884 for ; Wed, 25 Sep 2019 15:43:36 +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 AABD534B57E for ; Wed, 25 Sep 2019 15:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB5557FA for ; Wed, 25 Sep 2019 15:43:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1569426204.18a038d69a40bfd7a6ff8b9d0f9bf642604307b1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild dev-vcs/tortoisehg/tortoisehg-4.9.ebuild dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild dev-vcs/tortoisehg/tortoisehg-9999.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 18a038d69a40bfd7a6ff8b9d0f9bf642604307b1 X-VCS-Branch: master Date: Wed, 25 Sep 2019 15:43:32 +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: 4e82e2af-83d6-412a-ba09-549504ca828f X-Archives-Hash: 1131fe260ae83dc8b97a9f9d27c92e3e commit: 18a038d69a40bfd7a6ff8b9d0f9bf642604307b1 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Sep 25 15:39:53 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Sep 25 15:43:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a038d6 dev-vcs/tortoisehg: don't use dohtml Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild | 3 ++- dev-vcs/tortoisehg/tortoisehg-4.9.ebuild | 3 ++- dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild | 3 ++- dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 5 +++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild index ff2d174552d..ff68d5cb004 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.1.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild index 1d00dabf1ce..29130cae336 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild index b6640a72fde..869a5571f9f 100644 --- a/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-5.0.2.ebuild @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 3e6b1f3db8c..18e015fc174 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,7 +62,8 @@ python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then - dohtml -r doc/build/html/ + docinto html + dodoc -r doc/build/html/. fi newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg domenu contrib/thg.desktop