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-board/pokerth: pokerth-0.9.4.ebuild ChangeLog
Date: Fri, 08 Jun 2012 20:12:14
Message-Id: 20120608201204.941112004B@flycatcher.gentoo.org
1 mr_bones_ 12/06/08 20:12:04
2
3 Modified: pokerth-0.9.4.ebuild ChangeLog
4 Log:
5 quiet append-flags warning
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-board/pokerth/pokerth-0.9.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild?r1=1.1&r2=1.2
15
16 Index: pokerth-0.9.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pokerth-0.9.4.ebuild 3 May 2012 21:01:02 -0000 1.1
23 +++ pokerth-0.9.4.ebuild 8 Jun 2012 20:12:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v 1.1 2012/05/03 21:01:02 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.4.ebuild,v 1.2 2012/06/08 20:12:04 mr_bones_ Exp $
29
30 EAPI=2
31 inherit flag-o-matic eutils qt4-r2 games
32 @@ -53,11 +53,10 @@
33 boost_ver=${boost_ver/./_}
34
35 einfo "Using boost version ${boost_ver}"
36 - append-cxxflags \
37 - -I/usr/include/boost-${boost_ver}
38 + append-cppflags \
39 + -I/usr/include/boost-${boost_ver} -DBOOST_FILESYSTEM_VERSION=2
40 append-ldflags \
41 -L/usr/$(get_libdir)/boost-${boost_ver}
42 - append-flags -DBOOST_FILESYSTEM_VERSION=2
43
44 export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
45 export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
46
47
48
49 1.34 games-board/pokerth/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.34&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.34&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.33&r2=1.34
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
58 retrieving revision 1.33
59 retrieving revision 1.34
60 diff -u -r1.33 -r1.34
61 --- ChangeLog 3 May 2012 21:01:02 -0000 1.33
62 +++ ChangeLog 8 Jun 2012 20:12:04 -0000 1.34
63 @@ -1,6 +1,9 @@
64 # ChangeLog for games-board/pokerth
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.33 2012/05/03 21:01:02 mr_bones_ Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.34 2012/06/08 20:12:04 mr_bones_ Exp $
68 +
69 + 08 Jun 2012; Michael Sterrett <mr_bones_@g.o> pokerth-0.9.4.ebuild:
70 + quiet append-flags warning
71
72 *pokerth-0.9.4 (03 May 2012)