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 85EB415800D for ; Tue, 11 Jul 2023 10:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A855E087E; Tue, 11 Jul 2023 10:41:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B55E087E for ; Tue, 11 Jul 2023 10:41:25 +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 88BFF340D6E for ; Tue, 11 Jul 2023 10:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00CD7AE6 for ; Tue, 11 Jul 2023 10:41:21 +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: <1689071128.9e7d7e49442f4fb91bb006b71ce52476dc41fda5.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: 9e7d7e49442f4fb91bb006b71ce52476dc41fda5 X-VCS-Branch: master Date: Tue, 11 Jul 2023 10:41:21 +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: 1a01a18b-1380-427e-bb53-1eb6be5de647 X-Archives-Hash: c8d70e5ee421055a02f4f54051a8f50e commit: 9e7d7e49442f4fb91bb006b71ce52476dc41fda5 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 11 10:24:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 11 10:25:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7d7e49 llvm.org.eclass: Remove old snapshots 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 d6ad7caec485..ffc5ad4405ee 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,18 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 17.0.0_pre20230705) EGIT_COMMIT=5ae7fde004cbc640c2f60207791ac36574e5f5c6 ;; - 17.0.0_pre20230630) - EGIT_COMMIT=d32fb5e5f51dedba495301073b9250f84ac6d8a8 - ;; - 17.0.0_pre20230620) - EGIT_COMMIT=aad51417452432092258034c55537a7092fa6295 - ;; - 17.0.0_pre20230615) - EGIT_COMMIT=0e08374abb2c61a3ae5c24d5f60be3b548da9778 - ;; - 17.0.0_pre20230609) - EGIT_COMMIT=62c0bdabfa32f6e32b17b45425b15309db340dfb - ;; *) die "Unknown snapshot: ${PV}" ;;