commit: b6cc5fc8815a5763129e88d8347cf95c08241523 Author: Alexander Bilyak <bilyak.alexander <AT> gmail <DOT> com> AuthorDate: Thu Mar 8 13:12:30 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 07:45:52 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b6cc5fc8
repositories: Add gentoo-clang overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/111 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 06ed679..333d027 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1829,6 +1829,19 @@ FIN <source type="git">git+ssh://[email protected]/repo/gentoo.git</source> <feed>https://cgit.gentoo.org/repo/gentoo.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>gentoo-clang</name> + <description lang="en">Gentoo overlay providing patches to build entire system with clang</description> + <homepage>https://github.com/BilyakA/gentoo-clang</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alexander Bilyak</name> + </owner> + <source type="git">https://github.com/BilyakA/gentoo-clang.git</source> + <source type="git">git://github.com/BilyakA/gentoo-clang.git</source> + <source type="git">[email protected]:BilyakA/gentoo-clang.git</source> + <feed>https://github.com/BilyakA/gentoo-clang/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gentoo-crypto</name> <description>Gentoo overlay for cryptocurrencies</description>
