Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/overlays/
Date: Tue, 27 Sep 2016 12:34:36
Message-Id: 1474979625.a52404caa7176878c17e2f06b576041c5acd109d.mgorny@gentoo
1 commit: a52404caa7176878c17e2f06b576041c5acd109d
2 Author: Steven Newbury <steve <AT> snewbury <DOT> org <DOT> uk>
3 AuthorDate: Tue Sep 27 11:56:59 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 12:33:45 2016 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a52404ca
7
8 repositories: Add sjnewbury Overlays; gentoo-gpu and gentoo-playground
9
10 Closes: https://github.com/gentoo/api-gentoo-org/pull/15
11
12 files/overlays/repositories.xml | 26 ++++++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
16 index 9fcdc2c..dfc07d6 100755
17 --- a/files/overlays/repositories.xml
18 +++ b/files/overlays/repositories.xml
19 @@ -5393,5 +5393,31 @@ FIN
20 <source type="git">git@××××××.com:pdilung/gentoo-overlay.git</source>
21 <feed>https://github.com/pdilung/gentoo-overlay/commits/master.atom</feed>
22 </repo>
23 + <repo quality="experimental" status="unofficial">
24 + <name>gentoo-gpu</name>
25 + <description lang="en">Bleeding-edge GPU support for Gentoo - OpenCL, GLVND, Vulkan</description>
26 + <homepage>https://github.com/sjnewbury/gentoo-gpu</homepage>
27 + <owner type="person">
28 + <email>steve@××××××××××××.uk</email>
29 + <name>Steven Newbury</name>
30 + </owner>
31 + <source type="git">https://github.com/sjnewbury/gentoo-gpu.git</source>
32 + <source type="git">git://github.com/sjnewbury/gentoo-gpu.git</source>
33 + <source type="git">git@××××××.com:sjnewbury/gentoo-gpu.git</source>
34 + <feed>https://github.com/sjnewbury/gentoo-gpu/commits/master.atom</feed>
35 + </repo>
36 + <repo quality="experimental" status="unofficial">
37 + <name>gentoo-playground</name>
38 + <description lang="en">zeq's Playground for experimental ebuilds and eclasses</description>
39 + <homepage>https://github.com/sjnewbury/gentoo-playground</homepage>
40 + <owner type="person">
41 + <email>steve@××××××××××××.uk</email>
42 + <name>Steven Newbury</name>
43 + </owner>
44 + <source type="git">https://github.com/sjnewbury/gentoo-playground.git</source>
45 + <source type="git">git://github.com/sjnewbury/gentoo-playground.git</source>
46 + <source type="git">git@××××××.com:sjnewbury/gentoo-playground.git</source>
47 + <feed>https://github.com/sjnewbury/gentoo-playground/commits/master.atom</feed>
48 + </repo>
49 <!-- vim:se et sw=2 ts=2 sts=2 :-->
50 </repositories>