From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729910-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 21B3C1581EE for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:16 +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 0780C343339 for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 11:02:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B2C521104AE; Fri, 21 Mar 2025 11:02:09 +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 bobolink.gentoo.org (Postfix) with ESMTPS id ACF381104AE for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:09 +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 5E04A34322C for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 11:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA71E2835 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: <1742554923.e593ad8c8fada406b06f6b7766010d675e08a07d.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: e593ad8c8fada406b06f6b7766010d675e08a07d 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: 53a7fc94-34a1-4511-b873-27f6b7521074 X-Archives-Hash: efe8db8249b4a7a3517ee3362e0372a9 commit: e593ad8c8fada406b06f6b7766010d675e08a07d Author: Petre Rodan <2b4eda <AT> subdimension <DOT> ro> AuthorDate: Wed Mar 5 10:39:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 11:02:03 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=e593ad8c move peec repository from github to codeberg Closes: https://github.com/gentoo/api-gentoo-org/pull/727 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index b4fbbb8a..3705e530 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3238,14 +3238,13 @@ <repo quality="experimental" status="unofficial"> <name>peec</name> <description lang="en">Personal Gentoo overlay of Petre Rodan</description> - <homepage>https://github.com/rodan/overlay</homepage> + <homepage>https://codeberg.org/subDIMENSION/gentoo-overlay</homepage> <owner type="person"> <email>petre.rodan@subdimension.ro</email> <name>Petre Rodan</name> </owner> - <source type="git">https://github.com/rodan/overlay.git</source> - <source type="git">git+ssh://git@github.com/rodan/overlay.git</source> - <feed>https://github.com/rodan/overlay/commits/master.atom</feed> + <source type="git">https://codeberg.org/subDIMENSION/gentoo-overlay.git</source> + <source type="git">git+ssh://git@codeberg.org:subDIMENSION/gentoo-overlay.git</source> </repo> <repo quality="experimental" status="unofficial"> <name>peeweep</name>