diff options
author | 2009-01-13 02:07:19 +0000 | |
---|---|---|
committer | 2009-01-13 02:07:19 +0000 | |
commit | cc3f987208813783b0e31f874744b61c53040114 (patch) | |
tree | 1eeedc3127064fdd5c63740e04f658eb7e864f90 /games-arcade/pacmanarena/pacmanarena-0.15.ebuild | |
parent | EAPI=2; add use-based deps (bug #209009); add alternate graphics support (diff) | |
download | historical-cc3f987208813783b0e31f874744b61c53040114.tar.gz historical-cc3f987208813783b0e31f874744b61c53040114.tar.bz2 historical-cc3f987208813783b0e31f874744b61c53040114.zip |
EAPI=2; add use-based dep (bug #207401)
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-arcade/pacmanarena/pacmanarena-0.15.ebuild')
-rw-r--r-- | games-arcade/pacmanarena/pacmanarena-0.15.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/pacmanarena/pacmanarena-0.15.ebuild b/games-arcade/pacmanarena/pacmanarena-0.15.ebuild index 6b933d5ae4d1..fabe68bf2fda 100644 --- a/games-arcade/pacmanarena/pacmanarena-0.15.ebuild +++ b/games-arcade/pacmanarena/pacmanarena-0.15.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.13 2007/02/14 10:46:34 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.14 2009/01/13 02:07:19 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="a Pacman clone in full 3D with a few surprises. Rockets, bombs and explosions abound." @@ -17,7 +18,7 @@ IUSE="" RDEPEND="virtual/opengl virtual/glu media-libs/libsdl - media-libs/sdl-mixer + media-libs/sdl-mixer[vorbis] media-libs/sdl-net" DEPEND="${RDEPEND} app-arch/unzip" @@ -28,7 +29,9 @@ src_unpack() { unpack pacman-arena-${PV}.tar.bz2 cd "${S}" unpack pacman-data-0.0.zip +} +src_prepare() { sed -i \ -e "/^CFLAGS/ s:pacman:${PN}:" \ -e '1i CC=@CC@' \ |