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 4CBD0158083 for ; Tue, 10 Sep 2024 08:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED7DAE2A03; Tue, 10 Sep 2024 08:54:31 +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 D4BDCE2A03 for ; Tue, 10 Sep 2024 08:54: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 D733A340CA7 for ; Tue, 10 Sep 2024 08:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 474251607 for ; Tue, 10 Sep 2024 08:54:29 +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: <1725958461.f362cfe39056fe0277b71b045d0a753fdaad82b7.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: f362cfe39056fe0277b71b045d0a753fdaad82b7 X-VCS-Branch: master Date: Tue, 10 Sep 2024 08:54:29 +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: 8d51e338-16bd-44f8-8319-4db4b191543e X-Archives-Hash: d37297aef3ddc9383713bcd28c680e18 commit: f362cfe39056fe0277b71b045d0a753fdaad82b7 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 10 07:12:27 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 10 08:54:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f362cfe3 llvm.org.eclass: Remove old snapshot list Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index da943081b9bf..fe805382115b 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,18 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 20.0.0_pre20240830) EGIT_COMMIT=5500e21942f7047344b6fee62d3e08c0ba2f9182 ;; - 20.0.0_pre20240822) - EGIT_COMMIT=503907dc505db1e439e7061113bf84dd105f2e35 - ;; - 20.0.0_pre20240815) - EGIT_COMMIT=db8ef6188cbbe2125e6d60bdef77a535105772df - ;; - 20.0.0_pre20240808) - EGIT_COMMIT=fd7d7882e7fa5a38d4bfde426120d4663718beb4 - ;; - 20.0.0_pre20240801) - EGIT_COMMIT=130c135689ec12ab78c53645808524a8d28f7cae - ;; *) die "Unknown snapshot: ${PV}" ;;