From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729912-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 AF6CA1581EE for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:19 +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 9AE53343289 for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ECFAA1104B0; Fri, 21 Mar 2025 11:02:10 +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 E79FC1104B0 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:10 +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 A142634322A 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 D05782837 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:07 +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.d956009df40a2392525165068f2511bc8d6a7f44.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: d956009df40a2392525165068f2511bc8d6a7f44 X-VCS-Branch: master Date: Fri, 21 Mar 2025 11:02:07 +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: acef3411-e8b5-4e47-872c-e0e09d3d9100 X-Archives-Hash: f4f6490816b83938f442d3ce2dc8619b commit: d956009df40a2392525165068f2511bc8d6a7f44 Author: Karimov Amir <amirkarimov46 <AT> gmail <DOT> com> AuthorDate: Mon Mar 10 15:21:22 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=d956009d repositories: add omrifiji overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/728 Signed-off-by: Sam James <sam <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 3705e530..8086f3e8 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3139,6 +3139,18 @@ <source type="git">git@github.com:olifre/olifre-portage.git</source> <feed>https://github.com/olifre/olifre-portage/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>omrifiji</name> + <description lang="en">Overlay for games and anime related packages.</description> + <homepage>https://github.com/OMRIFIJI/omrifiji-overlay</homepage> + <owner type="person"> + <email>amirkarimov46@gmail.com</email> + <name>Amir Karimov</name> + </owner> + <source type="git">https://github.com/OMRIFIJI/omrifiji-overlay.git</source> + <source type="git">git+ssh://git@github.com/OMRIFIJI/omrifiji-overlay.git</source> + <feed>https://github.com/OMRIFIJI/omrifiji-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>openclonk</name> <description lang="en">Overlay for the game OpenClonk</description>