Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: cvs.eclass
Date: Sun, 27 Apr 2008 07:00:43
Message-Id: E1Jq0sK-0000DX-Jx@stork.gentoo.org
1 ulm 08/04/27 07:00:40
2
3 Modified: cvs.eclass
4 Log:
5 Fix a typo.
6
7 Revision Changes Path
8 1.70 eclass/cvs.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cvs.eclass?rev=1.70&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cvs.eclass?rev=1.70&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cvs.eclass?r1=1.69&r2=1.70
13
14 Index: cvs.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v
17 retrieving revision 1.69
18 retrieving revision 1.70
19 diff -u -r1.69 -r1.70
20 --- cvs.eclass 6 Mar 2008 00:54:07 -0000 1.69
21 +++ cvs.eclass 27 Apr 2008 07:00:40 -0000 1.70
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.69 2008/03/06 00:54:07 zlin Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.70 2008/04/27 07:00:40 ulm Exp $
27
28 # @ECLASS: cvs.eclass
29 # @MAINTAINER:
30 @@ -69,7 +69,7 @@
31 # Refer to the information in the CVS man page regarding the -l
32 # command option (not the -l global option).
33
34 -# @ECLASS-VARIABLE: ECVS_LOCLANAME
35 +# @ECLASS-VARIABLE: ECVS_LOCALNAME
36 # @DESCRIPTION:
37 # Local name of checkout directory
38 #
39 @@ -159,7 +159,7 @@
40 # -C option to cvs update)
41
42 # @ECLASS-VARIABLE: ECVS_RUNAS
43 -# @DESCRIPTION:
44 +# @DESCRIPTION:
45 # Specifies an alternate (non-root) user to use to run cvs. Currently
46 # b0rked and wouldn't work with portage userpriv anyway without
47 # special magic.
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list