Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libbulletml: ChangeLog libbulletml-0.0.6.ebuild
Date: Wed, 18 May 2011 10:33:49
Message-Id: 20110518103338.C2F9220054@flycatcher.gentoo.org
1 tupone 11/05/18 10:33:38
2
3 Modified: ChangeLog libbulletml-0.0.6.ebuild
4 Log:
5 Fix build with gcc-4.6 Bug #367883
6
7 (Portage version: 2.1.9.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-libs/libbulletml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 13 Apr 2011 14:34:06 -0000 1.8
23 +++ ChangeLog 18 May 2011 10:33:38 -0000 1.9
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libbulletml
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.8 2011/04/13 14:34:06 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.9 2011/05/18 10:33:38 tupone Exp $
29 +
30 + 18 May 2011; Tupone Alfredo <tupone@g.o> libbulletml-0.0.6.ebuild,
31 + +files/libbulletml-0.0.6-gcc46.patch:
32 + Fix build with gcc-4.6 Bug #367883 by Diego Elio Pettenò
33
34 13 Apr 2011; Alfredo Tupone <tupone@g.o> libbulletml-0.0.6.ebuild:
35 Depend on dev-libs/boost, remove local copy. Bug #363187 by Steven Wilson
36
37
38
39 1.8 dev-libs/libbulletml/libbulletml-0.0.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?r1=1.7&r2=1.8
44
45 Index: libbulletml-0.0.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- libbulletml-0.0.6.ebuild 13 Apr 2011 14:34:06 -0000 1.7
52 +++ libbulletml-0.0.6.ebuild 18 May 2011 10:33:38 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.7 2011/04/13 14:34:06 tupone Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.8 2011/05/18 10:33:38 tupone Exp $
58 EAPI=2
59
60 inherit eutils
61 @@ -20,7 +20,8 @@
62 S="${WORKDIR}/${PN#lib}/src"
63
64 src_prepare() {
65 - epatch "${FILESDIR}"/${P}-gcc43.patch
66 + epatch "${FILESDIR}"/${P}-gcc43.patch \
67 + "${FILESDIR}"/${P}-gcc46.patch
68 rm -r boost || die "remove of local boost failed"
69 }