From a1af08b28e054a5b7ec37758befc7ab59a1a55c8 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Fri, 13 Jan 2006 22:08:59 +0000 Subject: Add modular depends (Portage version: 2.1_pre3-r1) --- games-arcade/ppracer/ChangeLog | 8 +++++++- games-arcade/ppracer/ppracer-0.3.1.ebuild | 23 ++++++++++++++++++++--- 2 files changed, 27 insertions(+), 4 deletions(-) (limited to 'games-arcade') diff --git a/games-arcade/ppracer/ChangeLog b/games-arcade/ppracer/ChangeLog index 3785e09604b3..5bcb8d8aee15 100644 --- a/games-arcade/ppracer/ChangeLog +++ b/games-arcade/ppracer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/ppracer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.13 2006/01/09 23:14:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.14 2006/01/13 22:07:01 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer ppracer-0.3.1.ebuild: + Add modular depends + + 13 Jan 2006; Stefan Schweizer ppracer-0.3.1.ebuild: + Add modular depends 09 Jan 2006; Chris Gianelloni ppracer-0.3.1.ebuild: Added eutils to inherit line and moved games to the end of the line. diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index d1f5bf2685cb..fc7e8ec87cd8 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.7 2006/01/09 23:14:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.8 2006/01/13 22:07:01 genstef Exp $ -inherit flag-o-matic gnuconfig eutils multilib games +inherit flag-o-matic gnuconfig games multilib DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains" HOMEPAGE="http://developer.berlios.de/projects/ppracer/" @@ -15,7 +15,13 @@ IUSE="X" DEPEND="virtual/opengl virtual/glu - X? ( virtual/x11 ) + X? ( + || ( + ( x11-libs/libXt + media-libs/mesa ) + virtual/x11 + ) + ) >=dev-lang/tcl-8.4 media-libs/libsdl media-libs/sdl-mixer @@ -23,6 +29,17 @@ DEPEND="virtual/opengl >=media-libs/freetype-2 sys-libs/zlib" +RDEPEND="${DEPEND} + || ( + ( x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXmu ) + virtual/x11 + )" + src_unpack() { unpack ${A} cd "${S}" -- cgit v1.2.3-65-gdbad