summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-09 11:10:11 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-09 11:10:11 +0000
commit55a7d5ea580ac660baad157b37e1d822f4134a25 (patch)
tree90a901d5806ea8617fbdef648a1f6dbae69252d0 /games-simulation
parentbump (diff)
downloadgentoo-2-55a7d5ea580ac660baad157b37e1d822f4134a25.tar.gz
gentoo-2-55a7d5ea580ac660baad157b37e1d822f4134a25.tar.bz2
gentoo-2-55a7d5ea580ac660baad157b37e1d822f4134a25.zip
Add modular X dependencies
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/pmars-sdl/ChangeLog7
-rw-r--r--games-simulation/pmars-sdl/files/digest-pmars-sdl-0.9.2e2
-rw-r--r--games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild18
3 files changed, 14 insertions, 13 deletions
diff --git a/games-simulation/pmars-sdl/ChangeLog b/games-simulation/pmars-sdl/ChangeLog
index c714a2e30e55..a88128e4bfe0 100644
--- a/games-simulation/pmars-sdl/ChangeLog
+++ b/games-simulation/pmars-sdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/pmars-sdl
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.6 2005/05/17 18:54:44 wolf31o2 Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.7 2006/10/09 11:10:11 nyhm Exp $
+
+ 09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> pmars-sdl-0.9.2e.ebuild:
+ Add modular X dependencies
17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
pmars-sdl-0.9.2e.ebuild:
diff --git a/games-simulation/pmars-sdl/files/digest-pmars-sdl-0.9.2e b/games-simulation/pmars-sdl/files/digest-pmars-sdl-0.9.2e
index 7644746a04d8..8e3fa73e3a54 100644
--- a/games-simulation/pmars-sdl/files/digest-pmars-sdl-0.9.2e
+++ b/games-simulation/pmars-sdl/files/digest-pmars-sdl-0.9.2e
@@ -1 +1,3 @@
MD5 4733185c5eb6a4554a54d91331e6501d pmars-0.9.2-5.tar.gz 200966
+RMD160 e5692068137e88dfe57b3552cad2feb2fe7994df pmars-0.9.2-5.tar.gz 200966
+SHA256 a8518ec8cc13728dc202c34fe73657123454b9fc76bcddf6b299201143e6fee3 pmars-0.9.2-5.tar.gz 200966
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
index 14f09f18c0b5..0c4bc7ca8754 100644
--- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
+++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.9 2005/05/17 18:54:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.10 2006/10/09 11:10:11 nyhm Exp $
inherit toolchain-funcs games
@@ -14,18 +14,14 @@ SRC_URI="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl/${MY_P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="sdl X svga"
-DEPEND="virtual/libc
- || (
- sdl? ( virtual/x11 media-libs/libsdl )
- X? ( virtual/x11 )
- svga? ( media-libs/svgalib )
- sys-libs/ncurses
- )"
+DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl )
+ X? ( x11-libs/libX11 )
+ svga? ( media-libs/svgalib )"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_compile() {
CFLAGS="${CFLAGS} -DEXT94 -DPERMUTATE"