commit: 93c4a2e3868dc17d037cb32b1c1b12a318ae5c7b Author: Paul Jewell <paul <AT> teulu <DOT> org> AuthorDate: Fri Oct 13 06:58:58 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 13 19:38:11 2017 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=93c4a2e3
repositories: Added librepilot overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/78 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ede2164..86d1f01 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2572,6 +2572,18 @@ FIN <source type="git">http://cgit.gentooexperimental.org/user/levenkov.git</source> <source type="git">git+ssh://[email protected]/user/levenkov.git</source> </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>
