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: sys-process/fcron/
Date: Sat, 25 Jun 2016 15:57:56
Message-Id: 1466870249.4a93562f5149d62ce4794e4961876bed2e6416fb.ulm@gentoo
1 commit: 4a93562f5149d62ce4794e4961876bed2e6416fb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 15:57:29 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 15:57:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a93562f
7
8 sys-process/fcron: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 sys-process/fcron/fcron-3.1.1.ebuild | 6 +++---
13 sys-process/fcron/fcron-3.1.2-r2.ebuild | 6 +++---
14 sys-process/fcron/fcron-3.2.0.ebuild | 4 ++--
15 3 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild
18 index 357683b..b41d4ab 100644
19 --- a/sys-process/fcron/fcron-3.1.1.ebuild
20 +++ b/sys-process/fcron/fcron-3.1.1.ebuild
21 @@ -15,11 +15,11 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
22
23 LICENSE="GPL-2"
24 KEYWORDS="amd64 arm hppa ia64 ~mips ppc sparc x86 ~x86-fbsd"
25 -IUSE="debug pam selinux linguas_fr +system-crontab readline"
26 +IUSE="debug pam selinux l10n_fr +system-crontab readline"
27
28 DEPEND="selinux? ( sys-libs/libselinux )
29 pam? ( virtual/pam )
30 - readline? ( sys-libs/readline )"
31 + readline? ( sys-libs/readline:= )"
32
33 RDEPEND="${DEPEND}
34 >=app-misc/editor-wrapper-3
35 @@ -160,7 +160,7 @@ src_install() {
36 doman doc/en/man/*.{1,5,8}
37
38 for lang in fr; do
39 - use linguas_${lang} || continue
40 + use l10n_${lang} || continue
41
42 doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
43 docinto html/${lang}
44
45 diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild
46 index b6d86b5..2bf7e56 100644
47 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild
48 +++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild
49 @@ -15,12 +15,12 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
50
51 LICENSE="GPL-2"
52 KEYWORDS="amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
53 -IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
54 +IUSE="debug pam selinux l10n_fr +mta +system-crontab readline"
55
56 DEPEND="selinux? ( sys-libs/libselinux )
57 mta? ( virtual/mta )
58 pam? ( virtual/pam )
59 - readline? ( sys-libs/readline )"
60 + readline? ( sys-libs/readline:= )"
61
62 RDEPEND="${DEPEND}
63 >=app-misc/editor-wrapper-3
64 @@ -164,7 +164,7 @@ src_install() {
65 doman doc/en/man/*.{1,5,8}
66
67 for lang in fr; do
68 - use linguas_${lang} || continue
69 + use l10n_${lang} || continue
70
71 doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
72 docinto html/${lang}
73
74 diff --git a/sys-process/fcron/fcron-3.2.0.ebuild b/sys-process/fcron/fcron-3.2.0.ebuild
75 index 7f50be1..341eb8f 100644
76 --- a/sys-process/fcron/fcron-3.2.0.ebuild
77 +++ b/sys-process/fcron/fcron-3.2.0.ebuild
78 @@ -15,7 +15,7 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
79
80 LICENSE="GPL-2"
81 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
82 -IUSE="debug pam selinux linguas_fr +mta +system-crontab readline"
83 +IUSE="debug pam selinux l10n_fr +mta +system-crontab readline"
84
85 DEPEND="selinux? ( sys-libs/libselinux )
86 mta? ( virtual/mta )
87 @@ -164,7 +164,7 @@ src_install() {
88 doman doc/en/man/*.{1,5,8}
89
90 for lang in fr; do
91 - use linguas_${lang} || continue
92 + use l10n_${lang} || continue
93
94 doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die
95 docinto html/${lang}