profiles: last-rite media-sound/rplay

As said in mask message, it's okay until you get to a lot of
the async junk. Please don't bother wasting your time on fixing
this, I spent a day on it and regret it, and still didn't finish it.

Bug: https://bugs.gentoo.org/731070
Bug: https://bugs.gentoo.org/802108
Bug: https://bugs.gentoo.org/875164
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-07 17:45:03 +01:00
parent 0ff5a6197e
commit f1a7f5d465

View File

@@ -33,6 +33,14 @@
#--- END OF EXAMPLES ---
# Sam James <sam@gentoo.org> (2022-10-07)
# Ancient K&R C codebase which fails to compile with modern Clang; surface
# level fixes are doable, but then get into various dangerous constructs
# in the async code which is non-trivial to port to modern compilers.
# bug #731070, bug #802108, bug #875164.
# Use media-sound/mpd if looking for a modern alternative. Removal on 2022-11-07.
media-sound/rplay
# Mike Gilbert <floppym@gentoo.org> (2022-10-05)
# Implements the obsolete BOOTP protocol; use DHCP instead.
# No activity upstream for over two decades.