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 A1F30138330 for ; Wed, 10 Jan 2018 08:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB29DE08DC; Wed, 10 Jan 2018 08:15:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9791BE08DC for ; Wed, 10 Jan 2018 08:15:44 +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 0D305335C3E for ; Wed, 10 Jan 2018 08:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FE715D for ; Wed, 10 Jan 2018 08:15:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515572133.ef29e6468585fba55d26e9a00c06f8840cc93adf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-9999.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef29e6468585fba55d26e9a00c06f8840cc93adf X-VCS-Branch: master Date: Wed, 10 Jan 2018 08:15:41 +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-Archives-Salt: 2bc13037-a229-479f-ad93-635c3ef2ef7a X-Archives-Hash: 272bbe0df9224373651e1c97819d087c commit: ef29e6468585fba55d26e9a00c06f8840cc93adf Author: Alexey Sokolov google com> AuthorDate: Tue Jan 9 21:25:48 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 10 08:15:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef29e646 net-irc/znc: Remove l10n/linguas variables. Simply install all available locales instead. Closes: https://github.com/gentoo/gentoo/pull/6808 net-irc/znc/znc-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index bfe3e235cf9..de34be1322e 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -4,9 +4,8 @@ EAPI=6 PYTHON_COMPAT=( python3_{4,5,6} ) -PLOCALES="de ru" -inherit cmake-utils l10n python-single-r1 readme.gentoo-r1 systemd user +inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user GTEST_VER="1.8.0" GTEST_URL="https://github.com/google/googletest/archive/release-${GTEST_VER}.tar.gz -> gtest-${GTEST_VER}.tar.gz" @@ -66,14 +65,6 @@ pkg_setup() { } src_prepare() { - l10n_find_plocales_changes "${S}/src/po" "${PN}." '.po' - - remove_locale() { - # Some language/module pairs can be missing - rm -f src/po/${PN}.${1}.po modules/po/*.${1}.po || die - } - l10n_for_each_disabled_locale_do remove_locale - # Let SWIG rebuild modperl/modpython to make user patching easier. if [[ ${PV} != *9999* ]]; then rm modules/modperl/generated.tar.gz || die