commit: f19013204bc4fccebf5f2591d73c67ee99b0773e Author: Yurij Mikhalevich <0 <AT> 39 <DOT> yt> AuthorDate: Wed Jun 14 08:39:36 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 12:59:24 2017 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f1901320
repositories: Add yurij-overlay, #621650 Closes: https://github.com/gentoo/api-gentoo-org/pull/52 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index b469bc0..7b5d3da 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5431,5 +5431,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>yurij-overlay</name> + <description lang="en">Yurij's overlay</description> + <homepage>https://github.com/yurijmikhalevich/yurij-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Yurij Mikhalevich</name> + </owner> + <source type="git">https://github.com/yurijmikhalevich/yurij-overlay.git</source> + <source type="git">git://github.com/yurijmikhalevich/yurij-overlay.git</source> + <source type="git">[email protected]:yurijmikhalevich/yurij-overlay.git</source> + <feed>https://github.com/yurijmikhalevich/yurij-overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
