commit:     1e2a60df78a92177ffe5ad587ff552ed3f4644d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 09:24:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 10:36:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a60df

llvm.org.eclass: Remove support for old snapshots

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 c22fb243bffc..822fd1e4188c 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,15 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
                                18.0.0_pre20231104)
                                        
EGIT_COMMIT=83888a5404d46667647fe36d6fa510d075ed57ea
                                        ;;
-                               18.0.0_pre20231025)
-                                       
EGIT_COMMIT=a7700985577694d6cc2498833f27b4fb5eeaf252
-                                       ;;
-                               18.0.0_pre20231019)
-                                       
EGIT_COMMIT=e6e90840708099425b7b69dd053634ff25d4907f
-                                       ;;
-                               18.0.0_pre20231013)
-                                       
EGIT_COMMIT=5d35273a32d239b7407338e13ed71b59174d6536
-                                       ;;
                                *)
                                        die "Unknown snapshot: ${PV}"
                                        ;;

Reply via email to