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 1C71713933E for ; Sun, 4 Jul 2021 14:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FA9CE0815; Sun, 4 Jul 2021 14:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46737E0815 for ; Sun, 4 Jul 2021 14:03:09 +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 4FA7F342B08 for ; Sun, 4 Jul 2021 14:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 897827C7 for ; Sun, 4 Jul 2021 14:03:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1625407319.7c19d98eb816a98b3e6cf528f1ed72f58529e202.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/smplayer/smplayer-20.6.0.ebuild X-VCS-Directories: media-video/smplayer/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7c19d98eb816a98b3e6cf528f1ed72f58529e202 X-VCS-Branch: master Date: Sun, 4 Jul 2021 14:03:05 +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: 75d3d9b0-f1c8-4e2c-b6d5-ceabdfa023bd X-Archives-Hash: 7c94008809d6202452dac86f9b0ef7f8 commit: 7c19d98eb816a98b3e6cf528f1ed72f58529e202 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:45:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:01:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c19d98e media-video/smplayer: Update from l10n.eclass to plocale.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> media-video/smplayer/smplayer-20.6.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/smplayer/smplayer-20.6.0.ebuild b/media-video/smplayer/smplayer-20.6.0.ebuild index 653c4fd77f4..666e88b9702 100644 --- a/media-video/smplayer/smplayer-20.6.0.ebuild +++ b/media-video/smplayer/smplayer-20.6.0.ebuild @@ -8,7 +8,7 @@ he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW" PLOCALE_BACKUP="en_US" -inherit l10n qmake-utils toolchain-funcs xdg +inherit plocale qmake-utils toolchain-funcs xdg DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" HOMEPAGE="https://www.smplayer.eu/" @@ -86,7 +86,7 @@ src_prepare() { fi # Commented out because it gives false positives - #l10n_find_plocales_changes "${S}"/src/translations ${PN}_ .ts + #plocale_find_changes "${S}"/src/translations ${PN}_ .ts # Do not default compress man page sed '/gzip -9.*\.1$/d' -i Makefile || die @@ -110,7 +110,7 @@ src_compile() { emake CC="$(tc-getCC)" cd src/translations || die - l10n_for_each_locale_do gen_translation + plocale_for_each_locale gen_translation } src_install() {