Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/, app-i18n/xvnkb/, app-i18n/uim/
Date: Thu, 26 Apr 2018 18:04:52
Message-Id: 1524765819.62267650a5863349d5934f11c67f402c26e738a9.floppym@gentoo
1 commit: 62267650a5863349d5934f11c67f402c26e738a9
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Apr 25 19:09:10 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 18:03:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62267650
7
8 app-i18n/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 app-i18n/librime/librime-1.2.9.ebuild | 4 ++--
11 app-i18n/uim/uim-1.8.6-r1.ebuild | 7 ++-----
12 app-i18n/uim/uim-1.8.6-r2.ebuild | 7 ++-----
13 app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 4 ++--
14 app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild | 4 ++--
15 5 files changed, 10 insertions(+), 16 deletions(-)
16
17 diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild
18 index 11ec817ae96..e897af759e3 100644
19 --- a/app-i18n/librime/librime-1.2.9.ebuild
20 +++ b/app-i18n/librime/librime-1.2.9.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="6"
27 @@ -21,7 +21,7 @@ RDEPEND="app-i18n/opencc:=
28 dev-libs/leveldb:=
29 dev-libs/marisa:="
30 DEPEND="${RDEPEND}
31 - x11-proto/xproto
32 + x11-base/xorg-proto
33 test? ( dev-cpp/gtest )"
34
35 src_configure() {
36
37 diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild
38 index 4689635b1b7..f72b7d26bba 100644
39 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild
40 +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="5"
47 @@ -55,10 +55,7 @@ DEPEND="${RDEPEND}
48 dev-util/intltool
49 virtual/pkgconfig
50 >=sys-devel/gettext-0.15
51 - X? (
52 - x11-proto/xextproto
53 - x11-proto/xproto
54 - )"
55 + X? ( x11-base/xorg-proto )"
56
57 RDEPEND="${RDEPEND}
58 X? (
59
60 diff --git a/app-i18n/uim/uim-1.8.6-r2.ebuild b/app-i18n/uim/uim-1.8.6-r2.ebuild
61 index ffe51b96501..cac96b004b7 100644
62 --- a/app-i18n/uim/uim-1.8.6-r2.ebuild
63 +++ b/app-i18n/uim/uim-1.8.6-r2.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="5"
70 @@ -58,10 +58,7 @@ DEPEND="${RDEPEND}
71 dev-util/intltool
72 virtual/pkgconfig
73 >=sys-devel/gettext-0.15
74 - X? (
75 - x11-proto/xextproto
76 - x11-proto/xproto
77 - )"
78 + X? ( x11-base/xorg-proto )"
79
80 RDEPEND="${RDEPEND}
81 X? (
82
83 diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild
84 index e16c7b2cef1..d69068c2ea8 100644
85 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild
86 +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 +# Copyright 1999-2018 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91
92 inherit eutils
93 @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc"
94 RDEPEND="x11-libs/libX11
95 xft? ( x11-libs/libXft )"
96 DEPEND="${RDEPEND}
97 - x11-proto/xproto"
98 + x11-base/xorg-proto"
99
100 src_unpack() {
101 unpack ${A}
102
103 diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild
104 index 8d9cdf902b5..e2d8f9a37ac 100644
105 --- a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild
106 +++ b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild
107 @@ -1,4 +1,4 @@
108 -# Copyright 1999-2016 Gentoo Foundation
109 +# Copyright 1999-2018 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111
112 inherit eutils multilib toolchain-funcs
113 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc x86"
114 RDEPEND="x11-libs/libX11
115 xft? ( x11-libs/libXft )"
116 DEPEND="${RDEPEND}
117 - x11-proto/xproto"
118 + x11-base/xorg-proto"
119
120 src_unpack() {
121 unpack ${A}