commit: 40f653a9131854365406b94babc73e846b0316f0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 13 23:24:10 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 13 23:24:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f653a9
package.mask: Mask several perl-core/* for removal Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d22646771c3..bfea0992c31 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Andreas K. Huettel <[email protected]> (2021-10-14) +# Unused and outdated packages; the version in core Perl is +# newer. Removal in 30 days. +perl-core/Locale-Maketext-Simple +perl-core/Math-BigInt +perl-core/Math-Complex +perl-core/Memoize +perl-core/MIME-Base64 + # Jaco Kroon <[email protected]> (2021-10-05) # Masked for removal in 30 days. # Last upstream release in 2012.
