diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 20:49:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 20:49:18 +0000 |
commit | c5ee568457ac776b65b71fa444e0dd47535bc44a (patch) | |
tree | 1aa40f593e598d7c8352c1d99a30ff9315e690af /eclass | |
parent | 8eccda982236f2cfe9188bdcaffd9168134f39a9 (diff) |
gentoo auto-resync : 27:01:2023 - 20:49:18
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37348 -> 37353 bytes | |||
-rw-r--r-- | eclass/gkrellm-plugin.eclass | 9 | ||||
-rw-r--r-- | eclass/llvm.org.eclass | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 335cc1bba395..447d37c2bf00 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass index c1e4bcc1310a..9d722b51fb96 100644 --- a/eclass/gkrellm-plugin.eclass +++ b/eclass/gkrellm-plugin.eclass @@ -1,6 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEAD +# Michał Górny <mgorny@gentoo.org> (2023-01-27) +# GKrellM and a variety of plugins. It's unmaintained for some time. +# Upstream homepage is gone, and the whole suite is collecting dust +# and patches. +# Removal on 2023-02-26. Bug #892251. + # @ECLASS: gkrellm-plugin.eclass # @MAINTAINER: # maintainer-needed@gentoo.org diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index b5c56d4ffac9..da243ac01b35 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -84,6 +84,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 16.0.0_pre20230107) EGIT_COMMIT=6dc85bd3fde7df2999fda07e9e9f2e83d52c6125 ;; + 16.0.0_pre20230127) + EGIT_COMMIT=46d5a57801bc37e5ebb1a4d6b2acc0fa99c01e8d + ;; *) die "Unknown snapshot: ${PV}" ;; |