commit: 2a57555b14cc2df335242cb2f0514eb8e274323a Author: Ronald Farrer <canutethegreat <AT> gmail <DOT> com> AuthorDate: Fri Oct 31 21:19:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 14:19:56 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2a57555b
repositories: add gentoo-linux-surface-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/764 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 b9a8dc04..303be663 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1615,6 +1615,18 @@ <source type="git">https://gitlab.com/stikonas/gentoo-bootstrap.git</source> <source type="git">git+ssh://[email protected]:stikonas/gentoo-bootstrap.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>gentoo-linux-surface-overlay</name> + <description lang="en">Gentoo Linux overlay for Microsoft Surface device support</description> + <homepage>https://github.com/CanuteTheGreat/gentoo-linux-surface-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ronald Farrer</name> + </owner> + <source type="git">https://github.com/CanuteTheGreat/gentoo-linux-surface-overlay.git</source> + <source type="git">git+ssh://[email protected]/CanuteTheGreat/gentoo-linux-surface-overlay.git</source> + <feed>https://github.com/CanuteTheGreat/gentoo-linux-surface-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gentoo-unity7</name> <description lang="en">A Gentoo overlay to build the Unity7 user interface</description>
