commit: 4afdf134b8eb1a874e92c711317372d86494c202 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Oct 14 19:26:27 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Oct 14 19:27:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afdf134
profiles: mask for removal of opam merged packages Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/package.mask | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 66e4d641941b..f67df83281d1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,19 @@ #--- END OF EXAMPLES --- +# Alfredo Tupone <[email protected]> (2024-10-14) +# These packages are no more needed. +# Use dev-ml/opam, dev-ml/opam-file-format, +# dev-ml/opam-installer +# that include these +# remove on 2024-11-14. +dev-ml/opam-client +dev-ml/opam-repository +dev-ml/opam-state +dev-ml/opam-format +dev-ml/opam-core +dev-ml/opam-solver + # Hans de Graaff <[email protected]> (2024-10-13) # Obsolete slots without reverse dependencies. Use a newer slot # instead. Removal on 2024-11-13. @@ -251,14 +264,6 @@ sci-chemistry/mopac7 # Breaks libstdc++ with a casing issue: https://gcc.gnu.org/PR116657 =sys-libs/timezone-data-2024b -# Alfredo Tupone <[email protected]> (2024-06-09) -# These packages are no more needed. Use dev-ml/dune-private-libs -# that include these -# remove on 2024-10-08. Bug #939339 -dev-ml/stdune -dev-ml/ordering -dev-ml/dyn - # Michał Górny <[email protected]> (2024-09-08) # Does not build anymore. No upstream activity since 2021. # Removal on 2024-10-08. Bug #932532.
