Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 2/3] cvs.eclass: Remove support for PATCHES.
Date: Thu, 18 Jul 2019 10:19:55
Message-Id: w6g36j3ir0j.fsf@kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH 0/3] cvs.eclass update by "Ulrich Müller"
1 Not used in the tree, and broken in EAPI 7.
2
3 Signed-off-by: Ulrich Müller <ulm@g.o>
4 ---
5 eclass/cvs.eclass | 15 ---------------
6 1 file changed, 15 deletions(-)
7
8 diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
9 index 128c065ebe78..8c9b41f586f3 100644
10 --- a/eclass/cvs.eclass
11 +++ b/eclass/cvs.eclass
12 @@ -15,8 +15,6 @@
13 if [[ -z ${_CVS_ECLASS} ]]; then
14 _CVS_ECLASS=1
15
16 -inherit eutils
17 -
18 # TODO:
19
20 # Implement more auth types (gserver?, kserver?)
21 @@ -524,19 +522,6 @@ cvs_src_unpack() {
22 debug-print "${FUNCNAME}: removing empty CVS directory ${ECVS_LOCALNAME}"
23 rm -rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"
24 fi
25 -
26 - # Implement some of base_src_unpack's functionality; note however
27 - # that base.eclass may not have been inherited!
28 - if [[ -n ${PATCHES} ]] ; then
29 - debug-print "${FUNCNAME}: PATCHES=${PATCHES}, S=${S}, autopatching"
30 - cd "${S}"
31 - epatch ${PATCHES}
32 - # Make sure we don't try to apply patches more than once,
33 - # since cvs_src_unpack is usually called several times from
34 - # e.g. kde-source_src_unpack
35 - export PATCHES=""
36 - fi
37 -
38 einfo "CVS module ${ECVS_MODULE} is now in ${WORKDIR}"
39 }
40
41 --
42 2.22.0

Attachments

File name MIME type
signature.asc application/pgp-signature