summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:16:29 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:16:29 +0000
commitab650755b26d6293ef217be48a29f9d206ebc228 (patch)
tree0b10f31222702c03b6dc5177f48c499a025a1aec /eclass
parentAdd detection of collision-protect in FEATURES. (diff)
downloadhistorical-ab650755b26d6293ef217be48a29f9d206ebc228.tar.gz
historical-ab650755b26d6293ef217be48a29f9d206ebc228.tar.bz2
historical-ab650755b26d6293ef217be48a29f9d206ebc228.zip
Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/mercurial.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 0dbce7e608b5..8a1cbcc30331 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.200 2012/04/03 19:12:46 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.201 2012/04/03 19:16:29 nelchael Exp $
+
+ 03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> mercurial.eclass:
+ Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org>
python-distutils-ng.eclass:
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index ef55d816aed6..2d02ea9125e0 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.18 2012/02/05 19:14:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.19 2012/04/03 19:16:29 nelchael Exp $
# @ECLASS: mercurial.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ DEPEND="dev-vcs/mercurial"
# Set this variable to a non-empty value to disable the automatic updating of
# a mercurial source tree. This is intended to be set outside the ebuild by
# users.
-EHG_OFFLINE="${EHG_OFFLINE:-${ESCM_OFFLINE}}"
+EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
# @FUNCTION: mercurial_fetch
# @USAGE: [repository_uri] [module] [sourcedir]