commit: 6b31243ca45c9aa7e95f026f31953391b4cb747c Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Mar 15 05:12:43 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 27 08:59:59 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6b31243c
repositories: Add Chymeric overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/256 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index a25955a..927ffb7 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5312,5 +5312,18 @@ <source type="git">git+ssh://[email protected]/heindsight/gentoo_overlay.git</source> <feed>https://github.com/heindsight/gentoo_overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>chymeric</name> + <description lang="en">Overlay for scientific software and other utilities</description> + <homepage>https://github.com/TheChymera/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Horea Christian</name> + </owner> + <source type="git">https://github.com/TheChymera/overlay.git</source> + <source type="git">git://github.com/TheChymera/overlay.git</source> + <source type="git">git+ssh://[email protected]/TheChymera/overlay.git</source> + <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
