diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-10-02 12:28:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-10-04 08:40:31 +0200 |
commit | ea04cf55ea3ff7fde215a657ddccb12cf587648e (patch) | |
tree | 3a0d645a3b3b23bff045b1c459d42d42450b8478 /eclass/cvs.eclass | |
parent | cvs.eclass: Don't rely on sandbox internals (diff) | |
download | gentoo-ea04cf55ea3ff7fde215a657ddccb12cf587648e.tar.gz gentoo-ea04cf55ea3ff7fde215a657ddccb12cf587648e.tar.bz2 gentoo-ea04cf55ea3ff7fde215a657ddccb12cf587648e.zip |
cvs.eclass: Fix eclass documentation
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 34c32a4a4190..99b90cec6b54 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -195,7 +195,9 @@ if [[ ${ECVS_AUTH} == "ext" ]] ; then BDEPEND+=" net-misc/openssh" fi -# called from cvs_src_unpack +# @FUNCTION: cvs_fetch +# @DESCRIPTION: +# Fetch sources from a CVS repository. Called from cvs_src_unpack. cvs_fetch() { # Make these options local variables so that the global values are # not affected by modifications in this function. |