Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: ChangeLog linuxdcpp-9999.ebuild
Date: Mon, 27 Apr 2009 18:27:21
Message-Id: E1LyVXR-0004Ca-5e@stork.gentoo.org
1 armin76 09/04/27 18:26:45
2
3 Modified: ChangeLog linuxdcpp-9999.ebuild
4 Log:
5 Add missing boost dep, bug #260461
6 (Portage version: 2.1.6.7/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.37 net-p2p/linuxdcpp/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 27 Apr 2009 14:48:52 -0000 1.36
22 +++ ChangeLog 27 Apr 2009 18:26:45 -0000 1.37
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-p2p/linuxdcpp
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.36 2009/04/27 14:48:52 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.37 2009/04/27 18:26:45 armin76 Exp $
28 +
29 + 27 Apr 2009; Raúl Porcel <armin76@g.o> linuxdcpp-9999.ebuild:
30 + Add missing boost dep, bug #260461
31
32 27 Apr 2009; Raúl Porcel <armin76@g.o> linuxdcpp-1.0.3.ebuild:
33 x86 stable
34
35
36
37 1.11 net-p2p/linuxdcpp/linuxdcpp-9999.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild?r1=1.10&r2=1.11
42
43 Index: linuxdcpp-9999.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- linuxdcpp-9999.ebuild 10 Feb 2009 16:53:05 -0000 1.10
50 +++ linuxdcpp-9999.ebuild 27 Apr 2009 18:26:45 -0000 1.11
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.10 2009/02/10 16:53:05 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.11 2009/04/27 18:26:45 armin76 Exp $
56
57 inherit bzr eutils
58
59 @@ -23,7 +23,8 @@
60 DEPEND="${RDEPEND}
61 media-libs/fontconfig
62 >=dev-util/scons-0.96
63 - dev-util/pkgconfig"
64 + dev-util/pkgconfig
65 + >=dev-libs/boost-1.35.0-r2"
66
67 src_compile() {
68 local myconf=""