summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-09 07:03:28 +0000
committerUlrich Müller <ulm@gentoo.org>2012-09-09 07:03:28 +0000
commit660ea8c356eeef979b2e33e8cca6787d2c4b154f (patch)
tree3068b3409d3a6b94d23967fcbd5f95cc97f20ccc /eclass/cvs.eclass
parenthand write changelog since repoman didnt do it for me (diff)
downloadhistorical-660ea8c356eeef979b2e33e8cca6787d2c4b154f.tar.gz
historical-660ea8c356eeef979b2e33e8cca6787d2c4b154f.tar.bz2
historical-660ea8c356eeef979b2e33e8cca6787d2c4b154f.zip
Rename ESCM_OFFLINE to EVCS_OFFLINE. Drop ESCM_VERSION. Fixes bug 410465.
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r--eclass/cvs.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index b2acff2f1a10..c6b1a012512c 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.76 2010/08/25 19:57:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.77 2012/09/09 07:03:28 ulm Exp $
# @ECLASS: cvs.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ inherit eutils
# Set this variable to a non-empty value to disable the automatic updating of
# a CVS source tree. This is intended to be set outside the cvs source
# tree by users.
-: ${ECVS_OFFLINE:=${ESCM_OFFLINE}}
+: ${ECVS_OFFLINE:=${EVCS_OFFLINE}}
# @ECLASS-VARIABLE: ECVS_LOCAL
# @DEFAULT_UNSET
@@ -552,7 +552,6 @@ cvs_src_unpack() {
# Not exactly perfect, but should be pretty close #333773
export ECVS_VERSION=$(find "$ECVS_TOP_DIR/$ECVS_LOCALNAME/" -ipath '*/CVS/Entries' -exec cat {} + | LC_ALL=C sort | sha1sum | awk '{print $1}')
- export ESCM_VERSION=${ECVS_VERSION}
# If the directory is empty, remove it; empty directories cannot
# exist in cvs. This happens when, for example, kde-source