commit: cace18d0b8f1e5016a2d2b53b0b74fc5a7717a8e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Apr 26 20:33:54 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Apr 26 20:35:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cace18d0
profiles: Mask x11-apps/scripts for removal Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 9610088c9758..9a0d1bb85d5e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Matt Turner <[email protected]> (2023-04-26) +# Package contains only a script that runs an X application on a remote system +# with rsh (use ssh -Y instead), and two scripts that were probably used for +# converting the old BDF fonts to XLFD names back in the early 90's. None of +# these are useful today. +# Removal on 2023-05-26 +x11-apps/scripts + # Mike Gilbert <[email protected]> (2023-04-26) # Merged into net-libs/ldns. Bug 828109. # Removal on 2023-05-26.
