From ab3da91fb6c91a9df52fff8f991570f456fd3c7a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 18 Dec 2020 11:06:49 +0000 Subject: gentoo resync : 18.12.2020 --- eclass/cvs.eclass | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'eclass/cvs.eclass') 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. -- cgit v1.2.3