diff options
author | 2025-01-04 13:48:38 +0100 | |
---|---|---|
committer | 2025-01-04 16:27:43 +0100 | |
commit | 20087812f7a55ef6ad96877af303a570182a7e0b (patch) | |
tree | 8e88113e7755ef0b4a295454d5dfe79b2b547bbf /eclass | |
parent | sys-apps/arch-chroot: Stabilize 29 x86, #947484 (diff) | |
download | gentoo-20087812f7a55ef6ad96877af303a570182a7e0b.tar.gz gentoo-20087812f7a55ef6ad96877af303a570182a7e0b.tar.bz2 gentoo-20087812f7a55ef6ad96877af303a570182a7e0b.zip |
llvm.org.eclass: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 9b5be08eb1bb..ac622fdab37c 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.org.eclass @@ -75,18 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 20.0.0_pre20241227) EGIT_COMMIT=ccfe0de0e1e37ed369c9bf89dd0188ba0afb2e9a ;; - 20.0.0_pre20241221) - EGIT_COMMIT=665d79f2e967a5eee6fff93685e45f50cf24cab2 - ;; - 20.0.0_pre20241215) - EGIT_COMMIT=49a5ad8e5714fd404210279303acc97b495d66d0 - ;; - 20.0.0_pre20241207) - EGIT_COMMIT=32f7f0010bca99ee4bd917f57272733fb2bf3bd9 - ;; - 20.0.0_pre20241130) - EGIT_COMMIT=a348f223cab54b21a7b1c38dec7bc6aa2f81c949 - ;; *) die "Unknown snapshot: ${PV}" ;; |