commit: 778144532832742300218f7a4685c16838c1f689 Author: callmetango <callmetango <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Mon Jun 23 12:27:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 01:34:45 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=77814453
repositories: add XLibre overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/744 Closes: https://github.com/gentoo/api-gentoo-org/pull/744 Signed-off-by: Sam James <sam <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 cba67260..e6fd1803 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5146,6 +5146,18 @@ <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>xlibre</name> + <description lang="en">Unofficial XLibre overlay</description> + <homepage>https://github.com/X11Libre/ports-gentoo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>callmetango</name> + </owner> + <source type="git">https://github.com/X11Libre/ports-gentoo.git</source> + <source type="git">git+ssh://[email protected]/X11Libre/ports-gentoo.git</source> + <feed>https://github.com/X11Libre/ports-gentoo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>xoores</name> <description lang="en">Personal Gentoo overlay. I intend to maintain ebuild for packages that I personaly use.</description>
