Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/overlays: repositories.xml
Date: Sun, 19 May 2013 23:14:16
Message-Id: 20130519231409.B04182171D@flycatcher.gentoo.org
1 sping 13/05/19 23:14:09
2
3 Modified: repositories.xml
4 Log:
5 Add overlays "bar-overlay" and "funtoo-overlay"
6
7 Revision Changes Path
8 1.453 xml/htdocs/proj/en/overlays/repositories.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/overlays/repositories.xml?rev=1.453&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/overlays/repositories.xml?rev=1.453&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/overlays/repositories.xml?r1=1.452&r2=1.453
13
14 Index: repositories.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v
17 retrieving revision 1.452
18 retrieving revision 1.453
19 diff -u -r1.452 -r1.453
20 --- repositories.xml 11 May 2013 18:51:33 -0000 1.452
21 +++ repositories.xml 19 May 2013 23:14:09 -0000 1.453
22 @@ -1,5 +1,5 @@
23 <!-- <?xml version="1.0" encoding="UTF-8"?> -->
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v 1.452 2013/05/11 18:51:33 sping Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v 1.453 2013/05/19 23:14:09 sping Exp $ -->
26 <?xml-stylesheet href="/xsl/repositories.xsl" type="text/xsl"?>
27 <!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
28 <repositories version="1.0">
29 @@ -425,6 +425,19 @@
30 <feed>https://github.com/wthrowe/barnowl-overlay/commits/master.atom</feed>
31 </repo>
32 <repo quality="experimental" status="unofficial">
33 + <name>bar-overlay</name>
34 + <description lang="en">Ebuilds that end up in Funtoo ports-2012</description>
35 + <homepage>https://github.com/tokiclover/bar-overlay</homepage>
36 + <owner type="person">
37 + <email>tokiclover@×××××.com</email>
38 + <name>tokiclover</name>
39 + </owner>
40 + <source type="git">git://github.com/tokiclover/bar-overlay.git</source>
41 + <source type="git">https://github.com/tokiclover/bar-overlay.git</source>
42 + <source type="git">git@××××××.com:tokiclover/bar-overlay.git</source>
43 + <feed>https://github.com/tokiclover/bar-overlay/commits/master.atom</feed>
44 + </repo>
45 + <repo quality="experimental" status="unofficial">
46 <name>barzog-overlay</name>
47 <description lang="en">Oleg Gawriloff's overlay</description>
48 <homepage>http://code.google.com/p/barzog-gentoo-overlay/</homepage>
49 @@ -1499,6 +1512,19 @@
50 <source type="git">git://git.funroll-loops.de/portage-overlay</source>
51 </repo>
52 <repo quality="experimental" status="unofficial">
53 + <name>funtoo-overlay</name>
54 + <description lang="en">Funtoo overlay (all funtoo ebuild/eclass changes in one place)</description>
55 + <homepage>https://github.com/funtoo/funtoo-overlay</homepage>
56 + <owner type="project">
57 + <email>invalid@×××××××.org</email>
58 + <name>Funtoo Linux</name>
59 + </owner>
60 + <source type="git">git://github.com/funtoo/funtoo-overlay.git</source>
61 + <source type="git">https://github.com/funtoo/funtoo-overlay.git</source>
62 + <source type="git">git@××××××.com:funtoo/funtoo-overlay.git</source>
63 + <feed>https://github.com/funtoo/funtoo-overlay/commits/master.atom</feed>
64 + </repo>
65 + <repo quality="experimental" status="unofficial">
66 <name>fw-overlay</name>
67 <description lang="en">fw-overlay experimental overlay</description>
68 <homepage>https://github.com/FeiWongReed/fw-overlay</homepage>