From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0BF6139085 for ; Fri, 30 Dec 2016 16:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 065B721C28E; Fri, 30 Dec 2016 16:33:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBF9621C28E for ; Fri, 30 Dec 2016 16:33:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A69BE340F2A for ; Fri, 30 Dec 2016 16:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBD1258E for ; Fri, 30 Dec 2016 16:23:58 +0000 (UTC) From: "Alexander Turenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Turenko" Message-ID: <1483114858.9076bffb57e47a58156aed2e9f1c79515d6449e1.totktonada@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/dxx-rebirth/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild X-VCS-Directories: games-action/dxx-rebirth/ X-VCS-Committer: totktonada X-VCS-Committer-Name: Alexander Turenko X-VCS-Revision: 9076bffb57e47a58156aed2e9f1c79515d6449e1 X-VCS-Branch: master Date: Fri, 30 Dec 2016 16:23:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce4127d6-b272-450b-994b-5d56c00c4714 X-Archives-Hash: 8e2ec1289f2061209bbdaf51ca274370 commit: 9076bffb57e47a58156aed2e9f1c79515d6449e1 Author: Alexander Turenko gmail com> AuthorDate: Fri Dec 30 16:20:58 2016 +0000 Commit: Alexander Turenko gmail com> CommitDate: Fri Dec 30 16:20:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9076bffb games-action/dxx-rebirth: added DEPEND into RDEPEND Also removed trailing whitespace and made parenthesis in *DEPEND more consistent in its style. games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild index be99ee8..b0dcf95 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild @@ -10,7 +10,7 @@ MY_P=${PN}_v${PV}-src DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine" HOMEPAGE="http://www.dxx-rebirth.com/" SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz - opl3-musicpack? ( + opl3-musicpack? ( descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa ) descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) ) sc55-musicpack? ( @@ -37,15 +37,14 @@ REQUIRED_USE="|| ( descent1 descent2 ) DEPEND="dev-games/physfs[hog,mvl,zip] media-libs/libsdl:0[X,sound,joystick,opengl?,video] music? ( - media-libs/sdl-mixer:0[midi,timidity,vorbis] - ) + media-libs/sdl-mixer:0[midi,timidity,vorbis] ) opengl? ( virtual/opengl - virtual/glu - )" -RDEPEND="data? ( - descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) ) - descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )" + virtual/glu )" +RDEPEND="${DEPEND} + data? ( + descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) ) + descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )" S="${WORKDIR}/${MY_P}"