Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/btg: btg-0.9.6.ebuild
Date: Mon, 15 Oct 2007 11:21:53
Message-Id: E1IhNr8-00016E-Q9@stork.gentoo.org
1 angelos 07/10/15 11:11:30
2
3 Modified: btg-0.9.6.ebuild
4 Log:
5 Changed threads-only to threadsonly
6 (Portage version: 2.1.3.13)
7
8 Revision Changes Path
9 1.4 net-p2p/btg/btg-0.9.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild?r1=1.3&r2=1.4
14
15 Index: btg-0.9.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- btg-0.9.6.ebuild 15 Oct 2007 01:23:57 -0000 1.3
22 +++ btg-0.9.6.ebuild 15 Oct 2007 11:11:30 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild,v 1.3 2007/10/15 01:23:57 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btg/btg-0.9.6.ebuild,v 1.4 2007/10/15 11:11:30 angelos Exp $
28
29 inherit eutils
30
31 @@ -32,11 +32,11 @@
32
33 pkg_setup() {
34 if ! built_with_use --missing true "dev-libs/boost" threads && \
35 - ! built_with_use --missing true "dev-libs/boost" threads-only ; then
36 - einfo
37 - elog "Compile dev-libs/boost with USE=threads or USE=threads-only"
38 + ! built_with_use --missing true "dev-libs/boost" threadsonly ; then
39 + echo
40 + elog "Compile dev-libs/boost with USE=threads or USE=threadsonly"
41 elog "if you want threading support for btg"
42 - einfo
43 + echo
44 fi
45 }
46
47 @@ -44,7 +44,7 @@
48 local myconf=""
49
50 if built_with_use --missing true "dev-libs/boost" threads || \
51 - built_with_use --missing true "dev-libs/boost" threads-only ; then
52 + built_with_use --missing true "dev-libs/boost" threadsonly ; then
53 myconf="--with-boost-iostreams=boost_iostreams-mt \
54 --with-boost-filesystem=boost_filesystem-mt \
55 --with-boost-thread=boost_thread-mt \
56 @@ -82,8 +82,8 @@
57 enewgroup p2p
58 enewuser p2p -1 -1 /home/p2p p2p
59
60 - einfo
61 + echo
62 elog "BTG needs a daemon.ini and client.ini, to create them run btg-config"
63 elog "and put them in the user running btg (/home/p2p by default)"
64 - einfo
65 + echo
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list