Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog git-r3.eclass
Date: Mon, 28 Jul 2014 14:13:54
Message-Id: 20140728141350.814C02004E@flycatcher.gentoo.org
1 mgorny 14/07/28 14:13:50
2
3 Modified: ChangeLog git-r3.eclass
4 Log:
5 Mention git-clone man page for URI syntax, bug #511636.
6
7 Revision Changes Path
8 1.1327 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1326&r2=1.1327
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1326
18 retrieving revision 1.1327
19 diff -u -r1.1326 -r1.1327
20 --- ChangeLog 28 Jul 2014 14:12:22 -0000 1.1326
21 +++ ChangeLog 28 Jul 2014 14:13:50 -0000 1.1327
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1326 2014/07/28 14:12:22 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1327 2014/07/28 14:13:50 mgorny Exp $
27 +
28 + 28 Jul 2014; Michał Górny <mgorny@g.o> git-r3.eclass:
29 + Mention git-clone man page for URI syntax, bug #511636.
30
31 28 Jul 2014; Michał Górny <mgorny@g.o> git-r3.eclass:
32 Use ROOT=/ when checking for git features, bug #518374. Patch provided by
33
34
35
36 1.47 eclass/git-r3.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?r1=1.46&r2=1.47
41
42 Index: git-r3.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v
45 retrieving revision 1.46
46 retrieving revision 1.47
47 diff -u -r1.46 -r1.47
48 --- git-r3.eclass 28 Jul 2014 14:12:22 -0000 1.46
49 +++ git-r3.eclass 28 Jul 2014 14:13:50 -0000 1.47
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.46 2014/07/28 14:12:22 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.47 2014/07/28 14:13:50 mgorny Exp $
55
56 # @ECLASS: git-r3.eclass
57 # @MAINTAINER:
58 @@ -114,7 +114,8 @@
59 # @DESCRIPTION:
60 # URIs to the repository, e.g. git://foo, https://foo. If multiple URIs
61 # are provided, the eclass will consider them as fallback URIs to try
62 -# if the first URI does not work.
63 +# if the first URI does not work. For supported URI syntaxes, read up
64 +# the manpage for git-clone(1).
65 #
66 # It can be overriden via env using ${PN}_LIVE_REPO variable.
67 #