Skip to content

Commit

Permalink
app-emulation/wine-vanilla: deprecated ltprune eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jul 26, 2021
1 parent 978027f commit 672da59
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-6.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ multilib_src_install_all() {
plocale_for_each_locale add_locale_docs

einstalldocs
prune_libtool_files --all
find "${ED}" -name '*.la' -delete || die

if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \
Expand Down

0 comments on commit 672da59

Please sign in to comment.