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-arcade/apricots: ChangeLog apricots-0.2.6-r1.ebuild
Date: Wed, 01 Jun 2011 15:06:05
Message-Id: 20110601150541.2139020054@flycatcher.gentoo.org
1 tupone 11/06/01 15:05:41
2
3 Modified: ChangeLog apricots-0.2.6-r1.ebuild
4 Log:
5 Fix build with gcc-4.6 Bug #369121
6
7 (Portage version: 2.1.9.50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 games-arcade/apricots/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 11 Oct 2010 14:58:49 -0000 1.16
23 +++ ChangeLog 1 Jun 2011 15:05:41 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-arcade/apricots
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.16 2010/10/11 14:58:49 tupone Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.17 2011/06/01 15:05:41 tupone Exp $
30 +
31 + 01 Jun 2011; Tupone Alfredo <tupone@g.o> apricots-0.2.6-r1.ebuild:
32 + Fix build with gcc-4.6 Bug #369121 by Diego Elio Pettenò
33
34 11 Oct 2010; Tupone Alfredo <tupone@g.o> apricots-0.2.6-r1.ebuild,
35 +files/apricots-0.2.6-ldflags.patch:
36
37
38
39 1.11 games-arcade/apricots/apricots-0.2.6-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild?r1=1.10&r2=1.11
44
45 Index: apricots-0.2.6-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- apricots-0.2.6-r1.ebuild 11 Oct 2010 15:15:33 -0000 1.10
52 +++ apricots-0.2.6-r1.ebuild 1 Jun 2011 15:05:41 -0000 1.11
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.10 2010/10/11 15:15:33 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.11 2011/06/01 15:05:41 tupone Exp $
59
60 EAPI=2
61 inherit autotools eutils games
62 @@ -43,6 +43,10 @@
63 eautoreconf
64 }
65
66 +src_compile() {
67 + emake LIBTOOL="/usr/bin/libtool" || die "emake failed"
68 +}
69 +
70 src_install() {
71 dodoc AUTHORS README TODO ChangeLog
72 dohtml apricots.html