From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1641895-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 336B615817D
	for <garchives@archives.gentoo.org>; Wed, 12 Jun 2024 20:15:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E2C0E2AA0;
	Wed, 12 Jun 2024 20:15:27 +0000 (UTC)
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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 20963E2AA0
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 20:15:27 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1ACC8335CB9
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 20:15:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB321C9B
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 20:15:24 +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: <1718223317.067a069ca71a4df27fe623602e28e862bda64a86.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: 067a069ca71a4df27fe623602e28e862bda64a86
X-VCS-Branch: master
Date: Wed, 12 Jun 2024 20:15: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: dcf60c3a-6738-42ab-9b5b-22668023c87a
X-Archives-Hash: d6ca901c52887b52871b221892c2e434

commit:     067a069ca71a4df27fe623602e28e862bda64a86
Author:     Xoores <me <AT> xoores <DOT> cz>
AuthorDate: Mon Jun  3 12:19:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 20:15:17 2024 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=067a069c

repositories: add xoores

Signed-off-by: Sam James <sam <AT> gentoo.org>

 files/overlays/repositories.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 92d6aab..89e110d 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4883,6 +4883,21 @@
     <source type="git">git+ssh://git@github.com/kir68k/xira.git</source>
     <feed>https://github.com/kir68k/xira/commits/master.atom</feed>
   </repo>
+  <repo quality="experimental" status="unofficial">
+    <name>xoores</name>
+    <description lang="en">Personal Gentoo overlay. I intend to maintain ebuild for packages that I personaly use.</description>
+    <homepage>https://github.com/xoores/gentoo-overlay</homepage>
+    <owner type="person">
+      <email>gentoo-bugs@xoores.cz</email>
+      <name>Xoores</name>
+    </owner>
+    <source type="git">https://gitlab.com/Xoores/gentoo-overlay.git</source>
+    <source type="git">git+ssh://git@gitlab.com:Xoores/gentoo-overlay.git</source>
+    <source type="git">https://github.com/xoores/gentoo-overlay.git</source>
+    <source type="git">git+ssh://git@github.com:xoores/gentoo-overlay.git</source>
+    <feed>https://gitlab.com/Xoores/gentoo-overlay/-/commits/main?format=atom</feed>
+    <feed>https://github.com/xoores/gentoo-overlay/commits/main.atom</feed>
+  </repo>
   <repo quality="experimental" status="unofficial">
     <name>xoreos</name>
     <description lang="en">Gentoo overlay for the xoreos project, providing a WIP reimplementation of the BioWare Aurora engine and related modding tools.</description>