diff options
author | Baraa Al-Masri <pub@mbaraa.com> | 2024-09-07 23:20:36 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 10:16:55 +0100 |
commit | 2f34bbbf74677d6c168a5198d29f555d2ab4de64 (patch) | |
tree | 57d1f85f599c234e6c64ef1414e848a4a2380bda | |
parent | repositories: add lamdness-overlay (diff) | |
download | api-2f34bbbf74677d6c168a5198d29f555d2ab4de64.tar.gz api-2f34bbbf74677d6c168a5198d29f555d2ab4de64.tar.bz2 api-2f34bbbf74677d6c168a5198d29f555d2ab4de64.zip |
repositories: add mbaraa-overlay
Closes: https://github.com/gentoo/api-gentoo-org/pull/690
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -2555,6 +2555,18 @@ <source type="git">git+ssh://git@github.com/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>pub@mbaraa.com</email> + <name>Baraa Al-Masri</name> + </owner> + <source type="git">https://github.com/mbaraa/gentoo-overlay.git</source> + <source type="git">git+ssh://git@github.com/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> <description lang="de">Verschiedene ebuilds aus verschiedenen Quellen: selbsterstellte ebuilds, ebuilds mit geringfügigen Änderungen, gegenüber dem aktuellen Baum, ebuilds aus Gentoos Bugzilla, ebuilds mit erweiterten patches, alte ebuilds die nicht mehr im offiziellen Baum existieren, etc.</description> |