Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 12 May 2022 17:11:01
Message-Id: 1652375432.d1ca53cc185596f455e5110088aae3031df1cf97.ulm@gentoo
1 commit: d1ca53cc185596f455e5110088aae3031df1cf97
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 13:49:29 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 17:10:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ca53cc
7
8 mercurial.eclass: Don't indent eclass documentation
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/mercurial.eclass | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
16 index 8f0e6edfeb0b..2616b88311cf 100644
17 --- a/eclass/mercurial.eclass
18 +++ b/eclass/mercurial.eclass
19 @@ -94,6 +94,10 @@ BDEPEND="dev-vcs/mercurial"
20 # users.
21 EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
22
23 +# @ECLASS_VARIABLE: EHG_BOOTSTRAP
24 +# @DESCRIPTION:
25 +# Command to be executed after checkout and clone of the specified repository.
26 +
27 # @FUNCTION: mercurial_fetch
28 # @USAGE: [repository_uri] [module] [sourcedir]
29 # @DESCRIPTION:
30 @@ -171,10 +175,6 @@ mercurial_fetch() {
31 mercurial_bootstrap() {
32 debug-print-function ${FUNCNAME} "$@"
33
34 - # @ECLASS_VARIABLE: EHG_BOOTSTRAP
35 - # @DESCRIPTION:
36 - # Command to be executed after checkout and clone of the specified
37 - # repository.
38 if [[ ${EHG_BOOTSTRAP} ]]; then
39 pushd "${S}" > /dev/null
40 einfo "Starting bootstrap"