From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1686867-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 B7A80158042 for <garchives@archives.gentoo.org>; Tue, 5 Nov 2024 09:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06EDE0798; Tue, 5 Nov 2024 09:50:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9ECDE0798 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 09:50:31 +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 20FE034168D for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 09:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D60E16D2 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 09:50:29 +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: <1730800226.2f5dc918043409d1cddee7391f8740142b8338bd.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: 2f5dc918043409d1cddee7391f8740142b8338bd X-VCS-Branch: master Date: Tue, 5 Nov 2024 09:50:29 +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: def90fe8-4abd-4981-9a54-1dd998f3ac42 X-Archives-Hash: 272a3806fa1b8aa82aba1a9da32bbdae commit: 2f5dc918043409d1cddee7391f8740142b8338bd Author: Jackson <jackson <AT> jacksonchen666 <DOT> com> AuthorDate: Mon Oct 14 08:28:16 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 5 09:50:26 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2f5dc918 repositories: add jacksonchen666 overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/699 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 bf40cde9..c0693a93 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2110,6 +2110,17 @@ <source type="git">git+ssh://git@github.com/jabuxas/overlay.git</source> <feed>https://github.com/jabuxas/overlay/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>jacksonchen666</name> + <description lang="en">jacksonchen666's personal overlay</description> + <homepage>https://sr.ht/~jacksonchen666/gentoo-overlay/</homepage> + <owner type="person"> + <email>gentoo@jacksonchen666.com</email> + <name>Jackson</name> + </owner> + <source type="git">https://git.sr.ht/~jacksonchen666/gentoo-overlay</source> + <feed>https://git.sr.ht/~jacksonchen666/gentoo-overlay/log/rss.xml</feed> + </repo> <repo quality="experimental" status="official"> <name>java</name> <description lang="en">Java overlay</description>