diff options
author | Jasmin Huber <jasmin@jasisonee.ch> | 2024-04-18 12:11:50 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-19 17:41:23 +0100 |
commit | 90f55a66bfda46267190f83d0d737dc47e5121b8 (patch) | |
tree | ce5b51c5789c0611c0bddbe6fefa72c78957476a | |
parent | repositories: fixed xaetacore-overlay (diff) | |
download | api-90f55a66bfda46267190f83d0d737dc47e5121b8.tar.gz api-90f55a66bfda46267190f83d0d737dc47e5121b8.tar.bz2 api-90f55a66bfda46267190f83d0d737dc47e5121b8.zip |
repositories: add linux-surface-overlay
Closes: https://github.com/gentoo/api-gentoo-org/pull/665
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -2386,6 +2386,18 @@ <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>jasmin@jasisonee.ch</email> + <name>Jasmin Huber</name> + </owner> + <source type="git">https://github.com/jasisonee/linux-surface-overlay.git</source> + <source type="git">git+ssh://git@github.com/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> <homepage>https://github.com/linuxunderground/gentoo.overlay</homepage> |