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 03AF4158083 for ; Sun, 1 Sep 2024 11:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E723E2A2F; Sun, 1 Sep 2024 11:05:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30F1CE2A2F for ; Sun, 1 Sep 2024 11:05:17 +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 6158B33BE32 for ; Sun, 1 Sep 2024 11:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0DBE1671 for ; Sun, 1 Sep 2024 11:05:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725188681.a948d340bd94e480398c3b55a53bbddae77d1c9c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/guile-single.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a948d340bd94e480398c3b55a53bbddae77d1c9c X-VCS-Branch: master Date: Sun, 1 Sep 2024 11:05:14 +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: f9c4ce8e-2b74-4cb0-a868-92fd48a37706 X-Archives-Hash: 6f88c6ebf1d277265e1c0015fef94c52 commit: a948d340bd94e480398c3b55a53bbddae77d1c9c Author: Sam James gentoo org> AuthorDate: Sun Sep 1 10:59:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 11:04:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a948d340 guile-single.eclass: fix eclassdoc issues eclass-to-manpage noticed these. Signed-off-by: Sam James gentoo.org> eclass/guile-single.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/guile-single.eclass b/eclass/guile-single.eclass index 41ede32928bc..91f6036139da 100644 --- a/eclass/guile-single.eclass +++ b/eclass/guile-single.eclass @@ -2,20 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: guile-single.eclass -# @PROVIDES: guile-utils # @MAINTAINER: # Gentoo Scheme project # @AUTHOR: # Author: Arsen Arsenović -# Inspired by prior work in the Gentoo Python ecosystem. -# @BLURB: Utilities for packages that build against a single Guile. # @SUPPORTED_EAPIS: 8 # @PROVIDES: guile-utils +# @BLURB: Utilities for packages that build against a single Guile. # @DESCRIPTION: # This eclass facilitates packages building against a single slot of # Guile, which is normally something that uses Guile for extending, like # GNU Make, or for programs built in Guile, like Haunt. # +# Inspired by prior work in the Gentoo Python ecosystem. +# # These packages should use guile_gen_cond_dep to generate a dependency # string for their Guile package dependencies (i.e. other Guile single- # and multi-implementation packages). They should also utilize