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 6566815A7D9 for ; Tue, 14 Mar 2023 19:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C66AE070D; Tue, 14 Mar 2023 19:43:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 559AFE070D for ; Tue, 14 Mar 2023 19:43:45 +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 6747C335C87 for ; Tue, 14 Mar 2023 19:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1F5D88E for ; Tue, 14 Mar 2023 19:43:42 +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: <1678823003.149cb24316bc284205dfcf0528b44eb8242a2d26.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: 149cb24316bc284205dfcf0528b44eb8242a2d26 X-VCS-Branch: master Date: Tue, 14 Mar 2023 19:43:42 +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: 0f8daae1-8135-4c13-b468-c521ad998414 X-Archives-Hash: 5c950cced682e5ceac10c7c46074829f commit: 149cb24316bc284205dfcf0528b44eb8242a2d26 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 14 14:48:47 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 14 19:43:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149cb243 llvm.org.eclass: Remove old snapshot hashes 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 94302ea1b4af..730e5986620b 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -81,18 +81,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in - 17.0.0_pre20230203) - EGIT_COMMIT=08c915fa76ef91efa16df0676ed69e4fb360989f - ;; - 17.0.0_pre20230211) - EGIT_COMMIT=22fb66eb94b643c858c2beecbcfac438a7fa29ed - ;; - 17.0.0_pre20230218) - EGIT_COMMIT=5e262d58c42668c78d932fab6bf75cf8c3b9d07e - ;; - 17.0.0_pre20230225) - EGIT_COMMIT=b0676fb0fb0a44a4a1c4ec1f0270fef1f1842817 - ;; 17.0.0_pre20230304) EGIT_COMMIT=2708869801ae00f4681f6b2d9d69b25b3fce26b6 ;;