commit: 8f5dfdc534c205bf1c293f536ef9511e8b5f4366 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 14:16:28 2026 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 14:30:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5dfdc5
profiles/package.mask: add net-mail/mailbox-count This is one of my own projects that seemed like a good idea at the time, but is not useful enough to justify its own Haskell package. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 60739177576f..73b1eed84065 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,11 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky <[email protected]> (2026-02-24) +# Haskell package (hard to maintain) that never evolved. Easy to +# replace with a SQL query. Removal on or after 2026-03-24. +net-mail/mailbox-count + # Andreas Sturmlechner <[email protected]> (2026-02-22) # Obsolete package blocking vdr-2.2 cleanup. # Removal on 2026-03-24.
