commit: 444bf4ff544bb96798f5ef5a3b0e3178910cc7b9 Author: André <aschwarz <AT> usp <DOT> br> AuthorDate: Tue Nov 4 13:00:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 14:19:56 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=444bf4ff
repositories: Adding batsim overlay Overlay for batsim, simgrid and related projects. Part-of: https://github.com/gentoo/api-gentoo-org/pull/765 Closes: https://github.com/gentoo/api-gentoo-org/pull/765 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 d9cc978a..b9a8dc04 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -501,6 +501,18 @@ <source type="git">https://github.com/BarrenSea/barrensea-overlay.git</source> <feed>https://github.com/BarrenSea/barrensea-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>batsim</name> + <description lang="en">Ebuilds for batsim, related projects and missing dependencies</description> + <homepage>https://codeberg.org/aschwarz/batsim</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>André Schwarz</name> + </owner> + <source type="git">https://codeberg.org/aschwarz/batsim.git</source> + <source type="git">git+ssh://[email protected]/aschwarz/batsim.git</source> + <feed>https://codeberg.org/aschwarz/batsim.rss</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>battlepenguin</name> <description lang="en">BattlePenguin Project Overlays</description>
