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 330CD15838C for ; Tue, 30 Jan 2024 21:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE65F2BC0B7; Tue, 30 Jan 2024 21:21:34 +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 8EC212BC0B6 for ; Tue, 30 Jan 2024 21:21:34 +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 1333F343100 for ; Tue, 30 Jan 2024 21:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0B614D7 for ; Tue, 30 Jan 2024 21:21: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: <1706649684.805010c13bcb0c27a1dcda2aca04133460c0e8e1.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: 805010c13bcb0c27a1dcda2aca04133460c0e8e1 X-VCS-Branch: master Date: Tue, 30 Jan 2024 21:21: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: 760bef94-8f5d-4fae-adae-c67b1420dbcf X-Archives-Hash: 29c0ba8f778d63de5464cf5581153d2f commit: 805010c13bcb0c27a1dcda2aca04133460c0e8e1 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 30 20:17:52 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 30 21:21:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805010c1 llvm.org.eclass: Remove 18.0.0 snapshots Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 9 --------- 1 file changed, 9 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 6999d3fb6fe5..50bbd26301f4 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 19.0.0_pre20240127) EGIT_COMMIT=1f13203029333ac99cc9844b8b6915aae3fc0902 ;; - 18.0.0_pre20240120) - EGIT_COMMIT=9eb0f86c279f40a792ec27bf0e9b491b8c90a640 - ;; - 18.0.0_pre20240113) - EGIT_COMMIT=8d817f6479a5df874028a8b40fd30aecd3479005 - ;; - 18.0.0_pre20240106) - EGIT_COMMIT=a085402ef54379758e6c996dbaedfcb92ad222b5 - ;; *) die "Unknown snapshot: ${PV}" ;;