Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 04 Jul 2020 07:15:53
Message-Id: 1593846917.d1994bd0457725c55a17b3e91f9867975198b6aa.mgorny@gentoo
1 commit: d1994bd0457725c55a17b3e91f9867975198b6aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:08:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:15:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1994bd0
7
8 git-r3.eclass: Mark variable classes in eclassdoc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/git-r3.eclass | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
16 index e0cf41e4342..6c75d11218c 100644
17 --- a/eclass/git-r3.eclass
18 +++ b/eclass/git-r3.eclass
19 @@ -90,6 +90,8 @@ fi
20 : ${EGIT_MIN_CLONE_TYPE:=shallow}
21
22 # @ECLASS-VARIABLE: EGIT3_STORE_DIR
23 +# @USER_VARIABLE
24 +# @DEFAULT_UNSET
25 # @DESCRIPTION:
26 # Storage directory for git sources.
27 #
28 @@ -176,6 +178,7 @@ fi
29 # to the merge commit date.
30
31 # @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR
32 +# @DEFAULT_UNSET
33 # @DESCRIPTION:
34 # The directory to check the git sources out to.
35 #