summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-23 14:13:51 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-23 14:15:47 +0100
commit046c2aa1d89481de5fcdfe21e1c6aa63fcf59597 (patch)
tree8a31bbb9701341371dc2e7f17aad8e82328838c8
parentsys-devel/llvm-common: Remove old (diff)
downloadgentoo-046c2aa1d89481de5fcdfe21e1c6aa63fcf59597.tar.gz
gentoo-046c2aa1d89481de5fcdfe21e1c6aa63fcf59597.tar.bz2
gentoo-046c2aa1d89481de5fcdfe21e1c6aa63fcf59597.zip
llvm.org.eclass: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/llvm.org.eclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index e5388f548228..fe93a0deb841 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,15 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
20.0.0_pre20241118)
EGIT_COMMIT=a6385a3fc8a88f092d07672210a1e773481c2919
;;
- 20.0.0_pre20241113)
- EGIT_COMMIT=c7df10643bda4acdc9a02406a2eee8aa4ced747f
- ;;
- 20.0.0_pre20241106)
- EGIT_COMMIT=0e907c17214aa3b1a60b66867fea3cc0f0dcbaa0
- ;;
- 20.0.0_pre20241029)
- EGIT_COMMIT=3f4468faaa9525ad615118675c3c68938f4a8d5f
- ;;
*)
die "Unknown snapshot: ${PV}"
;;