From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1576594-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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48862158013 for <garchives@archives.gentoo.org>; Tue, 5 Dec 2023 09:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CCC2BC01F; Tue, 5 Dec 2023 09:16:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0B5ED2BC01F for <gentoo-commits@lists.gentoo.org>; Tue, 5 Dec 2023 09:16:13 +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 0C925335D45 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Dec 2023 09:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ABCBAC2 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Dec 2023 09:16:10 +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: <1701767699.f42785edefe6064fb16064b72e68cce7e4ea3513.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: f42785edefe6064fb16064b72e68cce7e4ea3513 X-VCS-Branch: master Date: Tue, 5 Dec 2023 09:16:10 +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: c1eb19c0-e4ef-4c4c-96d6-9e9676f10582 X-Archives-Hash: 6c13bc9948559568541f5548fb9ab99e commit: f42785edefe6064fb16064b72e68cce7e4ea3513 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 09:14:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 09:14:59 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f42785ed Revert "repositories: drop lto-overlay" This reverts commit 19c03f47d593ae273b213f895f0cdce5f16b6a6d. Put it back for now so people can pick up the fixes / news item which got added later (so they're not stuck syncing some old copy of it), especially as newer Portage got stabled w/ the portageq changes. Repo had some life in it since as well. I think we may want to consider dropping it again after a grace period for people to pick up these fixes though. Bug: https://bugs.gentoo.org/916287 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 932f566..b6ba093 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2408,6 +2408,18 @@ <source type="git">git+ssh://git@github.com/xen0n/loongson-overlay.git</source> <feed>https://github.com/xen0n/loongson-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>lto-overlay</name> + <description lang="en">A Portage configuration for O3, Graphite, and LTO system-wide</description> + <homepage>https://github.com/InBetweenNames/gentooLTO</homepage> + <owner type="person"> + <email>lookatyouhacker@gmail.com</email> + <name>Shane Peelar</name> + </owner> + <source type="git">https://github.com/InBetweenNames/gentooLTO.git</source> + <source type="git">git+ssh://git@github.com/InBetweenNames/gentooLTO.git</source> + <feed>https://github.com/InBetweenNames/gentooLTO/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>luke-jr</name> <description>Misc ebuilds by Luke-Jr</description>