Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/shootingstar: ChangeLog shootingstar-1.2.0.ebuild
Date: Wed, 03 Jun 2009 14:17:14
Message-Id: E1MBrHF-0000NF-DC@stork.gentoo.org
1 tupone 09/06/03 14:17:13
2
3 Modified: ChangeLog shootingstar-1.2.0.ebuild
4 Log:
5 Fix build with gcc-4.4.0 Bug #272374
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 games-action/shootingstar/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 14 Mar 2007 20:53:28 -0000 1.5
22 +++ ChangeLog 3 Jun 2009 14:17:13 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-action/shootingstar
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.5 2007/03/14 20:53:28 nyhm Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.6 2009/06/03 14:17:13 tupone Exp $
29 +
30 + 03 Jun 2009; Alfredo Tupone <tupone@g.o>
31 + +files/shootingstar-1.2.0-gcc44.patch, shootingstar-1.2.0.ebuild:
32 + Fix build with gcc-4.4.0 Bug #272374 by Diego Petteno'
33
34 14 Mar 2007; Tristan Heaven <nyhm@g.o> shootingstar-1.2.0.ebuild:
35 Install menu entry, bug #159764
36
37
38
39 1.6 games-action/shootingstar/shootingstar-1.2.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild?r1=1.5&r2=1.6
44
45 Index: shootingstar-1.2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- shootingstar-1.2.0.ebuild 14 Mar 2007 20:53:28 -0000 1.5
52 +++ shootingstar-1.2.0.ebuild 3 Jun 2009 14:17:13 -0000 1.6
53 @@ -1,6 +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-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.5 2007/03/14 20:53:28 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.6 2009/06/03 14:17:13 tupone Exp $
59 +
60 +EAPI=2
61
62 inherit eutils games
63
64 @@ -18,12 +20,12 @@
65 media-libs/libsdl
66 media-libs/sdl-mixer
67 media-libs/sdl-image"
68 +RDEPEND="${DEPEND}"
69
70 -src_unpack() {
71 - unpack ${A}
72 - cd "${S}"
73 - epatch "${FILESDIR}"/${PV}-gcc34.patch
74 -}
75 +PATCHES=(
76 + "${FILESDIR}"/${PV}-gcc34.patch
77 + "${FILESDIR}"/${P}-gcc44.patch
78 +)
79
80 src_install () {
81 emake DESTDIR="${D}" install || die "emake install failed"