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.7.1.ebuild ChangeLog
Date: Tue, 04 May 2010 05:33:42
Message-Id: 20100504053336.89BFE29638@corvid.gentoo.org
1 mr_bones_ 10/05/04 05:33:36
2
3 Modified: pokerth-0.7.1.ebuild ChangeLog
4 Log:
5 Allow newer boost and steal boost-related code from wesnoth ebuild
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-board/pokerth/pokerth-0.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?r1=1.5&r2=1.6
14
15 Index: pokerth-0.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pokerth-0.7.1.ebuild 2 Apr 2010 15:43:56 -0000 1.5
22 +++ pokerth-0.7.1.ebuild 4 May 2010 05:33:36 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.5 2010/04/02 15:43:56 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.6 2010/05/04 05:33:36 mr_bones_ Exp $
28
29 EAPI=2
30 inherit multilib flag-o-matic eutils qt4 games
31 @@ -15,7 +15,7 @@
32 KEYWORDS="amd64 ~ppc x86"
33 IUSE="dedicated"
34
35 -DEPEND="|| ( dev-libs/boost:1.41 dev-libs/boost:1.39 )
36 +DEPEND=">=dev-libs/boost-1.39
37 >=net-libs/gnutls-2.2.2
38 >=net-misc/curl-7.16
39 x11-libs/qt-core:4
40 @@ -41,12 +41,19 @@
41 -e '/no_dead_strip_inits_and_terms/d' \
42 *pro \
43 || die 'sed failed'
44 - has_version dev-libs/boost:1.39 && boost_ver=1_39
45 - has_version dev-libs/boost:1.41 && boost_ver=1_41
46 + local boost_ver=$(best_version ">=dev-libs/boost-1.39")
47 +
48 + boost_ver=${boost_ver/*boost-/}
49 + boost_ver=${boost_ver%.*}
50 + boost_ver=${boost_ver/./_}
51 +
52 + einfo "Using boost version ${boost_ver}"
53 append-cxxflags \
54 -I/usr/include/boost-${boost_ver}
55 append-ldflags \
56 -L/usr/$(get_libdir)/boost-${boost_ver}
57 + export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
58 + export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
59 }
60
61 src_configure() {
62
63
64
65 1.12 games-board/pokerth/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.12&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.12&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.11&r2=1.12
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
74 retrieving revision 1.11
75 retrieving revision 1.12
76 diff -u -r1.11 -r1.12
77 --- ChangeLog 2 Apr 2010 15:43:56 -0000 1.11
78 +++ ChangeLog 4 May 2010 05:33:36 -0000 1.12
79 @@ -1,6 +1,9 @@
80 # ChangeLog for games-board/pokerth
81 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.11 2010/04/02 15:43:56 maekke Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.12 2010/05/04 05:33:36 mr_bones_ Exp $
84 +
85 + 04 May 2010; Michael Sterrett <mr_bones_@g.o> pokerth-0.7.1.ebuild:
86 + Allow newer boost and steal boost-related code from wesnoth ebuild
87
88 02 Apr 2010; Markus Meier <maekke@g.o> pokerth-0.7.1.ebuild:
89 amd64 stable