commit: a2147020b68c03fd3ca9a9054bc570d5f402fc49 Author: Anton Bolshakov <blshkv <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Mon Nov 10 00:13:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 03:41:56 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a2147020
repositories: add blshkv-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/766 Closes: https://github.com/gentoo/api-gentoo-org/pull/766 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 7b236e68..6840ffb4 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -637,6 +637,18 @@ <source type="git">[email protected]:blackburn29/blackburn29-overlay.git</source> <feed>https://github.com/blackburn29/blackburn29-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>blshkv-overlay</name> + <description lang="en">My personal overlay with random ebuilds</description> + <homepage>https://github.com/blshkv/blshkv-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Anton Bolshakov</name> + </owner> + <source type="git">https://github.com/blshkv/blshkv-overlay.git</source> + <source type="git">[email protected]:blshkv/blshkv-overlay.git</source> + <feed>https://github.com/blshkv/blshkv-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>bobwya</name> <description lang="en">Miscellaneous Gentoo ebuilds</description>
