commit: 90f55a66bfda46267190f83d0d737dc47e5121b8 Author: Jasmin Huber <jasmin <AT> jasisonee <DOT> ch> AuthorDate: Thu Apr 18 10:11:50 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 19 16:41:23 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=90f55a66
repositories: add linux-surface-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/665 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 95f6757..5448954 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2385,6 +2385,18 @@ <source type="git">git+ssh://[email protected]/linux-be/overlay.git</source> <feed>https://gitlab.com/linux-be/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>linux-surface</name> + <description lang="en">Special driver software for Microsoft Surface devices from the linux-surface project.</description> + <homepage>https://github.com/jasisonee/linux-surface-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Jasmin Huber</name> + </owner> + <source type="git">https://github.com/jasisonee/linux-surface-overlay.git</source> + <source type="git">git+ssh://[email protected]/jasisonee/linux-surface-overlay.git</source> + <feed>https://github.com/jasisonee/linux-surface-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>linuxunderground-overlay</name> <description>experimental ebuilds from linuxunderground.be</description>
