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 C9144139345 for ; Sun, 4 Jul 2021 14:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D377E0814; Sun, 4 Jul 2021 14:03:09 +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 44695E0814 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 579AB342B0A 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 C2D3F7CA 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: <1625407321.126eafbe6b619272644bab63b0583ae5b5c8af0d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/vacuum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild net-im/vacuum/vacuum-9999.ebuild X-VCS-Directories: net-im/vacuum/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 126eafbe6b619272644bab63b0583ae5b5c8af0d 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: 3e4fc0a4-6f80-4e78-89d3-34f8d7aabdb7 X-Archives-Hash: 3888edcb9c8ad010c1e0462948a0cd4e commit: 126eafbe6b619272644bab63b0583ae5b5c8af0d Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 3 15:46:11 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 4 14:02:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126eafbe net-im/vacuum: 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-im/vacuum/vacuum-1.3.0_pre20180105.ebuild | 6 +++--- net-im/vacuum/vacuum-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild index 85da7fd6fcb..1ce002e1d41 100644 --- a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild +++ b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PLOCALES="de es pl ru uk" -inherit cmake l10n +inherit cmake plocale MY_PN="${PN}-im" MY_PV="${PV/_pre/.}-Alpha" @@ -85,7 +85,7 @@ src_configure() { local mycmakeargs=( -DINSTALL_LIB_DIR="$(get_libdir)" -DINSTALL_SDK=ON - -DLANGS="$(l10n_get_locales)" + -DLANGS="$(plocale_get_locales)" -DINSTALL_DOCS=OFF -DFORCE_BUNDLED_MINIZIP=OFF -DPLUGIN_adiummessagestyle=OFF diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild index 0e61fe56e22..7eecd922f0b 100644 --- a/net-im/vacuum/vacuum-9999.ebuild +++ b/net-im/vacuum/vacuum-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 EGIT_REPO_URI="https://github.com/Vacuum-IM/vacuum-im" PLOCALES="de es pl ru uk" -inherit cmake git-r3 l10n +inherit cmake git-r3 plocale DESCRIPTION="Qt Crossplatform Jabber client" HOMEPAGE="http://www.vacuum-im.org/" @@ -77,7 +77,7 @@ src_configure() { local mycmakeargs=( -DINSTALL_LIB_DIR="$(get_libdir)" -DINSTALL_SDK=ON - -DLANGS="$(l10n_get_locales)" + -DLANGS="$(plocale_get_locales)" -DINSTALL_DOCS=OFF -DFORCE_BUNDLED_MINIZIP=OFF -DPLUGIN_adiummessagestyle=OFF