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 3ACD5139347 for ; Sun, 4 Jul 2021 14:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649BEE0822; 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 C40A3E081E 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 8A161342AF4 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 D61E27CB for ; Sun, 4 Jul 2021 14:03:05 +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: <1625407322.df99260b76379db614cde4ccf77f86590c39ff63.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild X-VCS-Directories: net-irc/iroffer-dinoex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: df99260b76379db614cde4ccf77f86590c39ff63 X-VCS-Branch: master Date: Sun, 4 Jul 2021 14:03:05 +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: 00e29067-0d52-423b-910a-afd0cd3c41e3 X-Archives-Hash: 817e5fe00162679ed30a0c11f1d19b6e commit: df99260b76379db614cde4ccf77f86590c39ff63 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:46:17 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99260b net-irc/iroffer-dinoex: 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> net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild | 8 ++++---- net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild | 8 ++++---- net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild index 621370b736b..e384c6cea29 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="de en fr it" PLOCALE_BACKUP="en" -inherit l10n toolchain-funcs user +inherit plocale toolchain-funcs user DESCRIPTION="IRC fileserver using DCC" HOMEPAGE="http://iroffer.dinoex.net/" @@ -48,7 +48,7 @@ src_prepare() { eapply_user - l10n_find_plocales_changes "" 'help-admin-' '.txt' + plocale_find_changes "" 'help-admin-' '.txt' } do_configure() { @@ -79,7 +79,7 @@ src_configure() { src_compile() { # TODO: default compile targets always include chrooted target, which is not good - emake CC="$(tc-getCC)" $(l10n_get_locales) + emake CC="$(tc-getCC)" $(plocale_get_locales) } myloc() { @@ -100,7 +100,7 @@ myloc() { } src_install() { - l10n_for_each_locale_do myloc + plocale_for_each_locale myloc dodoc README* THANKS TODO doman iroffer.1 xdcc.7 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild index d61e239ecef..8d04b757221 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="de en fr it" PLOCALE_BACKUP="en" -inherit l10n toolchain-funcs user +inherit plocale toolchain-funcs user DESCRIPTION="IRC fileserver using DCC" HOMEPAGE="http://iroffer.dinoex.net/" @@ -48,7 +48,7 @@ src_prepare() { eapply_user - l10n_find_plocales_changes "" 'help-admin-' '.txt' + plocale_find_changes "" 'help-admin-' '.txt' } do_configure() { @@ -79,7 +79,7 @@ src_configure() { src_compile() { # TODO: default compile targets always include chrooted target, which is not good - emake CC="$(tc-getCC)" $(l10n_get_locales) + emake CC="$(tc-getCC)" $(plocale_get_locales) } myloc() { @@ -100,7 +100,7 @@ myloc() { } src_install() { - l10n_for_each_locale_do myloc + plocale_for_each_locale myloc dodoc README* THANKS TODO doman iroffer.1 xdcc.7 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild index 2a9bb01ec15..748af554e35 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 PLOCALES="de en fr it" PLOCALE_BACKUP="en" -inherit l10n toolchain-funcs +inherit plocale toolchain-funcs DESCRIPTION="IRC fileserver using DCC" HOMEPAGE="http://iroffer.dinoex.net/" @@ -44,7 +44,7 @@ src_prepare() { eapply_user - l10n_find_plocales_changes "" 'help-admin-' '.txt' + plocale_find_changes "" 'help-admin-' '.txt' } do_configure() { @@ -75,7 +75,7 @@ src_configure() { src_compile() { # TODO: default compile targets always include chrooted target, which is not good - emake CC="$(tc-getCC)" $(l10n_get_locales) + emake CC="$(tc-getCC)" $(plocale_get_locales) } myloc() { @@ -96,7 +96,7 @@ myloc() { } src_install() { - l10n_for_each_locale_do myloc + plocale_for_each_locale myloc dodoc README* THANKS TODO doman iroffer.1 xdcc.7