commit: 258f821bf2841c5b5a7b2b1c0cfdabcd5029d03f Author: Chris Travers <chris.travers <AT> gmail <DOT> com> AuthorDate: Sun Oct 9 10:06:42 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 16:17:14 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=258f821b
repositories: Add ledgersmb-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/551 Signed-off-by: Florian Schmaus <flow <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 8c374b9..912caca 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2243,6 +2243,18 @@ <source type="git">git://gitlab.com/lanodan/overlay.git</source> <feed>https://hacktivis.me/git/overlay/atom.xml</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>ledgersmb</name> + <description lang="en">LedgerSMB and dependencies not yet in Gentoo</description> + <homepage>https://github.com/ledgersmb/lsmb-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Chris Travers</name> + </owner> + <source type="git">https://github.com/ledgersmb/lsmb-overlay.git</source> + <source type="git">git+ssh://[email protected]/ledgersmb/lsmb-overlay.git</source> + <feed>https://github.com/ledgersmb/lsmb-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>leechcraft</name> <description>Overlay with LeechCraft ebuilds</description>
