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-action/rrootage: ChangeLog rrootage-0.23a.ebuild
Date: Mon, 25 Jan 2010 22:15:27
Message-Id: E1NZXDQ-0005O4-8P@stork.gentoo.org
1 mr_bones_ 10/01/25 22:15:24
2
3 Modified: ChangeLog rrootage-0.23a.ebuild
4 Log:
5 EAPI=2; tidy
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 games-action/rrootage/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 12 Mar 2007 13:21:44 -0000 1.8
22 +++ ChangeLog 25 Jan 2010 22:15:23 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-action/rrootage
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.8 2007/03/12 13:21:44 genone Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
29 +
30 + 25 Jan 2010; Michael Sterrett <mr_bones_@g.o>
31 + rrootage-0.23a.ebuild:
32 + EAPI=2; tidy
33
34 12 Mar 2007; Marius Mauch <genone@g.o> rrootage-0.23a.ebuild:
35 Replacing einfo with elog
36
37
38
39 1.9 games-action/rrootage/rrootage-0.23a.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.8&r2=1.9
44
45 Index: rrootage-0.23a.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- rrootage-0.23a.ebuild 12 Mar 2007 13:21:44 -0000 1.8
52 +++ rrootage-0.23a.ebuild 25 Jan 2010 22:15:23 -0000 1.9
53 @@ -1,7 +1,8 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.8 2007/03/12 13:21:44 genone Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.9 2010/01/25 22:15:23 mr_bones_ Exp $
59
60 +EAPI=2
61 inherit eutils games
62
63 MY_PN="rRootage"
64 @@ -22,11 +23,9 @@
65 media-libs/sdl-mixer
66 >=dev-libs/libbulletml-0.0.3"
67
68 -S="${WORKDIR}/${MY_PN}/src"
69 +S=${WORKDIR}/${MY_PN}/src
70
71 -src_unpack() {
72 - unpack ${A}
73 - cd "${S}"
74 +src_prepare() {
75 epatch "${FILESDIR}/${P}"-gcc41.patch
76 sed -e "s/-lglut/-lGL -lGLU/" makefile.lin > Makefile || die "sed failed"
77
78 @@ -50,7 +49,7 @@
79
80 pkg_postinst() {
81 games_pkg_postinst
82 - if ! built_with_use media-libs/sdl-mixer vorbis ; then
83 + if ! has_version "media-libs/sdl-mixer[vorbis]" ; then
84 elog "${PN} will not have sound since sdl-mixer"
85 elog "is built with USE=-vorbis"
86 elog "Please emerge sdl-mixer with USE=vorbis"