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