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 CFD5A15817D for ; Sat, 15 Jun 2024 11:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2945E2B30; Sat, 15 Jun 2024 11:01:37 +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 B4291E2B30 for ; Sat, 15 Jun 2024 11:01:37 +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 654343406C2 for ; Sat, 15 Jun 2024 11:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321B51CA4 for ; Sat, 15 Jun 2024 11:01:33 +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: <1718449285.9024dd273dbeca9f7f36b60fa48bc5ccf7c1f08c.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: 9024dd273dbeca9f7f36b60fa48bc5ccf7c1f08c X-VCS-Branch: master Date: Sat, 15 Jun 2024 11:01:33 +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: df6400f5-860b-4bec-9b29-518160cb538e X-Archives-Hash: d680ab9b99af4f5766a132961d4189a4 commit: 9024dd273dbeca9f7f36b60fa48bc5ccf7c1f08c Author: Michał Górny gentoo org> AuthorDate: Sat Jun 15 10:17:47 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 15 11:01:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9024dd27 llvm.org.eclass: Remove support for old snapshots 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 a362c3bb60b1..914a731a1768 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -78,12 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 19.0.0_pre20240608) EGIT_COMMIT=5aabbf0602c48b67bb89fd37f95bf97c95ded488 ;; - 19.0.0_pre20240525) - EGIT_COMMIT=7dc2f6602212bf0a0433c157b70e4fc0d70bb730 - ;; - 19.0.0_pre20240518) - EGIT_COMMIT=702198fc9ac5dba392f9d9ba7c56467996343c0a - ;; *) die "Unknown snapshot: ${PV}" ;;