Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: ChangeLog glob2-0.9.1.ebuild
Date: Wed, 12 Sep 2007 21:22:29
Message-Id: E1IVZYH-0004E8-Ey@stork.gentoo.org
1 nyhm 07/09/12 21:15:13
2
3 Modified: ChangeLog glob2-0.9.1.ebuild
4 Log:
5 Check for boost threads, bug #192144
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.37 games-strategy/glob2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 12 Sep 2007 11:12:58 -0000 1.36
22 +++ ChangeLog 12 Sep 2007 21:15:12 -0000 1.37
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-strategy/glob2
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.36 2007/09/12 11:12:58 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.37 2007/09/12 21:15:12 nyhm Exp $
28 +
29 + 12 Sep 2007; Tristan Heaven <nyhm@g.o> glob2-0.9.1.ebuild:
30 + Check for boost threads, bug #192144
31
32 12 Sep 2007; Tristan Heaven <nyhm@g.o> glob2-0.9.1.ebuild:
33 Depend on >=dev-util/scons-0.97, bug #191984
34
35
36
37 1.4 games-strategy/glob2/glob2-0.9.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild?r1=1.3&r2=1.4
42
43 Index: glob2-0.9.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- glob2-0.9.1.ebuild 12 Sep 2007 15:19:20 -0000 1.3
50 +++ glob2-0.9.1.ebuild 12 Sep 2007 21:15:12 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.3 2007/09/12 15:19:20 nyhm Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.4 2007/09/12 21:15:12 nyhm Exp $
56
57 inherit eutils games
58
59 @@ -25,6 +25,15 @@
60 DEPEND="${RDEPEND}
61 >=dev-util/scons-0.97"
62
63 +pkg_setup() {
64 + games_pkg_setup
65 + if has_version "<dev-libs/boost-1.34" && \
66 + ! built_with_use dev-libs/boost threads
67 + then
68 + die "Please emerge dev-libs/boost with USE=threads"
69 + fi
70 +}
71 +
72 src_unpack() {
73 unpack ${A}
74 cd "${S}"
75
76
77
78 --
79 gentoo-commits@g.o mailing list