llvm.org.eclass: Remove support for old snapshots

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-11 10:24:20 +01:00
parent e55a99e94d
commit 1e2a60df78

View File

@@ -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}"
;;