From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1709602-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12C1815813A for <garchives@archives.gentoo.org>; Wed, 15 Jan 2025 16:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 216A8E0101; Wed, 15 Jan 2025 16:49:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0CA09E0101 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jan 2025 16:49:16 +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 2E08F340CC9 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jan 2025 16:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B985F2124 for <gentoo-commits@lists.gentoo.org>; Wed, 15 Jan 2025 16:49:13 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1736959750.0d51e3ae88581c244bbc26cb1828540a43404111.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d51e3ae88581c244bbc26cb1828540a43404111 X-VCS-Branch: master Date: Wed, 15 Jan 2025 16:49:13 +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: ebf29d31-58a7-4f18-9d00-526f0182055f X-Archives-Hash: 943850717a3ead77ec919ce8eb884f06 commit: 0d51e3ae88581c244bbc26cb1828540a43404111 Author: lastrodamo <lastrodamo <AT> etik <DOT> com> AuthorDate: Thu Jan 9 17:32:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 16:49:10 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=0d51e3ae repositories: add lastrodamo overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/716 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 389c3433..69b6813d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2369,6 +2369,17 @@ <source type="git">https://hacktivis.me/git/overlay.git</source> <feed>https://hacktivis.me/git/overlay/atom.xml</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>lastrodamo</name> + <description lang="en">Personal overlay</description> + <homepage>https://codeberg.org/lastrodamo/gentoo-overlay</homepage> + <owner type="person"> + <email>lastrodamo@etik.com</email> + <name>Damien Monteillard</name> + </owner> + <source type="git">https://codeberg.org/lastrodamo/gentoo-overlay.git</source> + <source type="git">git+ssh://git@codeberg.org/lastrodamo/gentoo-overlay.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>ledgersmb</name> <description lang="en">LedgerSMB and dependencies not yet in Gentoo</description>