Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 04 Oct 2021 07:07:45
Message-Id: 1633329631.ea04cf55ea3ff7fde215a657ddccb12cf587648e.ulm@gentoo
1 commit: ea04cf55ea3ff7fde215a657ddccb12cf587648e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 10:28:30 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 06:40:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea04cf55
7
8 cvs.eclass: Fix eclass documentation
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/cvs.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
16 index 34c32a4a419..99b90cec6b5 100644
17 --- a/eclass/cvs.eclass
18 +++ b/eclass/cvs.eclass
19 @@ -195,7 +195,9 @@ if [[ ${ECVS_AUTH} == "ext" ]] ; then
20 BDEPEND+=" net-misc/openssh"
21 fi
22
23 -# called from cvs_src_unpack
24 +# @FUNCTION: cvs_fetch
25 +# @DESCRIPTION:
26 +# Fetch sources from a CVS repository. Called from cvs_src_unpack.
27 cvs_fetch() {
28 # Make these options local variables so that the global values are
29 # not affected by modifications in this function.