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 5D675158064 for ; Sat, 4 May 2024 19:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F5C7E2BF8; Sat, 4 May 2024 19:57:20 +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 10C09E2BF8 for ; Sat, 4 May 2024 19:57:20 +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 1B71A343134 for ; Sat, 4 May 2024 19:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A3EB9B for ; Sat, 4 May 2024 19:57:17 +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: <1714852618.20895df96333b30e3a803de12e64f75b40125ef1.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: 20895df96333b30e3a803de12e64f75b40125ef1 X-VCS-Branch: master Date: Sat, 4 May 2024 19:57:17 +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: 13efff96-2da7-4c20-a884-708a3d98cab9 X-Archives-Hash: 8b9477bdfa6ee4b77a96fcaaaa45e369 commit: 20895df96333b30e3a803de12e64f75b40125ef1 Author: Michał Górny gentoo org> AuthorDate: Sat May 4 14:53:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 4 19:56:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20895df9 llvm.org.eclass: Remove old snapshot support 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 3d133f855380..0f8d55bb0578 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 19.0.0_pre20240427) EGIT_COMMIT=338561657685c1831a53563b1bc36ffc7470239e ;; - 19.0.0_pre20240420) - EGIT_COMMIT=f03cd2db91956456f1c5e2da86d3c50183eebd28 - ;; - 19.0.0_pre20240410) - EGIT_COMMIT=ee284d2da0720dc21191d6f545504cbfcf5dcbcf - ;; *) die "Unknown snapshot: ${PV}" ;;