commit:     63c74a9a2231c426759af524cd14004d04f1cf32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 08:33:25 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 08:35:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c74a9a

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 f0915a0e42cc..9d2dc78e0d92 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,15 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
                                19.0.0_pre20240518)
                                        
EGIT_COMMIT=702198fc9ac5dba392f9d9ba7c56467996343c0a
                                        ;;
-                               19.0.0_pre20240509)
-                                       
EGIT_COMMIT=a7ee81e8279e0bf6e05617a4a638e5f2f8e45022
-                                       ;;
-                               19.0.0_pre20240504)
-                                       
EGIT_COMMIT=76aa042dde6ba9ba57c680950f5818259ee02690
-                                       ;;
-                               19.0.0_pre20240427)
-                                       
EGIT_COMMIT=338561657685c1831a53563b1bc36ffc7470239e
-                                       ;;
                                *)
                                        die "Unknown snapshot: ${PV}"
                                        ;;

Reply via email to