diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-09 15:49:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-12 19:10:32 +0200 |
commit | d1ca53cc185596f455e5110088aae3031df1cf97 (patch) | |
tree | a01f677ed3c134a93301405447a3a54a37fa1b72 /eclass/mercurial.eclass | |
parent | kde.org.eclass: Don't indent eclass documentation (diff) | |
download | gentoo-d1ca53cc185596f455e5110088aae3031df1cf97.tar.gz gentoo-d1ca53cc185596f455e5110088aae3031df1cf97.tar.bz2 gentoo-d1ca53cc185596f455e5110088aae3031df1cf97.zip |
mercurial.eclass: Don't indent eclass documentation
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r-- | eclass/mercurial.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 8f0e6edfeb0b..2616b88311cf 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -94,6 +94,10 @@ BDEPEND="dev-vcs/mercurial" # users. EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}" +# @ECLASS_VARIABLE: EHG_BOOTSTRAP +# @DESCRIPTION: +# Command to be executed after checkout and clone of the specified repository. + # @FUNCTION: mercurial_fetch # @USAGE: [repository_uri] [module] [sourcedir] # @DESCRIPTION: @@ -171,10 +175,6 @@ mercurial_fetch() { mercurial_bootstrap() { debug-print-function ${FUNCNAME} "$@" - # @ECLASS_VARIABLE: EHG_BOOTSTRAP - # @DESCRIPTION: - # Command to be executed after checkout and clone of the specified - # repository. if [[ ${EHG_BOOTSTRAP} ]]; then pushd "${S}" > /dev/null einfo "Starting bootstrap" |