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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6FDF15838C for ; Mon, 22 Jan 2024 11:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F69D2BC01C; Mon, 22 Jan 2024 11:29:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2045A2BC01B for ; Mon, 22 Jan 2024 11:29:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2325D34327C for ; Mon, 22 Jan 2024 11:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B442814CF for ; Mon, 22 Jan 2024 11:29:35 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1705922962.e8a50793cdcc5c952757f595d6109df40258a09b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/gap-pkg.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e8a50793cdcc5c952757f595d6109df40258a09b X-VCS-Branch: master Date: Mon, 22 Jan 2024 11:29:35 +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: 5b18026c-5a35-4722-b5a5-b9fc5cef81c4 X-Archives-Hash: d963f3cdaab8aff073fc539a699f42d3 commit: e8a50793cdcc5c952757f595d6109df40258a09b Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jan 14 22:46:59 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jan 22 11:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a50793 gap-pkg.eclass: add two missing eclassdoc colons Signed-off-by: Michael Orlitzky gentoo.org> eclass/gap-pkg.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index bcb8e2be23a8..956ce124f22f 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -234,9 +234,9 @@ gap-pkg_src_test() { || die "test suite failed, see test-suite.log" } -# @ECLASS_VARIABLE GAP_PKG_EXTRA_INSTALL +# @ECLASS_VARIABLE: GAP_PKG_EXTRA_INSTALL # @DEFAULT_UNSET -# @DESCRIPTION +# @DESCRIPTION: # A bash array of extra files and directories to install recursively at # the root of this package's directory tree. For example, if you have a # package that mostly follows the suggested layout (described in the @@ -248,8 +248,8 @@ gap-pkg_src_test() { # to install the data directory without having to override the entire # src_install phase. -# @ECLASS_VARIABLE GAP_PKG_HTML_DOCDIR -# @DESCRIPTION +# @ECLASS_VARIABLE: GAP_PKG_HTML_DOCDIR +# @DESCRIPTION: # The directory inside the tarball where the HTML documentation is # located. This is _usually_ "doc", which conforms to the suggested # GAPDoc layout and is the default value of this variable. Many