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/poopmup: poopmup-1.2.ebuild ChangeLog
Date: Wed, 30 Apr 2008 21:29:05
Message-Id: E1JrJrK-0000qG-OT@stork.gentoo.org
1 nyhm 08/04/30 21:29:02
2
3 Modified: poopmup-1.2.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.16 games-action/poopmup/poopmup-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild?r1=1.15&r2=1.16
14
15 Index: poopmup-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- poopmup-1.2.ebuild 13 Jun 2007 15:16:52 -0000 1.15
22 +++ poopmup-1.2.ebuild 30 Apr 2008 21:29:02 -0000 1.16
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/poopmup/poopmup-1.2.ebuild,v 1.15 2007/06/13 15:16:52 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.16 2008/04/30 21:29:02 nyhm Exp $
29
30 inherit eutils toolchain-funcs games
31
32 @@ -34,8 +34,10 @@
33 -e '/clear/d' \
34 Makefile || die "sed failed" # bug #120907
35
36 - epatch "${FILESDIR}/${P}-freeglut.patch"
37 - rm -rf $(find -name CVS)
38 + epatch \
39 + "${FILESDIR}"/${P}-freeglut.patch \
40 + "${FILESDIR}"/${P}-gcc43.patch
41 + ecvs_clean
42 }
43
44 src_compile() {
45
46
47
48 1.13 games-action/poopmup/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/ChangeLog?rev=1.13&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/ChangeLog?rev=1.13&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/poopmup/ChangeLog?r1=1.12&r2=1.13
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v
57 retrieving revision 1.12
58 retrieving revision 1.13
59 diff -u -r1.12 -r1.13
60 --- ChangeLog 13 Jun 2007 15:16:52 -0000 1.12
61 +++ ChangeLog 30 Apr 2008 21:29:02 -0000 1.13
62 @@ -1,6 +1,10 @@
63 # ChangeLog for games-action/poopmup
64 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.12 2007/06/13 15:16:52 nyhm Exp $
66 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.13 2008/04/30 21:29:02 nyhm Exp $
68 +
69 + 30 Apr 2008; Tristan Heaven <nyhm@g.o>
70 + +files/poopmup-1.2-gcc43.patch, poopmup-1.2.ebuild:
71 + Fix building with gcc-4.3
72
73 13 Jun 2007; Tristan Heaven <nyhm@g.o> poopmup-1.2.ebuild:
74 RESTRICT="test"
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list