Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/
Date: Sat, 06 Jan 2018 16:41:40
Message-Id: 1515256849.f728703e67cad440a509196caa98e9875ae02e0e.ulm@gentoo
1 commit: f728703e67cad440a509196caa98e9875ae02e0e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 16:40:02 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 16:40:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f728703e
7
8 app-portage/esearch: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-portage/esearch/esearch-1.3-r1.ebuild | 10 +++++-----
13 app-portage/esearch/esearch-9999.ebuild | 10 +++++-----
14 2 files changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/app-portage/esearch/esearch-1.3-r1.ebuild b/app-portage/esearch/esearch-1.3-r1.ebuild
17 index 55400861664..0454193e201 100644
18 --- a/app-portage/esearch/esearch-1.3-r1.ebuild
19 +++ b/app-portage/esearch/esearch-1.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,7 +14,7 @@ SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -IUSE="linguas_fr linguas_it"
31 +IUSE="l10n_fr l10n_it"
32
33 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"
34
35 @@ -41,13 +41,13 @@ python_install_all() {
36 distutils-r1_python_install_all
37 dodoc eupdatedb.cron || die "dodoc failed"
38
39 - # Remove unused man pages according to the linguas flags
40 - if ! use linguas_fr ; then
41 + # Remove unused man pages according to the l10n flags
42 + if ! use l10n_fr ; then
43 rm -rf "${ED}"/usr/share/man/fr \
44 || die "rm failed to remove ${ED}/usr/share/man/fr"
45 fi
46
47 - if ! use linguas_it ; then
48 + if ! use l10n_it ; then
49 rm -rf "${ED}"/usr/share/man/it \
50 || die "rm failed to remove ${ED}/usr/share/man/it"
51 fi
52
53 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
54 index 9a9ca40fa2c..fb347e360d9 100644
55 --- a/app-portage/esearch/esearch-9999.ebuild
56 +++ b/app-portage/esearch/esearch-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 +# Copyright 1999-2018 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=5
63 @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -IUSE="linguas_fr linguas_it"
68 +IUSE="l10n_fr l10n_it"
69
70 KEYWORDS=""
71
72 @@ -32,13 +32,13 @@ python_install_all() {
73 distutils-r1_python_install_all
74 dodoc eupdatedb.cron || die "dodoc failed"
75
76 - # Remove unused man pages according to the linguas flags
77 - if ! use linguas_fr ; then
78 + # Remove unused man pages according to the l10n flags
79 + if ! use l10n_fr ; then
80 rm -rf "${ED}"/usr/share/man/fr \
81 || die "rm failed to remove ${ED}/usr/share/man/fr"
82 fi
83
84 - if ! use linguas_it ; then
85 + if ! use l10n_it ; then
86 rm -rf "${ED}"/usr/share/man/it \
87 || die "rm failed to remove ${ED}/usr/share/man/it"
88 fi