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 9075E158046 for ; Tue, 15 Oct 2024 07:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8244E0837; Tue, 15 Oct 2024 07:17:33 +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 CC5A5E0837 for ; Tue, 15 Oct 2024 07:17:33 +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 ED3D0343003 for ; Tue, 15 Oct 2024 07:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8DA02468 for ; Tue, 15 Oct 2024 07:17: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: <1728976645.41bb10ce3c254e8d234f688e8ce364a8bc733bb8.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: 41bb10ce3c254e8d234f688e8ce364a8bc733bb8 X-VCS-Branch: master Date: Tue, 15 Oct 2024 07:17: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: 1f4c28f1-1fcb-4a14-8570-242e132ff95d X-Archives-Hash: d0f53884aafa3e152c874af99f20b194 commit: 41bb10ce3c254e8d234f688e8ce364a8bc733bb8 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 07:03:05 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 07:17:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bb10ce llvm.org.eclass: Remove code for old 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 852dd55db43f..4efd39c5e2e9 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 20.0.0_pre20241009) EGIT_COMMIT=fb2960aad93f6c02e0ea8de0568c0aef8896eee8 ;; - 20.0.0_pre20241004) - EGIT_COMMIT=b837c9e289dab93c7f8a06876e3f70b6864f40ab - ;; - 20.0.0_pre20240924) - EGIT_COMMIT=cde7b30268a85a3e7900a31534a97e7eb4de9236 - ;; - 20.0.0_pre20240917) - EGIT_COMMIT=41f1b467a29d2ca4e35df37c3aa79a0a8c04bc4f - ;; *) die "Unknown snapshot: ${PV}" ;;