commit: 39f633a61faccf507b46d15d2b3e133021cf23b1 Author: Ben Buhse <me <AT> benbuhse <DOT> email> AuthorDate: Fri Feb 6 17:40:30 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 13 04:26:45 2026 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=39f633a6
repositories: add buhserepo overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/786 Closes: https://github.com/gentoo/api-gentoo-org/pull/786 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index b3f8d3c6..1bc69bbc 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -752,6 +752,19 @@ <source type="git">git+ssh://[email protected]:BROverlay/overlay.git</source> <feed>https://github.com/BROverlay/overlay/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>buhserepo</name> + <description lang="en">Personal overlay of Ben Buhse. Some personal projects plus some I wanted but didn't want to maintain in GURU.</description> + <homepage>https://codeberg.org/bwbuhse/buhserepo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ben Buhse</name> + </owner> + <source type="git">https://codeberg.org/bwbuhse/buhserepo.git</source> + <source type="git">git+ssh://[email protected]/bwbuhse/buhserepo.git</source> + <feed>https://codeberg.org/bwbuhse/buhserepo/atom/branch/main</feed> + <feed>https://codeberg.org/bwbuhse/buhserepo/rss/branch/main</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>bumblebee</name> <description lang="en">Packages related to the bumblebee project</description>
