Not used in the tree, and broken in EAPI 7.

Signed-off-by: Ulrich Müller <u...@gentoo.org>
---
 eclass/cvs.eclass | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index 128c065ebe78..8c9b41f586f3 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.eclass
@@ -15,8 +15,6 @@
 if [[ -z ${_CVS_ECLASS} ]]; then
 _CVS_ECLASS=1
 
-inherit eutils
-
 # TODO:
 
 # Implement more auth types (gserver?, kserver?)
@@ -524,19 +522,6 @@ cvs_src_unpack() {
                debug-print "${FUNCNAME}: removing empty CVS directory 
${ECVS_LOCALNAME}"
                rm -rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"
        fi
-
-       # Implement some of base_src_unpack's functionality; note however
-       # that base.eclass may not have been inherited!
-       if [[ -n ${PATCHES} ]] ; then
-               debug-print "${FUNCNAME}: PATCHES=${PATCHES}, S=${S}, 
autopatching"
-               cd "${S}"
-               epatch ${PATCHES}
-               # Make sure we don't try to apply patches more than once,
-               # since cvs_src_unpack is usually called several times from
-               # e.g. kde-source_src_unpack
-               export PATCHES=""
-       fi
-
        einfo "CVS module ${ECVS_MODULE} is now in ${WORKDIR}"
 }
 
-- 
2.22.0

Attachment: signature.asc
Description: PGP signature

Reply via email to