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 5D46413933E for ; Sun, 4 Jul 2021 14:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E553E0826; Sun, 4 Jul 2021 14:03:10 +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 D0DE0E0822 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 EB479342AF0 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 422887D3 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: <1625407326.1dff44c07b3d31f7be679d58bfe610931af214d1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpxsee/gpxsee-9.0.ebuild sci-geosciences/gpxsee/gpxsee-9.1.ebuild X-VCS-Directories: sci-geosciences/gpxsee/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1dff44c07b3d31f7be679d58bfe610931af214d1 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: 05e2a397-457d-400b-a39a-89a373012638 X-Archives-Hash: d83c94d901d1069d4b51ac3fbd9e9caa commit: 1dff44c07b3d31f7be679d58bfe610931af214d1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:46:55 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dff44c0 sci-geosciences/gpxsee: 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> sci-geosciences/gpxsee/gpxsee-9.0.ebuild | 6 +++--- sci-geosciences/gpxsee/gpxsee-9.1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-geosciences/gpxsee/gpxsee-9.0.ebuild b/sci-geosciences/gpxsee/gpxsee-9.0.ebuild index 911d42be020..7afc1386fce 100644 --- a/sci-geosciences/gpxsee/gpxsee-9.0.ebuild +++ b/sci-geosciences/gpxsee/gpxsee-9.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PLOCALES="cs da de en eo es fi fr hu it nb pl pt_BR ru sv tr uk zh" -inherit desktop qmake-utils l10n xdg +inherit desktop plocale qmake-utils xdg MY_PN="GPXSee" MY_P="${MY_PN}-${PV}" @@ -34,13 +34,13 @@ PATCHES=( "${FILESDIR}"/${PN}-7.33.patch ) src_prepare() { default - l10n_find_plocales_changes lang "${PN}_" '.ts' + plocale_find_changes lang "${PN}_" '.ts' rm_ts() { sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro } - l10n_for_each_disabled_locale_do rm_ts + plocale_for_each_disabled_locale rm_ts } src_compile() { diff --git a/sci-geosciences/gpxsee/gpxsee-9.1.ebuild b/sci-geosciences/gpxsee/gpxsee-9.1.ebuild index 950a8b5cfcf..af40115090c 100644 --- a/sci-geosciences/gpxsee/gpxsee-9.1.ebuild +++ b/sci-geosciences/gpxsee/gpxsee-9.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PLOCALES="cs da de en eo es fi fr hu it nb pl pt_BR ru sv tr uk" -inherit desktop qmake-utils l10n xdg +inherit desktop plocale qmake-utils xdg MY_PN="GPXSee" MY_P="${MY_PN}-${PV}" @@ -34,13 +34,13 @@ PATCHES=( "${FILESDIR}"/${PN}-7.33.patch ) src_prepare() { default - l10n_find_plocales_changes lang "${PN}_" '.ts' + plocale_find_changes lang "${PN}_" '.ts' rm_ts() { sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro } - l10n_for_each_disabled_locale_do rm_ts + plocale_for_each_disabled_locale rm_ts } src_compile() {