From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729914-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 954491581EE for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 82F05343310 for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0FC431104B2; Fri, 21 Mar 2025 11:02:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 062351104B2 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:11 +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 B4C7D343238 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A98284E for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:08 +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: <1742554924.2101e7892ee285004a06f116616ff35bd2cea60e.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: 2101e7892ee285004a06f116616ff35bd2cea60e X-VCS-Branch: master Date: Fri, 21 Mar 2025 11:02:08 +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: 117bc9fa-d70d-4a6c-b8e7-02045dfd8af8 X-Archives-Hash: c68eb6c8d955d46ae074e98dc8f0f38e commit: 2101e7892ee285004a06f116616ff35bd2cea60e Author: Emily Flion <emneo <AT> kreog <DOT> com> AuthorDate: Tue Mar 4 12:11:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 11:02:04 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2101e789 repositories: add thuis overlay Signed-off-by: Emily Flion <emneo <AT> kreog.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/726 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 8be1dd15..a338df52 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4567,6 +4567,17 @@ <source type="git">git@github.com:osirisinferi/third-party-certbot-plugins.git</source> <feed>https://github.com/osirisinferi/third-party-certbot-plugins/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>thuis</name> + <description lang="en">An overlay that feels like home</description> + <homepage>https://codeberg.org/emneo/thuis</homepage> + <owner type="person"> + <email>emneo@kreog.com</email> + <name>Emily Flion</name> + </owner> + <source type="git">git+https://codeberg.org/emneo/thuis.git</source> + <feed>https://codeberg.org/emneo/thuis.rss</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>tmacedo</name> <description>User Overlay</description>