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 E605F13933E for ; Sun, 4 Jul 2021 14:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98BDEE0849; Sun, 4 Jul 2021 14:03:12 +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 D4C3FE0849 for ; Sun, 4 Jul 2021 14:03:11 +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 31BB8342B12 for ; Sun, 4 Jul 2021 14:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD6617DB for ; Sun, 4 Jul 2021 14:03:06 +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: <1625407332.fad022f11d56c665126ced4c529d2efa3581ffa7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xfe/xfe-1.43.2.ebuild X-VCS-Directories: x11-misc/xfe/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fad022f11d56c665126ced4c529d2efa3581ffa7 X-VCS-Branch: master Date: Sun, 4 Jul 2021 14:03:06 +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: 10cf50f6-69a1-4f8e-935c-b072ea0566be X-Archives-Hash: a67b9489d8f98efb428696486eacd4fd commit: fad022f11d56c665126ced4c529d2efa3581ffa7 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:47:54 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad022f1 x11-misc/xfe: 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> x11-misc/xfe/xfe-1.43.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xfe/xfe-1.43.2.ebuild b/x11-misc/xfe/xfe-1.43.2.ebuild index 57333f1ae0f..f2925f4b965 100644 --- a/x11-misc/xfe/xfe-1.43.2.ebuild +++ b/x11-misc/xfe/xfe-1.43.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ PLOCALES=" bs ca cs da de el es_AR es_CO es fr hu it ja nl no pl pt_BR pt_PT ru sv tr zh_CN zh_TW " -inherit l10n xdg-utils +inherit plocale xdg-utils DESCRIPTION="MS-Explorer-like minimalist file manager for X" HOMEPAGE="http://roland65.free.fr/xfe" @@ -55,7 +55,7 @@ src_prepare() { # remove not selected locales rm_locale() { sed -i -e "/${1}/d" po/LINGUAS || die ;} - l10n_for_each_disabled_locale_do rm_locale + plocale_for_each_disabled_locale rm_locale } src_configure() {