Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.9.5.ebuild ChangeLog
Date: Tue, 21 Aug 2012 19:44:26
Message-Id: 20120821194410.C50E820272@flycatcher.gentoo.org
1 hasufell 12/08/21 19:44:10
2
3 Modified: pokerth-0.9.5.ebuild ChangeLog
4 Log:
5 fix underlinking issues wrt #418349
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 games-board/pokerth/pokerth-0.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild?r1=1.3&r2=1.4
15
16 Index: pokerth-0.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pokerth-0.9.5.ebuild 16 Aug 2012 08:37:46 -0000 1.3
23 +++ pokerth-0.9.5.ebuild 21 Aug 2012 19:44:10 -0000 1.4
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.5.ebuild,v 1.3 2012/08/16 08:37:46 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.5.ebuild,v 1.4 2012/08/21 19:44:10 hasufell Exp $
29
30 EAPI=2
31 inherit flag-o-matic eutils qt4-r2 games
32 @@ -46,6 +46,8 @@
33 *pro \
34 || die 'sed failed'
35
36 + epatch "${FILESDIR}"/${P}-underlinking.patch
37 +
38 local boost_ver=$(best_version ">=dev-libs/boost-1.41")
39
40 boost_ver=${boost_ver/*boost-/}
41
42
43
44 1.40 games-board/pokerth/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.40&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.40&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.39&r2=1.40
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
53 retrieving revision 1.39
54 retrieving revision 1.40
55 diff -u -r1.39 -r1.40
56 --- ChangeLog 16 Aug 2012 08:37:46 -0000 1.39
57 +++ ChangeLog 21 Aug 2012 19:44:10 -0000 1.40
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-board/pokerth
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.39 2012/08/16 08:37:46 johu Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.40 2012/08/21 19:44:10 hasufell Exp $
63 +
64 + 21 Aug 2012; Julian Ospald <hasufell@g.o> pokerth-0.9.5.ebuild,
65 + +files/pokerth-0.9.5-underlinking.patch:
66 + fix underlinking issues wrt #418349
67
68 16 Aug 2012; Johannes Huber <johu@g.o> pokerth-0.9.5.ebuild:
69 Stable for x86, wrt bug #430282