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 3/3] cvs.eclass: Fix eclass documentation
Date: Sat, 02 Oct 2021 10:38:30
Message-Id: 20211002103732.19545-3-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/3] cvs.eclass: Support EAPI 8, drop EAPI 6 and older by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/cvs.eclass | 4 +++-
4 1 file changed, 3 insertions(+), 1 deletion(-)
5
6 diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
7 index 34c32a4a4190..99b90cec6b54 100644
8 --- a/eclass/cvs.eclass
9 +++ b/eclass/cvs.eclass
10 @@ -195,7 +195,9 @@ if [[ ${ECVS_AUTH} == "ext" ]] ; then
11 BDEPEND+=" net-misc/openssh"
12 fi
13
14 -# called from cvs_src_unpack
15 +# @FUNCTION: cvs_fetch
16 +# @DESCRIPTION:
17 +# Fetch sources from a CVS repository. Called from cvs_src_unpack.
18 cvs_fetch() {
19 # Make these options local variables so that the global values are
20 # not affected by modifications in this function.
21 --
22 2.33.0