From 70d53e66fd10d722f92563350a1da0f0d209885e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 3 Jul 2021 17:47:46 +0200 Subject: x11-misc/vym: Update from l10n.eclass to plocale.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- x11-misc/vym/vym-2.7.1.ebuild | 8 ++++---- x11-misc/vym/vym-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-misc/vym/vym-2.7.1.ebuild b/x11-misc/vym/vym-2.7.1.ebuild index 1635a0a689ac..8cbb3269c7c9 100644 --- a/x11-misc/vym/vym-2.7.1.ebuild +++ b/x11-misc/vym/vym-2.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PLOCALES="cs_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW" -inherit desktop l10n qmake-utils +inherit desktop plocale qmake-utils DESCRIPTION="View Your Mind, a mindmap tool" HOMEPAGE="https://www.insilmaril.de/vym/" @@ -55,8 +55,8 @@ src_prepare() { rm lang/vym.en.ts || die remove_locale en - l10n_find_plocales_changes lang ${PN}. .ts - l10n_for_each_disabled_locale_do remove_locale + plocale_find_changes lang ${PN}. .ts + plocale_for_each_disabled_locale remove_locale "$(qt5_get_bindir)"/lrelease vym.pro || die } diff --git a/x11-misc/vym/vym-9999.ebuild b/x11-misc/vym/vym-9999.ebuild index a5984727412e..d1943a94621b 100644 --- a/x11-misc/vym/vym-9999.ebuild +++ b/x11-misc/vym/vym-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PLOCALES="cs_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW" -inherit desktop git-r3 l10n qmake-utils +inherit desktop git-r3 plocale qmake-utils DESCRIPTION="View Your Mind, a mindmap tool" HOMEPAGE="https://www.insilmaril.de/vym/" @@ -54,8 +54,8 @@ src_prepare() { rm lang/vym.en.ts || die remove_locale en - l10n_find_plocales_changes lang ${PN}. .ts - l10n_for_each_disabled_locale_do remove_locale + plocale_find_changes lang ${PN}. .ts + plocale_for_each_disabled_locale remove_locale "$(qt5_get_bindir)"/lrelease vym.pro || die } -- cgit v1.2.3-65-gdbad