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 56E89138330 for ; Sat, 6 Jan 2018 16:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53AEFE098F; Sat, 6 Jan 2018 16:41:39 +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 2462CE098F for ; Sat, 6 Jan 2018 16:41:39 +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 AFED1335C04 for ; Sat, 6 Jan 2018 16:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C95F133 for ; Sat, 6 Jan 2018 16:41:35 +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: <1515256849.f728703e67cad440a509196caa98e9875ae02e0e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/esearch/esearch-1.3-r1.ebuild app-portage/esearch/esearch-9999.ebuild X-VCS-Directories: app-portage/esearch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f728703e67cad440a509196caa98e9875ae02e0e X-VCS-Branch: master Date: Sat, 6 Jan 2018 16:41:35 +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: c17b958e-10ba-46d4-adc2-6e35acd64ba3 X-Archives-Hash: 6e386ee98628e504e1ec26331d133891 commit: f728703e67cad440a509196caa98e9875ae02e0e Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 16:40:02 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 16:40:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f728703e app-portage/esearch: Migrate from LINGUAS to L10N. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-portage/esearch/esearch-1.3-r1.ebuild | 10 +++++----- app-portage/esearch/esearch-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r1.ebuild index 55400861664..0454193e201 100644 --- a/app-portage/esearch/esearch-1.3-r1.ebuild +++ b/app-portage/esearch/esearch-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -IUSE="linguas_fr linguas_it" +IUSE="l10n_fr l10n_it" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" @@ -41,13 +41,13 @@ python_install_all() { distutils-r1_python_install_all dodoc eupdatedb.cron || die "dodoc failed" - # Remove unused man pages according to the linguas flags - if ! use linguas_fr ; then + # Remove unused man pages according to the l10n flags + if ! use l10n_fr ; then rm -rf "${ED}"/usr/share/man/fr \ || die "rm failed to remove ${ED}/usr/share/man/fr" fi - if ! use linguas_it ; then + if ! use l10n_it ; then rm -rf "${ED}"/usr/share/man/it \ || die "rm failed to remove ${ED}/usr/share/man/it" fi diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index 9a9ca40fa2c..fb347e360d9 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git" LICENSE="GPL-2" SLOT="0" -IUSE="linguas_fr linguas_it" +IUSE="l10n_fr l10n_it" KEYWORDS="" @@ -32,13 +32,13 @@ python_install_all() { distutils-r1_python_install_all dodoc eupdatedb.cron || die "dodoc failed" - # Remove unused man pages according to the linguas flags - if ! use linguas_fr ; then + # Remove unused man pages according to the l10n flags + if ! use l10n_fr ; then rm -rf "${ED}"/usr/share/man/fr \ || die "rm failed to remove ${ED}/usr/share/man/fr" fi - if ! use linguas_it ; then + if ! use l10n_it ; then rm -rf "${ED}"/usr/share/man/it \ || die "rm failed to remove ${ED}/usr/share/man/it" fi