eclass/guile-single: Sync with Gentoo

It's from Gentoo commit a948d340bd94e480398c3b55a53bbddae77d1c9c.
This commit is contained in:
Flatcar Buildbot 2024-09-02 07:16:10 +00:00 committed by Krzesimir Nowak
parent 87dc6bdee3
commit 0ffc1f9827

View File

@ -2,20 +2,20 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: guile-single.eclass # @ECLASS: guile-single.eclass
# @PROVIDES: guile-utils
# @MAINTAINER: # @MAINTAINER:
# Gentoo Scheme project <scheme@gentoo.org> # Gentoo Scheme project <scheme@gentoo.org>
# @AUTHOR: # @AUTHOR:
# Author: Arsen Arsenović <arsen@gentoo.org> # Author: Arsen Arsenović <arsen@gentoo.org>
# Inspired by prior work in the Gentoo Python ecosystem.
# @BLURB: Utilities for packages that build against a single Guile.
# @SUPPORTED_EAPIS: 8 # @SUPPORTED_EAPIS: 8
# @PROVIDES: guile-utils # @PROVIDES: guile-utils
# @BLURB: Utilities for packages that build against a single Guile.
# @DESCRIPTION: # @DESCRIPTION:
# This eclass facilitates packages building against a single slot of # This eclass facilitates packages building against a single slot of
# Guile, which is normally something that uses Guile for extending, like # Guile, which is normally something that uses Guile for extending, like
# GNU Make, or for programs built in Guile, like Haunt. # 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 # These packages should use guile_gen_cond_dep to generate a dependency
# string for their Guile package dependencies (i.e. other Guile single- # string for their Guile package dependencies (i.e. other Guile single-
# and multi-implementation packages). They should also utilize # and multi-implementation packages). They should also utilize