Gentoo Archives: gentoo-commits

From: Alexander Turenko <totktonada.ru@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/dxx-rebirth/
Date: Fri, 30 Dec 2016 16:33:07
Message-Id: 1483114858.9076bffb57e47a58156aed2e9f1c79515d6449e1.totktonada@gentoo
1 commit: 9076bffb57e47a58156aed2e9f1c79515d6449e1
2 Author: Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 30 16:20:58 2016 +0000
4 Commit: Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
5 CommitDate: Fri Dec 30 16:20:58 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9076bffb
7
8 games-action/dxx-rebirth: added DEPEND into RDEPEND
9
10 Also removed trailing whitespace and made parenthesis in *DEPEND more
11 consistent in its style.
12
13 games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild | 15 +++++++--------
14 1 file changed, 7 insertions(+), 8 deletions(-)
15
16 diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
17 index be99ee8..b0dcf95 100644
18 --- a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
19 +++ b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
20 @@ -10,7 +10,7 @@ MY_P=${PN}_v${PV}-src
21 DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine"
22 HOMEPAGE="http://www.dxx-rebirth.com/"
23 SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz
24 - opl3-musicpack? (
25 + opl3-musicpack? (
26 descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa )
27 descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) )
28 sc55-musicpack? (
29 @@ -37,15 +37,14 @@ REQUIRED_USE="|| ( descent1 descent2 )
30 DEPEND="dev-games/physfs[hog,mvl,zip]
31 media-libs/libsdl:0[X,sound,joystick,opengl?,video]
32 music? (
33 - media-libs/sdl-mixer:0[midi,timidity,vorbis]
34 - )
35 + media-libs/sdl-mixer:0[midi,timidity,vorbis] )
36 opengl? (
37 virtual/opengl
38 - virtual/glu
39 - )"
40 -RDEPEND="data? (
41 - descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) )
42 - descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )"
43 + virtual/glu )"
44 +RDEPEND="${DEPEND}
45 + data? (
46 + descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) )
47 + descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )"
48
49 S="${WORKDIR}/${MY_P}"