commit: 88a9eee322cd257643710715d6213979e1331eda Author: Fernando Cunha <tabascoz <AT> gmail <DOT> com> AuthorDate: Fri Jan 30 20:50:00 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 13 04:26:44 2026 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=88a9eee3
repositories: add ha-bleeding-edge Part-of: https://github.com/gentoo/api-gentoo-org/pull/784 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 1a7907e1..0185b143 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1918,6 +1918,18 @@ <source type="git">git+ssh://[email protected]/repo/proj/guru.git</source> <feed>https://cgit.gentoo.org/repo/proj/guru.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>ha-bleending-edge</name> + <description lang="en">Home Assistant bleeding edge repository</description> + <homepage>https://github.com/tabascoz/ha-bleeding-edge</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Fernando Cunha</name> + </owner> + <source type="git">https://github.com/tabascoz/ha-bleeding-edge.git</source> + <source type="git">git+ssh://[email protected]/tabascoz/ha-bleeding-edge.git</source> + <feed>https://github.com/tabascoz/ha-bleeding-edge/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>haarp</name> <description lang="en">misc ebuilds that aren't in the main tree</description>
