commit: 0dd3fa39f5903c68ebfdd3cb1945cbc09a7b3d39 Author: Paul Jewell <paul <AT> teulu <DOT> org> AuthorDate: Wed Aug 16 06:49:20 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 07:07:09 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=0dd3fa39
repositories: Remove librepilot overlay Librepilot is no longer maintained, and does not build due to stale dependencies. Other packages in the overlay are only for librepilot, so removal of the overlay is the best option. Closes: https://github.com/gentoo/api-gentoo-org/pull/618 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> files/overlays/repositories.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4594537..0849dcf 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2279,18 +2279,6 @@ <source type="git">git+ssh://[email protected]/lima-limon-inc/lemon-lime-overlay.git</source> <feed>https://github.com/lima-limon-inc/lemon-lime-overlay/commits/master.atom</feed> </repo> - <repo quality="experimental" status="unofficial"> - <name>librepilot</name> - <description lang="en">Librepilot flight control software overlay</description> - <homepage>https://github.com/paul-jewell/librepilot-overlay</homepage> - <owner type="person"> - <email>[email protected]</email> - <name>Paul Jewell</name> - </owner> - <source type="git">https://github.com/paul-jewell/librepilot-overlay.git</source> - <source type="git">git+ssh://[email protected]/paul-jewell/librepilot-overlay.git</source> - <feed>https://github.com/paul-jewell/librepilot-overlay/commits/master.atom</feed> - </repo> <repo quality="experimental" status="official"> <name>libressl</name> <description lang="en">LibreSSL ebuilds testing repository</description>
