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-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
Date: Mon, 02 Mar 2009 15:31:32
Message-Id: E1LeA77-0005S5-AL@stork.gentoo.org
1 mr_bones_ 09/03/02 15:31:29
2
3 Modified: gnurobots-1.2.0.ebuild ChangeLog
4 Log:
5 remove -Werror for bug #260900
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 games-misc/gnurobots/gnurobots-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.3&r2=1.4
14
15 Index: gnurobots-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gnurobots-1.2.0.ebuild 22 Nov 2008 17:47:17 -0000 1.3
22 +++ gnurobots-1.2.0.ebuild 2 Mar 2009 15:31:29 -0000 1.4
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.3 2008/11/22 17:47:17 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.4 2009/03/02 15:31:29 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit games
32
33 DESCRIPTION="construct a program for a little robot then set him loose
34 @@ -18,6 +19,13 @@
35 DEPEND="x11-libs/vte
36 dev-scheme/guile"
37
38 +src_prepare() {
39 + sed -i \
40 + -e 's/-Werror=//' \
41 + configure \
42 + || die "sed failed"
43 +}
44 +
45 src_install() {
46 dodoc AUTHORS \
47 ChangeLog \
48
49
50
51 1.18 games-misc/gnurobots/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.18&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.18&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.17&r2=1.18
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
60 retrieving revision 1.17
61 retrieving revision 1.18
62 diff -u -r1.17 -r1.18
63 --- ChangeLog 22 Nov 2008 17:47:17 -0000 1.17
64 +++ ChangeLog 2 Mar 2009 15:31:29 -0000 1.18
65 @@ -1,6 +1,10 @@
66 # ChangeLog for games-misc/gnurobots
67 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.17 2008/11/22 17:47:17 maekke Exp $
69 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.18 2009/03/02 15:31:29 mr_bones_ Exp $
71 +
72 + 02 Mar 2009; Michael Sterrett <mr_bones_@g.o>
73 + gnurobots-1.2.0.ebuild:
74 + remove -Werror for bug #260900
75
76 22 Nov 2008; Markus Meier <maekke@g.o> gnurobots-1.2.0.ebuild:
77 x86 stable, bug #247530