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 3257F138334 for ; Sat, 14 Dec 2019 12:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 687B2E089E; Sat, 14 Dec 2019 12:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4CC19E089E for ; Sat, 14 Dec 2019 12:01:32 +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 339A634D808 for ; Sat, 14 Dec 2019 12:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12F48D7 for ; Sat, 14 Dec 2019 12:01:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576324782.6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: bin/ X-VCS-Repository: proj/devmanual X-VCS-Files: bin/gen-eclass-html.sh X-VCS-Directories: bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc X-VCS-Branch: master Date: Sat, 14 Dec 2019 12:01:29 +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: 97c61745-8766-4bf9-a15a-30109ac05928 X-Archives-Hash: 6ce6401614cd70b6441bcdd10b35d968 commit: 6733a4e881f3fb820cbf6d2745f4c81c6fb0afbc Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 14 11:59:42 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 14 11:59:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6733a4e8 bin/gen-eclass-html.sh: Fix category of eclass-manpages. The package has been moved to app-doc some time ago. Signed-off-by: Ulrich Müller gentoo.org> bin/gen-eclass-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index e41c3df..8ef226d 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -127,7 +127,7 @@ cat << EOF > $OUTPUTDIR/text.xml

This section provides a reference for some of the more commonly used eclasses. Note that most eclasses have an accompanying manual page. These man pages can be -installed by emerging app-portage/eclass-manpages. +installed by emerging app-doc/eclass-manpages.