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-games/ogre/, dev-games/openscenegraph/, dev-games/clanlib/, ...
Date: Mon, 30 Apr 2018 20:50:27
Message-Id: 1525121413.bc5f95c4b692be4f0f1584b3f0882154462a8546.mattst88@gentoo
1 commit: bc5f95c4b692be4f0f1584b3f0882154462a8546
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Apr 30 19:28:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 20:50:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f95c4
7
8 dev-games/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 dev-games/clanlib/clanlib-0.8.1.ebuild | 4 ++--
11 dev-games/irrlicht/irrlicht-1.8.4.ebuild | 5 ++---
12 dev-games/ogre/ogre-1.9.0-r1.ebuild | 2 +-
13 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 3 +--
14 4 files changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild
17 index dbd437a41db..32096e028f5 100644
18 --- a/dev-games/clanlib/clanlib-0.8.1.ebuild
19 +++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -30,7 +30,7 @@ RDEPEND="media-libs/libpng:0
27 mikmod? ( media-libs/libmikmod )
28 vorbis? ( media-libs/libvorbis )"
29 DEPEND="${RDEPEND}
30 - x11-proto/xf86vidmodeproto"
31 + x11-base/xorg-proto"
32
33 S=${WORKDIR}/ClanLib-${PV}
34
35
36 diff --git a/dev-games/irrlicht/irrlicht-1.8.4.ebuild b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
37 index 185d6517ccc..e843c52e456 100644
38 --- a/dev-games/irrlicht/irrlicht-1.8.4.ebuild
39 +++ b/dev-games/irrlicht/irrlicht-1.8.4.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -23,8 +23,7 @@ RDEPEND="virtual/jpeg:0
47 x11-libs/libXxf86vm"
48 DEPEND="${RDEPEND}
49 app-arch/unzip
50 - x11-proto/xproto
51 - x11-proto/xf86vidmodeproto"
52 + x11-base/xorg-proto"
53
54 S=${WORKDIR}/${P}/source/${PN^}
55
56
57 diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild b/dev-games/ogre/ogre-1.9.0-r1.ebuild
58 index 5714d1a67a4..dd3d2ee065a 100644
59 --- a/dev-games/ogre/ogre-1.9.0-r1.ebuild
60 +++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild
61 @@ -51,8 +51,8 @@ RDEPEND="
62 tools? ( dev-libs/tinyxml[stl] )
63 zip? ( sys-libs/zlib dev-libs/zziplib )"
64 DEPEND="${RDEPEND}
65 - x11-proto/xf86vidmodeproto
66 virtual/pkgconfig
67 + x11-base/xorg-proto
68 doc? ( app-doc/doxygen )"
69
70 PATCHES=(
71
72 diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
73 index fa98c6bb2e3..7b066c0abf2 100644
74 --- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
75 +++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
76 @@ -74,9 +74,8 @@ RDEPEND="
77 DEPEND="${RDEPEND}
78 app-arch/unzip
79 virtual/pkgconfig
80 - x11-proto/xextproto
81 + x11-base/xorg-proto
82 doc? ( app-doc/doxygen )
83 - xrandr? ( x11-proto/randrproto )
84 "
85
86 S="${WORKDIR}/${MY_P}"