Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:33
Message-Id: 1617167998.6217928cb75e8a4be3ef99c04d34e41480385e9d.sam@gentoo
1 commit: 6217928cb75e8a4be3ef99c04d34e41480385e9d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:37:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6217928c
7
8 subversion.eclass: mark various variables as @USER_VARIABLE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/subversion.eclass | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
16 index 48cab5a01ae..6ed8a62dbe3 100644
17 --- a/eclass/subversion.eclass
18 +++ b/eclass/subversion.eclass
19 @@ -152,6 +152,8 @@ ESVN_PATCHES="${ESVN_PATCHES:-}"
20 ESVN_RESTRICT="${ESVN_RESTRICT:-}"
21
22 # @ECLASS-VARIABLE: ESVN_OFFLINE
23 +# @USER_VARIABLE
24 +# @DEFAULT_UNSET
25 # @DESCRIPTION:
26 # Set this variable to a non-empty value to disable the automatic updating of
27 # an svn source tree. This is intended to be set outside the subversion source
28 @@ -159,6 +161,7 @@ ESVN_RESTRICT="${ESVN_RESTRICT:-}"
29 ESVN_OFFLINE="${ESVN_OFFLINE:-${EVCS_OFFLINE}}"
30
31 # @ECLASS-VARIABLE: ESVN_UMASK
32 +# @USER_VARIABLE
33 # @DESCRIPTION:
34 # Set this variable to a custom umask. This is intended to be set by users.
35 # By setting this to something like 002, it can make life easier for people
36 @@ -169,6 +172,7 @@ ESVN_OFFLINE="${ESVN_OFFLINE:-${EVCS_OFFLINE}}"
37 ESVN_UMASK="${ESVN_UMASK:-${EVCS_UMASK}}"
38
39 # @ECLASS-VARIABLE: ESVN_UP_FREQ
40 +# @USER_VARIABLE
41 # @DESCRIPTION:
42 # Set the minimum number of hours between svn up'ing in any given svn module. This is particularly
43 # useful for split KDE ebuilds where we want to ensure that all submodules are compiled for the same
44 @@ -176,6 +180,7 @@ ESVN_UMASK="${ESVN_UMASK:-${EVCS_UMASK}}"
45 ESVN_UP_FREQ="${ESVN_UP_FREQ:=}"
46
47 # @ECLASS-VARIABLE: ESCM_LOGDIR
48 +# @USER_VARIABLE
49 # @DESCRIPTION:
50 # User configuration variable. If set to a path such as e.g. /var/log/scm any
51 # package inheriting from subversion.eclass will record svn revision to