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 5/7] waf-utils.eclass: Don't indent eclass documentation
Date: Tue, 10 May 2022 06:01:31
Message-Id: 20220510055917.29457-6-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/waf-utils.eclass | 10 ++++++----
4 1 file changed, 6 insertions(+), 4 deletions(-)
5
6 diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
7 index 7945cc869eb6..d5d52b9af247 100644
8 --- a/eclass/waf-utils.eclass
9 +++ b/eclass/waf-utils.eclass
10 @@ -1,4 +1,4 @@
11 -# Copyright 1999-2021 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: waf-utils.eclass
16 @@ -29,6 +29,11 @@ esac
17 # this is _not_ meant to be set in ebuilds
18 : ${WAF_VERBOSE:=ON}
19
20 +# @ECLASS_VARIABLE: WAF_BINARY
21 +# @DESCRIPTION:
22 +# Eclass can use different waf executable. Usually it is located
23 +# in "${S}/waf".
24 +
25 # @FUNCTION: waf-utils_src_configure
26 # @DESCRIPTION:
27 # General function for configuring with waf.
28 @@ -69,9 +74,6 @@ waf-utils_src_configure() {
29
30 [[ ${fail} ]] && die "Invalid use of waf-utils.eclass"
31
32 - # @ECLASS_VARIABLE: WAF_BINARY
33 - # @DESCRIPTION:
34 - # Eclass can use different waf executable. Usually it is located in "${S}/waf".
35 : ${WAF_BINARY:="${S}/waf"}
36
37 local conf_args=()
38 --
39 2.35.1