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: Thu, 31 May 2012 20:03:48
Message-Id: 20120531200328.738D22004B@flycatcher.gentoo.org
1 sping 12/05/31 20:03:28
2
3 Modified: repositories.xml
4 Log:
5 Add overlay asux
6
7 Revision Changes Path
8 1.322 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.322&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/overlays/repositories.xml?rev=1.322&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/overlays/repositories.xml?r1=1.321&r2=1.322
13
14 Index: repositories.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v
17 retrieving revision 1.321
18 retrieving revision 1.322
19 diff -u -r1.321 -r1.322
20 --- repositories.xml 31 May 2012 19:57:07 -0000 1.321
21 +++ repositories.xml 31 May 2012 20:03:28 -0000 1.322
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.321 2012/05/31 19:57:07 sping Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/repositories.xml,v 1.322 2012/05/31 20:03:28 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 @@ -263,6 +263,17 @@
30 <source type="git">https://github.com/arx/ArxGentoo.git</source>
31 </repo>
32 <repo quality="experimental" status="unofficial">
33 + <name>asux</name>
34 + <description lang="en">asux' Gentoo overlay: collection of custom ebuilds</description>
35 + <homepage>https://github.com/asux/asux-overlay</homepage>
36 + <owner type="person">
37 + <email>a.ulyanitsky@×××××.com</email>
38 + <name>Oleksandr Ulianytskyi</name>
39 + </owner>
40 + <source type="git">git://github.com/asux/asux-overlay.git</source>
41 + <feed>https://github.com/asux/asux-overlay/commits/master.atom</feed>
42 + </repo>
43 + <repo quality="experimental" status="unofficial">
44 <name>AzP</name>
45 <description lang="en">Peter's own software playground</description>
46 <homepage>http://git.overlays.gentoo.org/gitweb/?p=user/AzP.git;a=summary</homepage>