Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/
Date: Sun, 04 Jul 2021 14:03:17
Message-Id: 1625407332.fad022f11d56c665126ced4c529d2efa3581ffa7.ulm@gentoo
1 commit: fad022f11d56c665126ced4c529d2efa3581ffa7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:47:54 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad022f1
7
8 x11-misc/xfe: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 x11-misc/xfe/xfe-1.43.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/xfe/xfe-1.43.2.ebuild b/x11-misc/xfe/xfe-1.43.2.ebuild
17 index 57333f1ae0f..f2925f4b965 100644
18 --- a/x11-misc/xfe/xfe-1.43.2.ebuild
19 +++ b/x11-misc/xfe/xfe-1.43.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ PLOCALES="
27 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
28 zh_CN zh_TW
29 "
30 -inherit l10n xdg-utils
31 +inherit plocale xdg-utils
32
33 DESCRIPTION="MS-Explorer-like minimalist file manager for X"
34 HOMEPAGE="http://roland65.free.fr/xfe"
35 @@ -55,7 +55,7 @@ src_prepare() {
36
37 # remove not selected locales
38 rm_locale() { sed -i -e "/${1}/d" po/LINGUAS || die ;}
39 - l10n_for_each_disabled_locale_do rm_locale
40 + plocale_for_each_disabled_locale rm_locale
41 }
42
43 src_configure() {