From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7DBAD158089 for ; Thu, 19 Oct 2023 19:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 924A12BC023; Thu, 19 Oct 2023 19:50:38 +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 758312BC023 for ; Thu, 19 Oct 2023 19:50:38 +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 7A0B6335CA6 for ; Thu, 19 Oct 2023 19:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C15851292 for ; Thu, 19 Oct 2023 19:50:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697745017.ceda2784e17618d1669c074f1189c04fa36a8ed9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/llvm.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ceda2784e17618d1669c074f1189c04fa36a8ed9 X-VCS-Branch: master Date: Thu, 19 Oct 2023 19:50:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dce94e1c-76d0-4469-a48c-2f768d14dc08 X-Archives-Hash: 7f22623ecf477561a835a85db1885b4d commit: ceda2784e17618d1669c074f1189c04fa36a8ed9 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 19 15:15:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 19:50:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceda2784 llvm.org.eclass: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 9bffc118f265..91ab4ca76b77 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 18.0.0_pre20231013) EGIT_COMMIT=5d35273a32d239b7407338e13ed71b59174d6536 ;; - 18.0.0_pre20231002) - EGIT_COMMIT=39fec5457c0925bd39f67f63fe17391584e08258 - ;; - 18.0.0_pre20230925) - EGIT_COMMIT=f5cb9cb59d7c9c6ac3d5c41c677f68c9b75d34a3 - ;; *) die "Unknown snapshot: ${PV}" ;;