commit: 88e1f3b34e256e2aaead97cbc189fc36fe0c5c46 Author: Kirixetamine <revelation <AT> krxt <DOT> dev> AuthorDate: Wed Oct 4 15:55:17 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 5 07:35:09 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=88e1f3b3
repositories: add xira overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/628 Signed-off-by: Florian Schmaus <flow <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 5fc341f..2399d76 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4636,6 +4636,18 @@ </owner> <source type="git">git://overlay.xelnor.net/overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>xira</name> + <description lang="en">An LLVM-centric personal overlay, with clang fixes to existing builds, and newly found software, patched or not.</description> + <homepage>https://github.com/kir68k/xira</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Kirin "Xira" Etheridge</name> + </owner> + <source type="git">https://github.com/kir68k/xira.git</source> + <source type="git">git+ssh://[email protected]/kir68k/xira.git</source> + <feed>https://github.com/kir68k/xira/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>xoreos</name> <description lang="en">Gentoo overlay for the xoreos project, providing a WIP reimplementation of the BioWare Aurora engine and related modding tools.</description>
