Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 3/7] mercurial.eclass: Don't indent eclass documentation
Date: Tue, 10 May 2022 06:00:53
Message-Id: 20220510055917.29457-4-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] Don't indent eclass documentation by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/mercurial.eclass | 8 ++++----
4 1 file changed, 4 insertions(+), 4 deletions(-)
5
6 diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
7 index 8f0e6edfeb0b..2616b88311cf 100644
8 --- a/eclass/mercurial.eclass
9 +++ b/eclass/mercurial.eclass
10 @@ -94,6 +94,10 @@ BDEPEND="dev-vcs/mercurial"
11 # users.
12 EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
13
14 +# @ECLASS_VARIABLE: EHG_BOOTSTRAP
15 +# @DESCRIPTION:
16 +# Command to be executed after checkout and clone of the specified repository.
17 +
18 # @FUNCTION: mercurial_fetch
19 # @USAGE: [repository_uri] [module] [sourcedir]
20 # @DESCRIPTION:
21 @@ -171,10 +175,6 @@ mercurial_fetch() {
22 mercurial_bootstrap() {
23 debug-print-function ${FUNCNAME} "$@"
24
25 - # @ECLASS_VARIABLE: EHG_BOOTSTRAP
26 - # @DESCRIPTION:
27 - # Command to be executed after checkout and clone of the specified
28 - # repository.
29 if [[ ${EHG_BOOTSTRAP} ]]; then
30 pushd "${S}" > /dev/null
31 einfo "Starting bootstrap"
32 --
33 2.35.1