Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
Date: Thu, 04 Jan 2018 11:53:16
Message-Id: 1515066780.ecc409ce85e3281d9ba6fa260bb689a241617c82.polynomial-c@gentoo
1 commit: ecc409ce85e3281d9ba6fa260bb689a241617c82
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 11:49:44 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 11:53:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc409ce
7
8 sys-apps/man-pages: Removed support of romanian translation.
9
10 Closes: https://bugs.gentoo.org/643396
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 sys-apps/man-pages/man-pages-4.13.ebuild | 5 ++---
14 sys-apps/man-pages/man-pages-4.14.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-apps/man-pages/man-pages-4.13.ebuild b/sys-apps/man-pages/man-pages-4.13.ebuild
18 index 257d28c4257..34c06eaed5d 100644
19 --- a/sys-apps/man-pages/man-pages-4.13.ebuild
20 +++ b/sys-apps/man-pages/man-pages-4.13.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
28 LICENSE="man-pages GPL-2+ BSD"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
31 -IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
32 +IUSE_L10N=" da de fr it ja nl pl ru zh-CN"
33 IUSE="nls ${IUSE_L10N// / l10n_}"
34 RESTRICT="binchecks"
35
36 @@ -33,7 +33,6 @@ PDEPEND="nls? (
37 l10n_ja? ( app-i18n/man-pages-ja )
38 l10n_nl? ( app-i18n/man-pages-nl )
39 l10n_pl? ( app-i18n/man-pages-pl )
40 - l10n_ro? ( app-i18n/man-pages-ro )
41 l10n_ru? ( app-i18n/man-pages-ru )
42 l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
43 )
44
45 diff --git a/sys-apps/man-pages/man-pages-4.14.ebuild b/sys-apps/man-pages/man-pages-4.14.ebuild
46 index 257d28c4257..34c06eaed5d 100644
47 --- a/sys-apps/man-pages/man-pages-4.14.ebuild
48 +++ b/sys-apps/man-pages/man-pages-4.14.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="5"
55 @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
56 LICENSE="man-pages GPL-2+ BSD"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
59 -IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
60 +IUSE_L10N=" da de fr it ja nl pl ru zh-CN"
61 IUSE="nls ${IUSE_L10N// / l10n_}"
62 RESTRICT="binchecks"
63
64 @@ -33,7 +33,6 @@ PDEPEND="nls? (
65 l10n_ja? ( app-i18n/man-pages-ja )
66 l10n_nl? ( app-i18n/man-pages-nl )
67 l10n_pl? ( app-i18n/man-pages-pl )
68 - l10n_ro? ( app-i18n/man-pages-ro )
69 l10n_ru? ( app-i18n/man-pages-ru )
70 l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
71 )