Skip to content

Commit

Permalink
games-fps/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 committed Jun 11, 2018
1 parent fa6df0c commit 9ff205b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 23 deletions.
4 changes: 2 additions & 2 deletions games-fps/alienarena/alienarena-20130827-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ UIRDEPEND="
net-misc/curl
"
UIDEPEND="
dga? ( x11-proto/xf86dgaproto )
vidmode? ( x11-proto/xf86vidmodeproto )
dga? ( x11-base/xorg-proto )
vidmode? ( x11-base/xorg-proto )
"
RDEPEND="!dedicated? ( ${UIRDEPEND} )"
DEPEND="${RDEPEND}
Expand Down
5 changes: 1 addition & 4 deletions games-fps/darkplaces/darkplaces-20140513-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ UIRDEPEND="
x11-libs/libXxf86vm
"
UIDEPEND="
x11-proto/xextproto
x11-proto/xf86dgaproto
x11-proto/xf86vidmodeproto
x11-proto/xproto
x11-base/xorg-proto
"
RDEPEND="
net-misc/curl
Expand Down
5 changes: 1 addition & 4 deletions games-fps/industri/industri-1.01.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ RDEPEND="virtual/opengl
media-libs/libpng:0
cdinstall? ( games-fps/quake1-data )"
DEPEND="${RDEPEND}
x11-proto/xf86dgaproto
x11-proto/xextproto
x11-proto/xf86vidmodeproto
x11-proto/xproto
x11-base/xorg-proto
app-arch/unzip"

S=${WORKDIR}/industri_BIN
Expand Down
5 changes: 1 addition & 4 deletions games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ UIRDEPEND="
virtual/opengl
alsa? ( media-libs/alsa-lib )
sdl? ( media-libs/libsdl[joystick,opengl,video] )"
UIDEPEND="x11-proto/xextproto
x11-proto/xf86dgaproto
x11-proto/xf86vidmodeproto
x11-proto/xproto"
UIDEPEND="x11-base/xorg-proto"
RDEPEND="virtual/jpeg:0
net-misc/curl
opengl? ( ${UIRDEPEND} )
Expand Down
2 changes: 1 addition & 1 deletion games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RDEPEND="${UIDEPEND}
cdinstall? ( games-fps/quake2-data )
demo? ( games-fps/quake2-demodata )"
DEPEND="${UIDEPEND}
X? ( x11-proto/xf86dgaproto )
X? ( x11-base/xorg-proto )
rogue? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) )
xatrix? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) )"

Expand Down
4 changes: 1 addition & 3 deletions games-fps/tenebrae/tenebrae-1.04-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ RDEPEND="
x11-libs/libXxf86vm"
DEPEND="${RDEPEND}
app-arch/unzip
x11-proto/xextproto
x11-proto/xf86dgaproto
x11-proto/xf86vidmodeproto"
x11-base/xorg-proto"

S=${WORKDIR}

Expand Down
2 changes: 1 addition & 1 deletion games-fps/wolfgl/wolfgl-0.93-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IUSE=""
RDEPEND="virtual/opengl"
DEPEND="${RDEPEND}
app-arch/unzip
x11-proto/xproto"
x11-base/xorg-proto"

PATCHES=(
"${FILESDIR}"/${PV}-gcc.patch
Expand Down
5 changes: 1 addition & 4 deletions games-fps/xonotic/xonotic-0.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ UIRDEPEND="
ode? ( dev-games/ode[double-precision] )
sdl? ( media-libs/libsdl2[X,sound,joystick,opengl,video,alsa?] )"
UIDEPEND="
x11-proto/xextproto
x11-proto/xf86dgaproto
x11-proto/xf86vidmodeproto
x11-proto/xproto"
x11-base/xorg-proto"
RDEPEND="
sys-libs/zlib
virtual/jpeg:0
Expand Down

0 comments on commit 9ff205b

Please sign in to comment.