commit: b7327ccf9570961f6a425cc188af772c84b067cd Author: Tomas Fabrizio Orsi <torsi <AT> fi <DOT> uba <DOT> ar> AuthorDate: Wed Jul 12 22:43:53 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jul 26 09:16:58 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b7327ccf
repositories: Add lemon-lime-overlay Signed-off-by: Tomas Fabrizio Orsi <torsi <AT> fi.uba.ar> Closes: https://github.com/gentoo/api-gentoo-org/pull/612 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index cd9b9d8..650d869 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2242,6 +2242,19 @@ <source type="git">git+ssh://[email protected]/0xd34df00d/leechcraft-overlay.git</source> <feed>https://github.com/0xd34df00d/leechcraft-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>lemon-lime</name> + <description lang="en">Personal ebuild repository containing ebuilds that I could not find anywhere else.</description> + <description lang="es">Repositorio personal con ebuilds que no logre encontrar en ningun otro lugar.</description> + <homepage>https://github.com/lima-limon-inc/lemon-lime-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Tomas Fabrizio Orsi</name> + </owner> + <source type="git">https://github.com/lima-limon-inc/lemon-lime-overlay.git</source> + <source type="git">git+ssh://[email protected]/lima-limon-inc/lemon-lime-overlay.git</source> + <feed>https://github.com/lima-limon-inc/lemon-lime-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>librepilot</name> <description lang="en">Librepilot flight control software overlay</description>
