commit: 1325cf5d0a1fb14c5b1655e7eab15f32332088a5 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Thu Nov 13 11:09:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 12:27:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1325cf5d
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 <henning <AT> hennsch.de> Part-of: https://github.com/gentoo/gentoo/pull/44600 Closes: https://github.com/gentoo/gentoo/pull/44600 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/distcc/{distcc-3.4-r8.ebuild => distcc-3.4-r9.ebuild} | 7 ------- 1 file changed, 7 deletions(-) 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 bdc6c233055a..81af6bba6129 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
