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-board/pokerth: ChangeLog pokerth-0.8.3.ebuild
Date: Mon, 04 Jul 2011 07:42:30
Message-Id: 20110704074221.40F0420051@flycatcher.gentoo.org
1 tupone 11/07/04 07:42:21
2
3 Modified: ChangeLog pokerth-0.8.3.ebuild
4 Log:
5 Fix build with dev-libs/boost-1.42 and gcc-4.5 Bug #352429
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.29 games-board/pokerth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 26 Apr 2011 20:25:14 -0000 1.28
23 +++ ChangeLog 4 Jul 2011 07:42:21 -0000 1.29
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-board/pokerth
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.28 2011/04/26 20:25:14 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.29 2011/07/04 07:42:21 tupone Exp $
29 +
30 + 04 Jul 2011; Tupone Alfredo <tupone@g.o> pokerth-0.8.3.ebuild,
31 + +files/pokerth-0.8.3-boost142.patch:
32 + Fix build with dev-libs/boost-1.42 and gcc-4.5 Bug #352429 by Gef Lebster
33
34 26 Apr 2011; Michael Sterrett <mr_bones_@g.o> pokerth-0.8.3.ebuild:
35 fix building with boost-1.46 (bug #362933)
36
37
38
39 1.7 games-board/pokerth/pokerth-0.8.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.8.3.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.8.3.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.8.3.ebuild?r1=1.6&r2=1.7
44
45 Index: pokerth-0.8.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.3.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- pokerth-0.8.3.ebuild 26 Apr 2011 20:25:14 -0000 1.6
52 +++ pokerth-0.8.3.ebuild 4 Jul 2011 07:42:21 -0000 1.7
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/games-board/pokerth/pokerth-0.8.3.ebuild,v 1.6 2011/04/26 20:25:14 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.3.ebuild,v 1.7 2011/07/04 07:42:21 tupone Exp $
58
59 EAPI=2
60 inherit multilib flag-o-matic eutils qt4-r2 games
61 @@ -31,6 +31,7 @@
62 S=${WORKDIR}/${MY_P}
63
64 src_prepare() {
65 + epatch "${FILESDIR}"/${P}-boost142.patch
66 local boost_ver
67
68 if use dedicated ; then