Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410469 - mercurial.eclass: Rename ESCM_OFFLINE variable to EVCS_OFFLINE
Summary: mercurial.eclass: Rename ESCM_OFFLINE variable to EVCS_OFFLINE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 311101
  Show dependency tree
 
Reported: 2012-04-01 19:09 UTC by Ulrich Müller
Modified: 2012-04-03 19:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2012-04-01 19:09:22 UTC
Please rename ESCM_OFFLINE to EVCS_OFFLINE, see tracker bug 311101 and discussions in gentoo-dev:
<http://archives.gentoo.org/gentoo-dev/msg_f33ba2d126b4fa598641926f75467b9c.xml>
<http://archives.gentoo.org/gentoo-dev/msg_c80cb3395c90548bdc95c210168f9b07.xml>
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2012-04-03 19:16:41 UTC
Done:

nelchael@s-lappy ~/.../gentoo-x86/eclass$ sed -i -e 's,ESCM_OFFLINE,EVCS_OFFLINE,g' mercurial.eclass 
nelchael@s-lappy ~/.../gentoo-x86/eclass$ cvs diff mercurial.eclass 
Index: mercurial.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v
retrieving revision 1.18
diff -u -r1.18 mercurial.eclass
--- mercurial.eclass    5 Feb 2012 19:14:16 -0000       1.18
+++ mercurial.eclass    3 Apr 2012 19:15:31 -0000
@@ -65,7 +65,7 @@
 # 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]