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 A812F13933E for ; Sun, 4 Jul 2021 14:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5826EE0837; Sun, 4 Jul 2021 14:03:11 +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 33F31E0837 for ; Sun, 4 Jul 2021 14:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4FDB1342B18 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 C8FCA7DA 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: <1625407331.70d53e66fd10d722f92563350a1da0f0d209885e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vym/vym-2.7.1.ebuild x11-misc/vym/vym-9999.ebuild X-VCS-Directories: x11-misc/vym/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 70d53e66fd10d722f92563350a1da0f0d209885e 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: daeee9f8-ff08-4fb0-8ca6-f43694fb9006 X-Archives-Hash: 16cb259e89b49a73e1f93b7b4c62b2b4 commit: 70d53e66fd10d722f92563350a1da0f0d209885e Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:47:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d53e66 x11-misc/vym: 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/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 1635a0a689a..8cbb3269c7c 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 a5984727412..d1943a94621 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 }