Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/boost-build: boost-build-1.35.0.ebuild boost-build-1.34.1.ebuild ChangeLog
Date: Mon, 05 May 2008 17:47:49
Message-Id: E1Jt4mw-0005OA-SN@stork.gentoo.org
1 jer 08/05/05 17:47:46
2
3 Modified: boost-build-1.35.0.ebuild boost-build-1.34.1.ebuild
4 ChangeLog
5 Log:
6 Remove unneeded quotation marks (bug #210029, comment #30).
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.2 dev-util/boost-build/boost-build-1.35.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild?r1=1.1&r2=1.2
15
16 Index: boost-build-1.35.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- boost-build-1.35.0.ebuild 24 Apr 2008 14:55:19 -0000 1.1
23 +++ boost-build-1.35.0.ebuild 5 May 2008 17:47:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild,v 1.1 2008/04/24 14:55:19 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.35.0.ebuild,v 1.2 2008/05/05 17:47:46 jer Exp $
29
30 inherit flag-o-matic toolchain-funcs versionator
31
32 @@ -63,7 +63,7 @@
33 CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) \
34 || die "building bjam failed"
35 else
36 - LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} \
37 + LIBS=${LDFLAGS} CC=$(tc-getCC) ./build.sh ${toolset} \
38 $(use_with python) || die "building bjam failed"
39 fi
40 }
41
42
43
44 1.14 dev-util/boost-build/boost-build-1.34.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild?r1=1.13&r2=1.14
49
50 Index: boost-build-1.34.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- boost-build-1.34.1.ebuild 15 Mar 2008 13:45:12 -0000 1.13
57 +++ boost-build-1.34.1.ebuild 5 May 2008 17:47:46 -0000 1.14
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.13 2008/03/15 13:45:12 dev-zero Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.14 2008/05/05 17:47:46 jer Exp $
63
64 inherit flag-o-matic toolchain-funcs versionator
65
66 @@ -64,7 +64,7 @@
67 CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) \
68 || die "building bjam failed"
69 else
70 - LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} \
71 + LIBS=${LDFLAGS} CC=$(tc-getCC) ./build.sh ${toolset} \
72 $(use_with python) || die "building bjam failed"
73 fi
74 }
75
76
77
78 1.24 dev-util/boost-build/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.24&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.24&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/boost-build/ChangeLog?r1=1.23&r2=1.24
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v
87 retrieving revision 1.23
88 retrieving revision 1.24
89 diff -u -r1.23 -r1.24
90 --- ChangeLog 24 Apr 2008 14:55:19 -0000 1.23
91 +++ ChangeLog 5 May 2008 17:47:46 -0000 1.24
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-util/boost-build
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.23 2008/04/24 14:55:19 dev-zero Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.24 2008/05/05 17:47:46 jer Exp $
97 +
98 + 05 May 2008; Jeroen Roovers <jer@g.o> boost-build-1.34.1.ebuild,
99 + boost-build-1.35.0.ebuild:
100 + Remove unneeded quotation marks (bug #210029, comment #30).
101
102 *boost-build-1.35.0 (24 Apr 2008)
103
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list