From 1325cf5d0a1fb14c5b1655e7eab15f32332088a5 Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Thu, 13 Nov 2025 12:09:59 +0100 Subject: [PATCH] sys-devel/distcc: do not rename gui binary anymore While the renaming seems convenient it can cause issues in the whole xdg system, where binary names desktop file names etc. have to match for everything to work as expected. The rename was incomplete and a complete rename involves too many things, so drop it and do what upstream does. Closes: https://bugs.gentoo.org/965994 Signed-off-by: Henning Schild Part-of: https://github.com/gentoo/gentoo/pull/44600 Closes: https://github.com/gentoo/gentoo/pull/44600 Signed-off-by: Sam James --- .../distcc/{distcc-3.4-r8.ebuild => distcc-3.4-r9.ebuild} | 7 ------- 1 file changed, 7 deletions(-) rename sys-devel/distcc/{distcc-3.4-r8.ebuild => distcc-3.4-r9.ebuild} (94%) diff --git a/sys-devel/distcc/distcc-3.4-r8.ebuild b/sys-devel/distcc/distcc-3.4-r9.ebuild similarity index 94% rename from sys-devel/distcc/distcc-3.4-r8.ebuild rename to sys-devel/distcc/distcc-3.4-r9.ebuild index bdc6c233055a3..81af6bba6129a 100644 --- a/sys-devel/distcc/distcc-3.4-r8.ebuild +++ b/sys-devel/distcc/distcc-3.4-r9.ebuild @@ -138,13 +138,6 @@ src_install() { dobin "${T}/distcc-config" - if use gui; then - einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui" - einfo "This is to have a little sensability in naming schemes between distccmon programs" - mv "${ED}/usr/bin/distccmon-gnome" "${ED}/usr/bin/distccmon-gui" || die - dosym distccmon-gui /usr/bin/distccmon-gnome - fi - if use xinetd; then insinto /etc/xinetd.d newins "doc/example/xinetd" distcc