Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-guis:master commit in: /
Date: Sun, 06 Feb 2011 23:30:54
Message-Id: cc6efc4338b7076848b2a41ee4891c42587692f2.dol-sen@gentoo
1 commit: cc6efc4338b7076848b2a41ee4891c42587692f2
2 Author: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 6 23:30:48 2011 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 6 23:30:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=commit;h=cc6efc43
7
8 add the overlays xml definition
9
10 ---
11 gentoo-guis.xml | 19 +++++++++++++++++++
12 1 files changed, 19 insertions(+), 0 deletions(-)
13
14 diff --git a/gentoo-guis.xml b/gentoo-guis.xml
15 new file mode 100644
16 index 0000000..dadbf1e
17 --- /dev/null
18 +++ b/gentoo-guis.xml
19 @@ -0,0 +1,19 @@
20 +<?xml version="1.0" encoding="UTF-8"?>
21 +<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
22 +<repositories xmlns="" version="1.0">
23 + <repo quality="experimental" status="official">
24 + <name><![CDATA[gentoo-guis]]></name>
25 + <description><![CDATA[experimental ebuilds for Gentoo specific guis and guis related projects]]></description>
26 + <homepage>http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=summary</homepage>
27 + <irc>Channel #gentoo-guis on the freenode network</irc>
28 + <owner type="project">
29 + <email>gentoo-guis@g.o</email>
30 + <name><![CDATA[Gentoo-guis team]]></name>
31 + </owner>
32 + <source type="git">git://git.overlays.gentoo.org/proj/gentoo-guis.git</source>
33 + <source type="git">http://git.overlays.gentoo.org/gitroot/proj/gentoo-guis.git</source>
34 + <source type="git">git+ssh://git@×××××××××××××××××××.org/proj/gentoo-guis.git</source>
35 + <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=atom</feed>
36 + <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-guis.git;a=rss</feed>
37 + </repo>
38 +</repositories>