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 012B2139083 for ; Thu, 18 May 2017 09:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FD621C012; Thu, 18 May 2017 09:59:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34BD321C012 for ; Thu, 18 May 2017 09:59:41 +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 6342033BE18 for ; Thu, 18 May 2017 09:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E4C02FA for ; Thu, 18 May 2017 09:59:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1495101537.da058dd97dea0910876b3165f7ed73f50d36c473.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/qstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/qstat/qstat-2.14.ebuild X-VCS-Directories: games-util/qstat/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: da058dd97dea0910876b3165f7ed73f50d36c473 X-VCS-Branch: master Date: Thu, 18 May 2017 09:59:09 +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: aaa9d641-f1b1-42df-8d0a-4dfff7dd1cb4 X-Archives-Hash: 9138bd5541dd692681883775411073e2 commit: da058dd97dea0910876b3165f7ed73f50d36c473 Author: Lars Wendler gentoo org> AuthorDate: Thu May 18 09:58:57 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 18 09:58:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da058dd9 games-util/qstat: Getting rid of dohtml. Package-Manager: Portage-2.3.5, Repoman-2.3.2 games-util/qstat/qstat-2.14.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-util/qstat/qstat-2.14.ebuild b/games-util/qstat/qstat-2.14.ebuild index 75834f2b6f6..8ee434d8b41 100644 --- a/games-util/qstat/qstat-2.14.ebuild +++ b/games-util/qstat/qstat-2.14.ebuild @@ -33,5 +33,6 @@ src_configure() { src_install() { default dosym qstat /usr/bin/quakestat - dohtml template/*.html qstatdoc.html + docinto html + dodoc template/*.html qstatdoc.html }