commit: 6c5ca5dec763541eb3748c5f3c3bd8657479257c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 22 22:53:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 22:57:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5ca5de
profiles: last-rite broken, revdep-less Haskell packages As discussed in #gentoo-haskell. More items are likely to be added to this mask, like we've done with Python packages in the past. Bug: https://bugs.gentoo.org/830336 Bug: https://bugs.gentoo.org/637278 Bug: https://bugs.gentoo.org/652014 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 4b48a628a45f..05c5f232a230 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,19 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2022-07-22) +# Monolithic mask for dev-haskell/* packages which have no reverse dependencies, +# are broken, or severely out of date. The aim is to have the Haskell overlay +# (::haskell) be the place for development packages and only have packages +# needed for end-user applications in ::gentoo, as the status who has +# proven to be unsustainable. +# Removal on 2022-08-22. +dev-haskell/hsql-mysql +dev-haskell/hit +dev-haskell/hsb2hs +dev-haskell/lhs2tex +dev-haskell/hsql-odbc + # Sam James <[email protected]> (2022-07-22) # Severely broken, unbuildable with modern glibc, several versions out of date, # needs a big rework. Bugs #766294, #775545, #855197, #727912, #831868, #696938,
