Gentoo Archives: gentoo-commits

From: "Tristan Heaven (tristan)" <tristan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/amphetamine: amphetamine-0.8.10.ebuild ChangeLog
Date: Sun, 08 Jul 2012 00:21:01
Message-Id: 20120708002049.9740B20065@flycatcher.gentoo.org
1 tristan 12/07/08 00:20:49
2
3 Modified: amphetamine-0.8.10.ebuild ChangeLog
4 Log:
5 Fix makefile with a patch instead of sed, bug #424213
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 games-arcade/amphetamine/amphetamine-0.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?r1=1.9&r2=1.10
15
16 Index: amphetamine-0.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- amphetamine-0.8.10.ebuild 7 Jan 2010 21:47:36 -0000 1.9
23 +++ amphetamine-0.8.10.ebuild 8 Jul 2012 00:20:49 -0000 1.10
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.9 2010/01/07 21:47:36 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.10 2012/07/08 00:20:49 tristan Exp $
30
31 EAPI=2
32 -inherit eutils toolchain-funcs games
33 +inherit eutils games
34
35 DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
36 HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html"
37 @@ -18,18 +18,13 @@
38 DEPEND="media-libs/libsdl[audio,video]
39 x11-libs/libXpm"
40
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-64bit.patch
43 - sed -i \
44 - -e "/^INSTALL_DIR /s:=.*:= ${GAMES_DATADIR}/${PN}:" \
45 - -e "/^CFLAGS /s:$: ${CFLAGS}:" \
46 - -e "/^CXXFLAGS /s:-O9.*:${CXXFLAGS}:" \
47 - -e "/^DEPENDFLAGS /s:-g ::" \
48 - -e "/^LINKER /s:$: ${LDFLAGS}:" \
49 - -e "s:gcc:$(tc-getCC):" \
50 - -e "s:g++:$(tc-getCXX):" \
51 - Makefile \
52 - || die "sed failed"
53 +PATCHES=(
54 + "${FILESDIR}"/${P}-build.patch
55 + "${FILESDIR}"/${P}-64bit.patch
56 +)
57 +
58 +src_compile() {
59 + emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} || die
60 }
61
62 src_install() {
63
64
65
66 1.9 games-arcade/amphetamine/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.9&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.9&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?r1=1.8&r2=1.9
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v
75 retrieving revision 1.8
76 retrieving revision 1.9
77 diff -u -r1.8 -r1.9
78 --- ChangeLog 7 Jan 2010 21:47:36 -0000 1.8
79 +++ ChangeLog 8 Jul 2012 00:20:49 -0000 1.9
80 @@ -1,6 +1,10 @@
81 # ChangeLog for games-arcade/amphetamine
82 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.8 2010/01/07 21:47:36 josejx Exp $
84 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.9 2012/07/08 00:20:49 tristan Exp $
86 +
87 + 08 Jul 2012; Tristan Heaven <tristan@g.o> amphetamine-0.8.10.ebuild,
88 + +files/amphetamine-0.8.10-build.patch:
89 + Fix makefile with a patch instead of sed, bug #424213
90
91 07 Jan 2010; Joseph Jezak <josejx@g.o> amphetamine-0.8.10.ebuild:
92 Marked ppc stable for bug #294564.