commit: 18ba10b7ce6a146f8e4b411808c7ac679d402080 Author: Miles <metafarion <AT> ctrl-shift <DOT> net> AuthorDate: Mon Jan 13 07:37:20 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 17:04:29 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=18ba10b7
repositories: add metahax overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/242 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ac9a2ee..3f658e9 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2824,6 +2824,17 @@ <source type="git">git+ssh://[email protected]/menelkir/gentoo-overlay.git</source> <feed>https://gitlab.com/menelkir/gentoo-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>metahax</name> + <description lang="en">Some ebuilds that didn't seem to exist yet.</description> + <homepage>https://github.com/metafarion/metahax</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Miles V.</name> + </owner> + <source type="git">https://github.com/metafarion/metahax.git</source> + <feed>https://github.com/metafarion/metahax/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>mgorny</name> <description>Michał Górny developer overlay</description>
