lang/gcc11: Deprecate with an expiration date of 2025-07-19

GCC 11 went end of life with the relase of GCC 11.5 on 2024-07-19,
so time to deprecate and expire one year afterwards.

With GCC 12, GCC 13, and GCC 14 there are three robust release
branches available, and even GCC 15.1 has been released now.

PR:		266189
Approved by:	maintainer
This commit is contained in:
Gerald Pfeifer 2025-05-03 11:10:57 +00:00
parent dd4bfcad0b
commit e8fbe03e20

View File

@ -12,6 +12,8 @@ LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64
DEPRECATED= End-of-life upstream since mid 2024, newer versions available
EXPIRATION_DATE=2025-07-19
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \