commit: 2f34bbbf74677d6c168a5198d29f555d2ab4de64 Author: Baraa Al-Masri <pub <AT> mbaraa <DOT> com> AuthorDate: Sat Sep 7 20:20:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 09:16:55 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2f34bbbf
repositories: add mbaraa-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/690 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 a87c268..8ec099d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2554,6 +2554,18 @@ <source type="git">https://github.com/immolo/mate-overlay.git</source> <source type="git">git+ssh://[email protected]/immolo/mate-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>mbaraa-overlay</name> + <description lang="en">a collection of ebuilds by mbaraa</description> + <homepage>https://github.com/mbaraa/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Baraa Al-Masri</name> + </owner> + <source type="git">https://github.com/mbaraa/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/mbaraa/gentoo-overlay.git</source> + <feed>https://github.com/mbaraa/gentoo-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>megacoffee</name> <description lang="en">Mixed ebuilds from various sources: self-written missing ebuilds, more current ebuilds, ebuilds that just needed a slight update from official portage, ebuilds others posted on Gentoo Bugzilla, ebuilds with added patches, old ebuilds that were removed from official portage etc.</description>
