Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/overlays: layman-global.txt
Date: Sun, 06 Jan 2008 11:10:56
Message-Id: E1JBTP3-0001nL-Hl@stork.gentoo.org
1 robbat2 08/01/06 11:10:53
2
3 Modified: layman-global.txt
4 Log:
5 The Git support of overlays has moved to using proper git checkout instead of HTTP.
6
7 Revision Changes Path
8 1.188 xml/htdocs/proj/en/overlays/layman-global.txt
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/layman-global.txt?rev=1.188&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/layman-global.txt?rev=1.188&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/layman-global.txt?r1=1.187&r2=1.188
13
14 Index: layman-global.txt
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/layman-global.txt,v
17 retrieving revision 1.187
18 retrieving revision 1.188
19 diff -p -w -b -B -u -u -r1.187 -r1.188
20 --- layman-global.txt 3 Jan 2008 21:59:10 -0000 1.187
21 +++ layman-global.txt 6 Jan 2008 11:10:52 -0000 1.188
22 @@ -689,7 +689,7 @@
23
24 <overlay
25 name="x11"
26 - src="http://overlays.gentoo.org/git/proj/x11/"
27 + src="git://git.overlays.gentoo.org/proj/x11"
28 contact = "x11@g.o"
29 status = "official"
30 type="git">
31 @@ -703,7 +703,7 @@
32
33 <overlay
34 name="dberkholz"
35 - src="http://overlays.gentoo.org/git/dev/dberkholz/"
36 + src="git://git.overlays.gentoo.org/dev/dberkholz"
37 contact = "dberkholz@g.o"
38 type="git">
39 <link>
40 @@ -1918,7 +1918,7 @@ the portage tree.
41 contact="welp@g.o"
42 name="welp"
43 status="official"
44 - src="http://overlays.gentoo.org/git/dev/welp/"
45 + src="git://git.overlays.gentoo.org/dev/welp"
46 type="git">
47 <link>
48 http://dev.gentoo.org/~welp/
49 @@ -1941,10 +1941,10 @@ the portage tree.
50 </overlay>
51 <overlay
52 type = "git"
53 - src = "git://git.overlays.gentoo.org/dev/uberlord.git"
54 + src = "git://git.overlays.gentoo.org/dev/uberlord"
55 contact = "roy@×××××××.name"
56 name = "openrc">
57 - <link>http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord.git;a=summary</link>
58 + <link>http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord;a=summary</link>
59 <description>Uberlord's openrc ebuilds</description>
60 </overlay>
61
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list