From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1299020-garchives=archives.gentoo.org@lists.gentoo.org> 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 3F9B5139349 for <garchives@archives.gentoo.org>; Sun, 4 Jul 2021 14:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64966E081E; Sun, 4 Jul 2021 14:03:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DE112E0823 for <gentoo-commits@lists.gentoo.org>; 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 EDC3E342B09 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Jul 2021 14:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98AA7CE for <gentoo-commits@lists.gentoo.org>; Sun, 4 Jul 2021 14:03:05 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1625407322.b01b8b9723fdac317e41a98bec1d3fa762d35c7e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild X-VCS-Directories: net-misc/chrome-remote-desktop/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b01b8b9723fdac317e41a98bec1d3fa762d35c7e X-VCS-Branch: master Date: Sun, 4 Jul 2021 14:03:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72ccbb41-a2b0-44ad-9aa2-5be1093cb1a4 X-Archives-Hash: 9d10bb1d9187fde5ba5f545a2fde1df9 commit: b01b8b9723fdac317e41a98bec1d3fa762d35c7e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 3 15:46:26 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jul 4 14:02:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01b8b97 net-misc/chrome-remote-desktop: Update from l10n.eclass to plocale.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .../chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild index f2057d50882..df0836d47b3 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-91.0.4472.10.ebuild @@ -18,7 +18,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{7,8,9} ) PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh_CN zh_TW" -inherit unpacker python-single-r1 l10n optfeature +inherit unpacker python-single-r1 optfeature plocale DESCRIPTION="access remote computers via Chrome!" PLUGIN_URL="https://chrome.google.com/remotedesktop" @@ -91,13 +91,13 @@ src_prepare() { cd remoting_locales # These isn't always included. rm -f fake-bidi* || die - PLOCALES=${PLOCALES//_/-} l10n_find_plocales_changes "${PWD}" '' '.pak' + PLOCALES=${PLOCALES//_/-} plocale_find_changes "${PWD}" '' '.pak' } src_install() { pushd opt/google/chrome-remote-desktop/remoting_locales >/dev/null || die rm_pak() { local l=${1//_/-}; rm "${l}.pak" "${l}.pak.info"; } - l10n_for_each_disabled_locale_do rm_pak + plocale_for_each_disabled_locale rm_pak popd >/dev/null insinto /etc