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: Sun, 25 Sep 2016 16:19:32
Message-Id: 1474820328.6e864d7115b0b16ebdddac666be6f50eef523986.mgorny@gentoo
1 commit: 6e864d7115b0b16ebdddac666be6f50eef523986
2 Author: Pavol Dilung <pavol.dilung <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 25 14:01:13 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 16:18:48 2016 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6e864d71
7
8 repositories: Add pdilung, #595100
9
10 Closes: https://github.com/gentoo/api-gentoo-org/pull/14
11
12 files/overlays/repositories.xml | 13 +++++++++++++
13 1 file changed, 13 insertions(+)
14
15 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
16 index 1746b83..9fcdc2c 100755
17 --- a/files/overlays/repositories.xml
18 +++ b/files/overlays/repositories.xml
19 @@ -5380,5 +5380,18 @@ FIN
20 <source type="git">ssh://git@×××××××××.com/portage</source>
21 <feed>http://git.zx2c4.com/portage/atom/?h=master</feed>
22 </repo>
23 + <repo quality="experimental" status="unofficial">
24 + <name>pdilung</name>
25 + <description lang="en">Personal Gentoo overlay of Pavol Dilung</description>
26 + <homepage>https://github.com/pdilung/gentoo-overlay/</homepage>
27 + <owner type="person">
28 + <email>pavol.dilung@×××××.com</email>
29 + <name>Pavol Dilung</name>
30 + </owner>
31 + <source type="git">https://github.com/pdilung/gentoo-overlay.git</source>
32 + <source type="git">git://github.com/pdilung/gentoo-overlay.git</source>
33 + <source type="git">git@××××××.com:pdilung/gentoo-overlay.git</source>
34 + <feed>https://github.com/pdilung/gentoo-overlay/commits/master.atom</feed>
35 + </repo>
36 <!-- vim:se et sw=2 ts=2 sts=2 :-->
37 </repositories>