From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A446913934E for ; Mon, 26 Jul 2021 21:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A4CE093E; Mon, 26 Jul 2021 21:56:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2982E093E for ; Mon, 26 Jul 2021 21:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79E67342AD6 for ; Mon, 26 Jul 2021 21:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C431823 for ; Mon, 26 Jul 2021 21:56:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1627336542.a8876694bc582e46eeef095386bc2a9c0af24a26.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-6.10.ebuild app-emulation/wine-staging/wine-staging-6.11.ebuild app-emulation/wine-staging/wine-staging-6.12.ebuild app-emulation/wine-staging/wine-staging-6.13.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a8876694bc582e46eeef095386bc2a9c0af24a26 X-VCS-Branch: master Date: Mon, 26 Jul 2021 21:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ddc7b41-7754-4733-ba67-04dd7ad42b61 X-Archives-Hash: a95cd63897fd0ad3b42b83f48eca38a1 commit: a8876694bc582e46eeef095386bc2a9c0af24a26 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Jul 26 20:37:43 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 26 21:55:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8876694 app-emulation/wine-staging: deprecated ltprune eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/wine-staging/wine-staging-6.10.ebuild | 2 +- app-emulation/wine-staging/wine-staging-6.11.ebuild | 2 +- app-emulation/wine-staging/wine-staging-6.12.ebuild | 2 +- app-emulation/wine-staging/wine-staging-6.13.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-6.10.ebuild b/app-emulation/wine-staging/wine-staging-6.10.ebuild index 5fa92704696..b8f90b4648c 100644 --- a/app-emulation/wine-staging/wine-staging-6.10.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.10.ebuild @@ -572,7 +572,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} \ diff --git a/app-emulation/wine-staging/wine-staging-6.11.ebuild b/app-emulation/wine-staging/wine-staging-6.11.ebuild index 5fa92704696..b8f90b4648c 100644 --- a/app-emulation/wine-staging/wine-staging-6.11.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.11.ebuild @@ -572,7 +572,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} \ diff --git a/app-emulation/wine-staging/wine-staging-6.12.ebuild b/app-emulation/wine-staging/wine-staging-6.12.ebuild index a2848d52589..5ee92b57065 100644 --- a/app-emulation/wine-staging/wine-staging-6.12.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.12.ebuild @@ -572,7 +572,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} \ diff --git a/app-emulation/wine-staging/wine-staging-6.13.ebuild b/app-emulation/wine-staging/wine-staging-6.13.ebuild index 7285c2bf12d..041f41f217b 100644 --- a/app-emulation/wine-staging/wine-staging-6.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.13.ebuild @@ -572,7 +572,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} \ diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 97f1f417626..12f275eb229 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -571,7 +571,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} \