Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstroke/, dev-libs/ace/, dev-libs/libotf/
Date: Sat, 12 May 2018 00:33:04
Message-Id: 1526084750.9bdd05e2f23b059ea6f23f3338298f80048140b0.mattst88@gentoo
1 commit: 9bdd05e2f23b059ea6f23f3338298f80048140b0
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri May 11 20:39:18 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 00:25:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd05e2
7
8 dev-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 dev-libs/ace/ace-5.7.2.ebuild | 2 +-
11 dev-libs/ace/ace-5.8.3.ebuild | 4 ++--
12 dev-libs/libotf/libotf-0.9.13.ebuild | 4 ++--
13 dev-libs/libotf/libotf-0.9.16.ebuild | 4 ++--
14 dev-libs/libstroke/libstroke-0.5.1.ebuild | 2 +-
15 5 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
18 index 36c1041a8db..9eef7e48a63 100644
19 --- a/dev-libs/ace/ace-5.7.2.ebuild
20 +++ b/dev-libs/ace/ace-5.7.2.ebuild
21 @@ -24,7 +24,7 @@ RDEPEND="${COMMON_DEPEND}
22 X? ( x11-libs/libXt x11-libs/libXaw )"
23
24 DEPEND="${COMMON_DEPEND}
25 - X? ( x11-proto/xproto )"
26 + X? ( x11-base/xorg-proto )"
27
28 S="${WORKDIR}/ACE_wrappers"
29
30
31 diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
32 index 5acad9eca3c..295e81552a4 100644
33 --- a/dev-libs/ace/ace-5.8.3.ebuild
34 +++ b/dev-libs/ace/ace-5.8.3.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=5
41 @@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPEND}
42 X? ( x11-libs/libXt x11-libs/libXaw )"
43
44 DEPEND="${COMMON_DEPEND}
45 - X? ( x11-proto/xproto )"
46 + X? ( x11-base/xorg-proto )"
47
48 S="${WORKDIR}/ACE_wrappers"
49
50
51 diff --git a/dev-libs/libotf/libotf-0.9.13.ebuild b/dev-libs/libotf/libotf-0.9.13.ebuild
52 index ace881fbca4..34aacce2afe 100644
53 --- a/dev-libs/libotf/libotf-0.9.13.ebuild
54 +++ b/dev-libs/libotf/libotf-0.9.13.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=5
61 @@ -21,9 +21,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
62 )"
63 DEPEND="${RDEPEND}
64 X? (
65 + x11-base/xorg-proto
66 x11-libs/libICE
67 x11-libs/libXmu
68 - x11-proto/xproto
69 )"
70
71 DOCS="AUTHORS ChangeLog NEWS README"
72
73 diff --git a/dev-libs/libotf/libotf-0.9.16.ebuild b/dev-libs/libotf/libotf-0.9.16.ebuild
74 index 1fdded3749e..e0066ed99ca 100644
75 --- a/dev-libs/libotf/libotf-0.9.16.ebuild
76 +++ b/dev-libs/libotf/libotf-0.9.16.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 +# Copyright 1999-2018 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=6
83 @@ -22,9 +22,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig
86 X? (
87 + x11-base/xorg-proto
88 x11-libs/libICE
89 x11-libs/libXmu
90 - x11-proto/xproto
91 )"
92
93 DOCS="AUTHORS ChangeLog NEWS README"
94
95 diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild
96 index ca71eba94a9..cfa602722b0 100644
97 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild
98 +++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild
99 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
100 IUSE=""
101
102 RDEPEND="x11-libs/libX11"
103 -DEPEND="x11-proto/xproto
104 +DEPEND="x11-base/xorg-proto
105 ${RDEPEND}"
106
107 src_unpack() {