diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 15:37:42 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 15:56:56 -0500 |
commit | 8126ab066460180af89c4a6b5f705050ee991927 (patch) | |
tree | 3640be85cd5464859391d70752b162541e81397b /eclass | |
parent | x11-libs/c++-gtk-utils: Remove old (diff) | |
download | gentoo-8126ab066460180af89c4a6b5f705050ee991927.tar.gz gentoo-8126ab066460180af89c4a6b5f705050ee991927.tar.bz2 gentoo-8126ab066460180af89c4a6b5f705050ee991927.zip |
eclass/cvs: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cvs.eclass | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 26706cd74d1f..f3d0d4f6b452 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -13,6 +13,11 @@ # cvs_src_unpack. If you find that you need to call the cvs_* functions # directly, I'd be interested to hear about it. +# @ECLASS-VARIABLE: _CVS_ECLASS +# @INTERNAL +# @DESCRIPTION: +# Please document + if [[ -z ${_CVS_ECLASS} ]]; then _CVS_ECLASS=1 @@ -195,6 +200,11 @@ case ${EAPI:-0} in esac # called from cvs_src_unpack + +# @FUNCTION: cvs_fetch +# @DESCRIPTION: +# Fetch CVS repo + cvs_fetch() { # Make these options local variables so that the global values are # not affected by modifications in this function. |