commit: 6e864d7115b0b16ebdddac666be6f50eef523986 Author: Pavol Dilung <pavol.dilung <AT> gmail <DOT> com> AuthorDate: Sun Sep 25 14:01:13 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 16:18:48 2016 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6e864d71
repositories: Add pdilung, #595100 Closes: https://github.com/gentoo/api-gentoo-org/pull/14 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1746b83..9fcdc2c 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5380,5 +5380,18 @@ FIN <source type="git">ssh://[email protected]/portage</source> <feed>http://git.zx2c4.com/portage/atom/?h=master</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>pdilung</name> + <description lang="en">Personal Gentoo overlay of Pavol Dilung</description> + <homepage>https://github.com/pdilung/gentoo-overlay/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Pavol Dilung</name> + </owner> + <source type="git">https://github.com/pdilung/gentoo-overlay.git</source> + <source type="git">git://github.com/pdilung/gentoo-overlay.git</source> + <source type="git">[email protected]:pdilung/gentoo-overlay.git</source> + <feed>https://github.com/pdilung/gentoo-overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
