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 7513013933E 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 73E0AE0823; 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 EBD9FE0824 for ; Sun, 4 Jul 2021 14:03:09 +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 0405E342B0C 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 1C2F87D1 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: <1625407324.8608f57fd905613ea11157a5650eb008aeb71e61.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild X-VCS-Directories: net-p2p/eiskaltdcpp/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8608f57fd905613ea11157a5650eb008aeb71e61 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: e93e10f8-cc33-464f-b6ee-cbacf5535916 X-Archives-Hash: d6e9e3cd8b7e5af63a421558b80573d9 commit: 8608f57fd905613ea11157a5650eb008aeb71e61 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:46:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8608f57f net-p2p/eiskaltdcpp: 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-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 6 +++--- net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild index 1449f415e75..71261a868be 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-1 lua5-2 ) PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN" -inherit cmake l10n lua-single strip-linguas xdg-utils toolchain-funcs +inherit cmake lua-single plocale strip-linguas xdg-utils toolchain-funcs [[ ${PV} = *9999* ]] && inherit git-r3 DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols" @@ -99,14 +99,14 @@ pkg_setup() { src_prepare() { cmake_src_prepare - l10n_find_plocales_changes 'eiskaltdcpp-qt/translations' '' '.ts' + plocale_find_changes 'eiskaltdcpp-qt/translations' '' '.ts' } src_configure() { use gtk && strip-linguas -i eiskaltdcpp-gtk/po/ local mycmakeargs=( -DLIB_INSTALL_DIR="$(get_libdir)" - -Dlinguas="$(l10n_get_locales)" + -Dlinguas="$(plocale_get_locales)" -DCREATE_MO=ON -DUSE_GTK=OFF -DUSE_LIBGNOME2=OFF diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index 2c795225234..2874c96fd79 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-1 lua5-2 ) PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN" -inherit cmake l10n lua-single xdg-utils toolchain-funcs +inherit cmake lua-single plocale xdg-utils toolchain-funcs [[ ${PV} = *9999* ]] && inherit git-r3 DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols" @@ -99,13 +99,13 @@ pkg_setup() { src_prepare() { cmake_src_prepare - l10n_find_plocales_changes 'eiskaltdcpp-qt/translations' '' '.ts' + plocale_find_changes 'eiskaltdcpp-qt/translations' '' '.ts' } src_configure() { local mycmakeargs=( -DLIB_INSTALL_DIR="$(get_libdir)" - -Dlinguas="$(l10n_get_locales)" + -Dlinguas="$(plocale_get_locales)" -DCREATE_MO=ON -DUSE_GTK=OFF -DUSE_LIBGNOME2=OFF