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 44EE613933E for ; Sun, 4 Jul 2021 14:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BCF2E084A; Sun, 4 Jul 2021 14:03:12 +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 D500AE084A for ; Sun, 4 Jul 2021 14:03:11 +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 E3BD4340D8E for ; Sun, 4 Jul 2021 14:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 688277D5 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: <1625407327.c7d741d74726465a5c1428a3a3472dda1047cd80.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild X-VCS-Directories: sci-mathematics/wxmaxima/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c7d741d74726465a5c1428a3a3472dda1047cd80 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: 11c5bc2a-e298-4165-bdc6-329335b2b35c X-Archives-Hash: 8576cf0e02f3728b349a0fdb398c243b commit: c7d741d74726465a5c1428a3a3472dda1047cd80 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:47:09 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d741d7 sci-mathematics/wxmaxima: 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-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild | 6 +++--- sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 6 +++--- sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 6 +++--- sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild | 6 +++--- sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild index cddb6c554f0..de3f6d21447 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-20.12.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake wxwidgets l10n xdg +inherit cmake plocale wxwidgets xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -41,8 +41,8 @@ src_prepare() { rm -f info/${PN}.${1}.html sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt } - l10n_find_plocales_changes locales/wxMaxima '' '.po' - l10n_for_each_disabled_locale_do rm_po + plocale_find_changes locales/wxMaxima '' '.po' + plocale_for_each_disabled_locale rm_po } src_install() { diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild index 86038f4610e..9abff2ab71e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake wxwidgets l10n xdg +inherit cmake plocale wxwidgets xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -43,8 +43,8 @@ src_prepare() { rm -f info/${PN}.${1}.html sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt } - l10n_find_plocales_changes locales/wxMaxima '' '.po' - l10n_for_each_disabled_locale_do rm_po + plocale_find_changes locales/wxMaxima '' '.po' + plocale_for_each_disabled_locale rm_po } src_configure() { diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild index 86038f4610e..9abff2ab71e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake wxwidgets l10n xdg +inherit cmake plocale wxwidgets xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -43,8 +43,8 @@ src_prepare() { rm -f info/${PN}.${1}.html sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt } - l10n_find_plocales_changes locales/wxMaxima '' '.po' - l10n_for_each_disabled_locale_do rm_po + plocale_find_changes locales/wxMaxima '' '.po' + plocale_for_each_disabled_locale rm_po } src_configure() { diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild index 86038f4610e..9abff2ab71e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake wxwidgets l10n xdg +inherit cmake plocale wxwidgets xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -43,8 +43,8 @@ src_prepare() { rm -f info/${PN}.${1}.html sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt } - l10n_find_plocales_changes locales/wxMaxima '' '.po' - l10n_for_each_disabled_locale_do rm_po + plocale_find_changes locales/wxMaxima '' '.po' + plocale_for_each_disabled_locale rm_po } src_configure() { diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild index 86038f4610e..9abff2ab71e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW" -inherit cmake wxwidgets l10n xdg +inherit cmake plocale wxwidgets xdg DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/" @@ -43,8 +43,8 @@ src_prepare() { rm -f info/${PN}.${1}.html sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt } - l10n_find_plocales_changes locales/wxMaxima '' '.po' - l10n_for_each_disabled_locale_do rm_po + plocale_find_changes locales/wxMaxima '' '.po' + plocale_for_each_disabled_locale rm_po } src_configure() {