commit: 4988e594294e6ae2f560ada7004a8affcd87033f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 07:19:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 07:38:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4988e594
llvm.org.eclass: Remove old snapshot commits
Signed-off-by: Michał Górny <mgorny <AT> 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 77a194ed49f4..9d66860d8b58 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
21.0.0_pre20250211)
EGIT_COMMIT=2cd8207b26ea4269630feba661f68554d7ae3c15
;;
- 21.0.0_pre20250208)
-
EGIT_COMMIT=6f241e36831927e3aea113cfc017c34fdeda340a
- ;;
- 21.0.0_pre20250201)
-
EGIT_COMMIT=bfa7edcc6652bdb37d53e0cec64926aab3f280eb
- ;;
- 20.0.0_pre20250125)
-
EGIT_COMMIT=1f26ac10ca1bef40a80be8f81a6f109713bc586f
- ;;
*)
die "Unknown snapshot: ${PV}"
;;