Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mercurial.eclass
Date: Tue, 03 Apr 2012 19:16:39
Message-Id: 20120403191629.542402004B@flycatcher.gentoo.org
1 nelchael 12/04/03 19:16:29
2
3 Modified: ChangeLog mercurial.eclass
4 Log:
5 Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.
6
7 Revision Changes Path
8 1.201 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.201&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.201&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.200&r2=1.201
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.200
18 retrieving revision 1.201
19 diff -u -r1.200 -r1.201
20 --- ChangeLog 3 Apr 2012 19:12:46 -0000 1.200
21 +++ ChangeLog 3 Apr 2012 19:16:29 -0000 1.201
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.200 2012/04/03 19:12:46 nelchael Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.201 2012/04/03 19:16:29 nelchael Exp $
27 +
28 + 03 Apr 2012; Krzysztof Pawlik <nelchael@g.o> mercurial.eclass:
29 + Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.
30
31 03 Apr 2012; Krzysztof Pawlik <nelchael@g.o>
32 python-distutils-ng.eclass:
33
34
35
36 1.19 eclass/mercurial.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mercurial.eclass?rev=1.19&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mercurial.eclass?rev=1.19&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mercurial.eclass?r1=1.18&r2=1.19
41
42 Index: mercurial.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v
45 retrieving revision 1.18
46 retrieving revision 1.19
47 diff -u -r1.18 -r1.19
48 --- mercurial.eclass 5 Feb 2012 19:14:16 -0000 1.18
49 +++ mercurial.eclass 3 Apr 2012 19:16:29 -0000 1.19
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.18 2012/02/05 19:14:16 floppym Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.19 2012/04/03 19:16:29 nelchael Exp $
55
56 # @ECLASS: mercurial.eclass
57 # @MAINTAINER:
58 @@ -65,7 +65,7 @@
59 # Set this variable to a non-empty value to disable the automatic updating of
60 # a mercurial source tree. This is intended to be set outside the ebuild by
61 # users.
62 -EHG_OFFLINE="${EHG_OFFLINE:-${ESCM_OFFLINE}}"
63 +EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
64
65 # @FUNCTION: mercurial_fetch
66 # @USAGE: [repository_uri] [module] [sourcedir]