From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1299025-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 37D0713933E
	for <garchives@archives.gentoo.org>; Sun,  4 Jul 2021 14:03:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E7AC7E0827;
	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 BEB6EE0827
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:10 +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 0F3AE342B10
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6D57D6
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:06 +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: <1625407328.de44395a3c39c17f1b1e497a6182ba6ad3d4fb08.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lshw/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/lshw/lshw-02.19.2b.ebuild sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild
X-VCS-Directories: sys-apps/lshw/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: de44395a3c39c17f1b1e497a6182ba6ad3d4fb08
X-VCS-Branch: master
Date: Sun,  4 Jul 2021 14:03:06 +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: 0f76dc02-f021-4285-b521-67434ae991e2
X-Archives-Hash: 81c2592efba828463ff5d1f2cbfaa7fd

commit:     de44395a3c39c17f1b1e497a6182ba6ad3d4fb08
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 15:47:18 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 14:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de44395a

sys-apps/lshw: 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>

 sys-apps/lshw/lshw-02.19.2b.ebuild           | 6 +++---
 sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/lshw/lshw-02.19.2b.ebuild b/sys-apps/lshw/lshw-02.19.2b.ebuild
index bb38bfa8e82..1f5b1927f7a 100644
--- a/sys-apps/lshw/lshw-02.19.2b.ebuild
+++ b/sys-apps/lshw/lshw-02.19.2b.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PLOCALES='fr'
 
-inherit desktop flag-o-matic toolchain-funcs l10n
+inherit desktop flag-o-matic plocale toolchain-funcs
 
 MY_PV=$(ver_cut 3 PV/b/B).$(ver_cut 1-3)
 
@@ -34,9 +34,9 @@ DOCS=( COPYING README.md docs/{Changelog,TODO,IODC.txt,lshw.xsd,proc_usb_info.tx
 src_prepare() {
 	default
 
-	l10n_find_plocales_changes "src/po" "" ".po" || die
+	plocale_find_changes "src/po" "" ".po" || die
 	sed -i \
-		-e "/^LANGUAGES =/ s/=.*/= $(l10n_get_locales)/" \
+		-e "/^LANGUAGES =/ s/=.*/= $(plocale_get_locales)/" \
 		src/po/Makefile || die
 	sed -i \
 		-e 's:\<pkg-config\>:${PKG_CONFIG}:' \

diff --git a/sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild b/sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild
index 1a41f37f5bd..a250b59d287 100644
--- a/sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild
+++ b/sys-apps/lshw/lshw-02.19.2b_p20210121.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PLOCALES='fr'
 
-inherit desktop flag-o-matic toolchain-funcs l10n xdg
+inherit desktop flag-o-matic plocale toolchain-funcs xdg
 
 MY_COMMIT="fdab06ac0b190ea0aa02cd468f904ed69ce0d9f1"
 MY_PV=$(ver_cut 3 PV/b/B).$(ver_cut 1-3)_$(ver_cut 5-6)
@@ -35,9 +35,9 @@ DOCS=( COPYING README.md docs/{Changelog,TODO,IODC.txt,lshw.xsd,proc_usb_info.tx
 src_prepare() {
 	default
 
-	l10n_find_plocales_changes "src/po" "" ".po" || die
+	plocale_find_changes "src/po" "" ".po" || die
 	sed -i \
-		-e "/^LANGUAGES =/ s/=.*/= $(l10n_get_locales)/" \
+		-e "/^LANGUAGES =/ s/=.*/= $(plocale_get_locales)/" \
 		src/po/Makefile || die
 	sed -i \
 		-e 's:\<pkg-config\>:${PKG_CONFIG}:' \