commit: 7e6e6ef0f2630028f7bf7e0c2ca9b4033a7e7bd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 08:23:14 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 11:43:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6e6ef0
llvm.org.eclass: Clean old snapshot support
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 820ada22dd9f..5bc70d4937c2 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -81,21 +81,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
- 16.0.0_pre20220915)
-
EGIT_COMMIT=02a27b38909edc46c41732f79a837c95c9992d5a
- ;;
- 16.0.0_pre20220918)
-
EGIT_COMMIT=303526ef3aa211c1930be2885deae15eeeda3b18
- ;;
- 16.0.0_pre20220930)
-
EGIT_COMMIT=215c9fa4deac9ec6b4e504843830551f03b60620
- ;;
- 16.0.0_pre20221006)
-
EGIT_COMMIT=5a0722e0469894564dd9b0ee1d4f8c291d09c776
- ;;
- 16.0.0_pre20221010)
-
EGIT_COMMIT=ebb258d3b0785f6dcc65e1f277d0690891ddc94d
- ;;
16.0.0_pre20221016)
EGIT_COMMIT=14f996dca8a2b5b17d6917528bfd9ee71ba6192a
;;