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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 258BC15812D for ; Sat, 04 Jan 2025 15:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D9BCE076B; Sat, 04 Jan 2025 15:28:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51BA3E076B for ; Sat, 04 Jan 2025 15:28:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67CAD33BEB9 for ; Sat, 04 Jan 2025 15:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012A61048 for ; Sat, 04 Jan 2025 15:28:05 +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: <1736004463.20087812f7a55ef6ad96877af303a570182a7e0b.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: 20087812f7a55ef6ad96877af303a570182a7e0b X-VCS-Branch: master Date: Sat, 04 Jan 2025 15:28:05 +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: bd9cff0e-ae94-4f68-82fd-0dc1e3455292 X-Archives-Hash: 00b40151aa5904f40560826dc27a03c9 commit: 20087812f7a55ef6ad96877af303a570182a7e0b Author: Michał Górny gentoo org> AuthorDate: Sat Jan 4 12:48:38 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 4 15:27:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20087812 llvm.org.eclass: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 9b5be08eb1bb..ac622fdab37c 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.org.eclass @@ -75,18 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 20.0.0_pre20241227) EGIT_COMMIT=ccfe0de0e1e37ed369c9bf89dd0188ba0afb2e9a ;; - 20.0.0_pre20241221) - EGIT_COMMIT=665d79f2e967a5eee6fff93685e45f50cf24cab2 - ;; - 20.0.0_pre20241215) - EGIT_COMMIT=49a5ad8e5714fd404210279303acc97b495d66d0 - ;; - 20.0.0_pre20241207) - EGIT_COMMIT=32f7f0010bca99ee4bd917f57272733fb2bf3bd9 - ;; - 20.0.0_pre20241130) - EGIT_COMMIT=a348f223cab54b21a7b1c38dec7bc6aa2f81c949 - ;; *) die "Unknown snapshot: ${PV}" ;;