From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1541275-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9E3315800A for <garchives@archives.gentoo.org>; Wed, 26 Jul 2023 09:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC913E0867; Wed, 26 Jul 2023 09:17:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B474BE0867 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 09:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBBBA341581 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 09:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F19DD3 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 09:17:24 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1690363018.b7327ccf9570961f6a425cc188af772c84b067cd.flow@gentoo> Subject: [gentoo-commits] data/api:master commit in: files/overlays/ X-VCS-Repository: data/api X-VCS-Files: files/overlays/repositories.xml X-VCS-Directories: files/overlays/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b7327ccf9570961f6a425cc188af772c84b067cd X-VCS-Branch: master Date: Wed, 26 Jul 2023 09:17:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd311bdf-22e5-468f-9e7b-343a69bdee9b X-Archives-Hash: d9dbb549cd2af47483b018aa32ad4cc8 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://git@github.com/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>torsi@fi.uba.ar</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://git@github.com/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>