Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/pacmanarena: ChangeLog pacmanarena-0.15.ebuild
Date: Tue, 13 Jan 2009 02:07:25
Message-Id: E1LMYgZ-0005RH-Ln@stork.gentoo.org
1 mr_bones_ 09/01/13 02:07:19
2
3 Modified: ChangeLog pacmanarena-0.15.ebuild
4 Log:
5 EAPI=2; add use-based dep (bug #207401)
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.14 games-arcade/pacmanarena/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 14 Feb 2007 10:46:34 -0000 1.13
22 +++ ChangeLog 13 Jan 2009 02:07:19 -0000 1.14
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-arcade/pacmanarena
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/ChangeLog,v 1.13 2007/02/14 10:46:34 nyhm Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/ChangeLog,v 1.14 2009/01/13 02:07:19 mr_bones_ Exp $
29 +
30 + 13 Jan 2009; Michael Sterrett <mr_bones_@g.o>
31 + pacmanarena-0.15.ebuild:
32 + EAPI=2; add use-based dep (bug #207401)
33
34 14 Feb 2007; Tristan Heaven <nyhm@g.o> pacmanarena-0.15.ebuild:
35 Install menu entry, bug #160241
36
37
38
39 1.14 games-arcade/pacmanarena/pacmanarena-0.15.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild?r1=1.13&r2=1.14
44
45 Index: pacmanarena-0.15.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- pacmanarena-0.15.ebuild 14 Feb 2007 10:46:34 -0000 1.13
52 +++ pacmanarena-0.15.ebuild 13 Jan 2009 02:07:19 -0000 1.14
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.13 2007/02/14 10:46:34 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.14 2009/01/13 02:07:19 mr_bones_ Exp $
59
60 +EAPI=2
61 inherit eutils games
62
63 DESCRIPTION="a Pacman clone in full 3D with a few surprises. Rockets, bombs and explosions abound."
64 @@ -17,7 +18,7 @@
65 RDEPEND="virtual/opengl
66 virtual/glu
67 media-libs/libsdl
68 - media-libs/sdl-mixer
69 + media-libs/sdl-mixer[vorbis]
70 media-libs/sdl-net"
71 DEPEND="${RDEPEND}
72 app-arch/unzip"
73 @@ -28,7 +29,9 @@
74 unpack pacman-arena-${PV}.tar.bz2
75 cd "${S}"
76 unpack pacman-data-0.0.zip
77 +}
78
79 +src_prepare() {
80 sed -i \
81 -e "/^CFLAGS/ s:pacman:${PN}:" \
82 -e '1i CC=@CC@' \