Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/rafkill: rafkill-1.2.3.ebuild ChangeLog
Date: Wed, 30 Apr 2008 16:46:34
Message-Id: E1JrFRv-0003ol-Kw@stork.gentoo.org
1 nyhm 08/04/30 16:46:31
2
3 Modified: rafkill-1.2.3.ebuild ChangeLog
4 Log:
5 Patch to fix building with gcc-4.3 from Peter Alfredsen, bug #219427
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 games-action/rafkill/rafkill-1.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild?r1=1.2&r2=1.3
14
15 Index: rafkill-1.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- rafkill-1.2.3.ebuild 3 Jul 2007 20:26:42 -0000 1.2
22 +++ rafkill-1.2.3.ebuild 30 Apr 2008 16:46:31 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.2 2007/07/03 20:26:42 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.3 2008/04/30 16:46:31 nyhm Exp $
29
30 inherit eutils toolchain-funcs games
31
32 @@ -13,7 +13,7 @@
33 KEYWORDS="alpha amd64 ia64 ppc x86"
34 IUSE=""
35
36 -RDEPEND=">=media-libs/allegro-4.0.0
37 +RDEPEND="media-libs/allegro
38 media-libs/aldumb"
39 DEPEND="${RDEPEND}
40 dev-util/scons"
41 @@ -22,7 +22,9 @@
42 unpack ${A}
43 cd "${S}"
44 rm -f {data,music}/.sconsign
45 - epatch "${FILESDIR}"/${P}-build.patch
46 + epatch \
47 + "${FILESDIR}"/${P}-build.patch \
48 + "${FILESDIR}"/${P}-gcc43.patch
49 sed -i "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \
50 src/defs.cpp || die "sed failed"
51 }
52
53
54
55 1.5 games-action/rafkill/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/rafkill/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 30 Apr 2008 16:42:34 -0000 1.4
68 +++ ChangeLog 30 Apr 2008 16:46:31 -0000 1.5
69 @@ -1,6 +1,10 @@
70 # ChangeLog for games-action/rafkill
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.4 2008/04/30 16:42:34 nyhm Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/ChangeLog,v 1.5 2008/04/30 16:46:31 nyhm Exp $
74 +
75 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
76 + +files/rafkill-1.2.3-gcc43.patch, rafkill-1.2.3.ebuild:
77 + Patch to fix building with gcc-4.3 from Peter Alfredsen, bug #219427
78
79 30 Apr 2008; Tristan Heaven <nyhm@g.o>
80 files/rafkill-1.2.3-build.patch:
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list