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-text/namazu/
Date: Sat, 25 Jun 2016 15:40:06
Message-Id: 1466869177.3b9dd08dad90477bba7c8c837223d87e67983198.ulm@gentoo
1 commit: 3b9dd08dad90477bba7c8c837223d87e67983198
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 15:38:42 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 15:39:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9dd08d
7
8 app-text/namazu: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 app-text/namazu/namazu-2.0.21.ebuild | 8 ++++----
13 app-text/namazu/namazu-2.0.22_p1.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
17 index fecdf0f..025fe24 100644
18 --- a/app-text/namazu/namazu-2.0.21.ebuild
19 +++ b/app-text/namazu/namazu-2.0.21.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ~ppc ~ppc64 x86"
30 -IUSE="emacs nls tk linguas_ja"
31 +IUSE="emacs nls tk l10n_ja"
32
33 RDEPEND=">=dev-perl/File-MMagic-1.20
34 emacs? ( virtual/emacs )
35 - linguas_ja? (
36 + l10n_ja? (
37 app-i18n/nkf
38 || (
39 dev-perl/Text-Kakasi
40 @@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
41 )
42 nls? ( virtual/libintl )
43 tk? (
44 - dev-lang/tk
45 + dev-lang/tk:0
46 www-client/lynx
47 )"
48 DEPEND="${RDEPEND}
49
50 diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild b/app-text/namazu/namazu-2.0.22_p1.ebuild
51 index 2634665..366920e 100644
52 --- a/app-text/namazu/namazu-2.0.22_p1.ebuild
53 +++ b/app-text/namazu/namazu-2.0.22_p1.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2016 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Id$
59
60 @@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS=""
64 -IUSE="emacs nls tk linguas_ja"
65 +IUSE="emacs nls tk l10n_ja"
66
67 RDEPEND=">=dev-perl/File-MMagic-1.20
68 emacs? ( virtual/emacs )
69 - linguas_ja? (
70 + l10n_ja? (
71 app-i18n/nkf
72 || (
73 dev-perl/Text-Kakasi
74 @@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
75 )
76 nls? ( virtual/libintl )
77 tk? (
78 - dev-lang/tk
79 + dev-lang/tk:0
80 www-client/lynx
81 )"
82 DEPEND="${RDEPEND}