commit: 6c6ae1a6c3a1f0bf6ec0c5c3d719678b8045f76c Author: XGQT <xgqt <AT> protonmail <DOT> com> AuthorDate: Sat Aug 31 18:51:43 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 19:05:39 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6c6ae1a6
repositories: Add myov Closes: https://github.com/gentoo/api-gentoo-org/pull/214 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 2cad657..ef59e00 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3160,6 +3160,18 @@ <source type="git">https://github.com/msva/mva-overlay</source> <source type="git">git://github.com/msva/mva-overlay</source> <feed>https://github.com/msva/mva-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> + <name>myov</name> + <description lang="en">My Overlay - custom Gentoo overlay from XGQT</description> + <homepage>https://gitlab.com/xgqt/myov.git</homepage> + <owner type="person"> + <name>XGQT</name> + <email>[email protected]</email> + </owner> + <source type="git">https://gitlab.com/xgqt/myov.git</source> + <source type="git">git+ssh://[email protected]/xgqt/myov.git</source> + <feed>https://gitlab.com/xgqt/myov/commits/master.atom</feed> </repo> <repo quality="experimental" status="official"> <name>mysql</name>
