From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1385403-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 0666015808B
	for <garchives@archives.gentoo.org>; Thu, 14 Apr 2022 07:35:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62C31E093E;
	Thu, 14 Apr 2022 07:35:13 +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 0A8C9E08C3
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 07:35: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CB61834173E
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 07:35:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC593AB
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2022 07:35:09 +0000 (UTC)
From: "Jakov Smolić" <jsmolic@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, "Jakov Smolić" <jsmolic@gentoo.org>
Message-ID: <1649921314.1d059b56fc5fc4179d1d8f74f5a1f35189b0d556.jsmolic@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: jsmolic
X-VCS-Committer-Name: Jakov Smolić
X-VCS-Revision: 1d059b56fc5fc4179d1d8f74f5a1f35189b0d556
X-VCS-Branch: master
Date: Thu, 14 Apr 2022 07:35:09 +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: 9a0acfa1-f442-4407-acab-4e9b33739a27
X-Archives-Hash: 7e65f08aa3c8d76f77fbf0e2c9c90668

commit:     1d059b56fc5fc4179d1d8f74f5a1f35189b0d556
Author:     xutaxkamay <admin <AT> xutaxkamay <DOT> com>
AuthorDate: Tue Apr 12 08:00:44 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 07:28:34 2022 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=1d059b56

repositories: Add xutaxkamay

This is my personal overlay for adding OXEN projects into Gentoo's unofficial arsenal (https://oxen.io).
Contains LokiNET and OXEN (wallet-cli, daemon) packages with OpenRC scripts.
Closes: https://github.com/gentoo/api-gentoo-org/pull/505

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 36c9039..8077eb4 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2979,6 +2979,18 @@
     <source type="git">git+ssh://git@github.com/chriscpritchard/overseerr-overlay.git</source>
     <feed>https://github.com/chriscpritchard/overseerr-overlay/commits/main.atom</feed>
   </repo>
+  <repo quality="experimental" status="unofficial">
+    <name>oxen-overlay</name>
+    <description lang="en">Personal overlay for OXEN projects</description>
+    <homepage>https://github.com/xutaxkamay/gentoo-oxen</homepage>
+    <owner type="person">
+      <email>admin@xutaxkamay.com</email>
+      <name>Xutax Kamay</name>
+    </owner>
+    <source type="git">https://github.com/xutaxkamay/gentoo-oxen.git</source>
+    <source type="git">git@github.com:xutaxkamay/gentoo-oxen.git</source>
+    <feed>https://github.com/xutaxkamay/gentoo-oxen/commits/master.atom</feed>
+  </repo>
   <repo quality="experimental" status="unofficial">
     <name>palemoon</name>
     <description lang="en">Unofficial Gentoo overlay for the Pale Moon (http://www.palemoon.org/) web browser.</description>