commit:     65afdec0642178ecdfca890b3b35045d25ab7fba
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 11:33:04 2021 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 11:33:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=65afdec0

app-emulation/wine-vanilla: remove removal of wineconsole

The 9999 versions got left out from the bunch...

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7b3156c..70c9eed 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -498,24 +498,6 @@ multilib_src_install_all() {
                        "${D%/}${MY_MANDIR}"/man1/wine{dump,maker}.1 || die
        fi
 
-       # Remove wineconsole if neither backend is installed #551124
-       if ! use X; then
-               rm "${D%/}${MY_PREFIX}"/bin/wineconsole* || die
-               rm "${D%/}${MY_MANDIR}"/man1/wineconsole* || die
-
-               if ! use mingw; then
-                       rm_wineconsole() {
-                               rm 
"${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/{,fakedlls/}wineconsole.exe*
 || die
-                       }
-               else
-                       rm_wineconsole() {
-                               rm 
"${D%/}/usr/$(get_libdir)/wine-${WINE_VARIANT}"/wine/wineconsole.exe* || die
-                       }
-               fi
-
-               multilib_foreach_abi rm_wineconsole
-       fi
-
        use abi_x86_32 && pax-mark psmr 
"${D%/}${MY_PREFIX}"/bin/wine{,-preloader} #255055
        use abi_x86_64 && pax-mark psmr 
"${D%/}${MY_PREFIX}"/bin/wine64{,-preloader}
 

Reply via email to