commit: 3366dcac1df7583d39919a731623d007d5ca6ee0 Author: Ivo Šmerek <ivo97 <AT> centrum <DOT> cz> AuthorDate: Thu Mar 26 18:56:07 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 20:34:17 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=3366dcac
repositories: Add edgets overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/258 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index bd017ce..a25955a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1332,6 +1332,18 @@ <source type="git">[email protected]:gentoo/eclipse-overlay.git</source> <feed>https://github.com/gentoo/eclipse-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>edgets</name> + <description lang="en">Gentoo overlay that brings you the newest versions of modern software.</description> + <homepage>https://github.com/BlueManCZ/edgets</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ivo Šmerek</name> + </owner> + <source type="git">https://github.com/BlueManCZ/edgets.git</source> + <source type="git">git+ssh://[email protected]/BlueManCZ/edgets.git</source> + <feed>https://github.com/BlueManCZ/edgets/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>eigenlay</name> <description lang="en">Eigenlab Gentoo overlay</description> @@ -5302,4 +5314,3 @@ </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories> -
