Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: ChangeLog boost-1.35.0-r2.ebuild
Date: Tue, 24 Mar 2009 04:28:30
Message-Id: E1LlyFX-0000TX-PA@stork.gentoo.org
1 dirtyepic 09/03/24 04:28:27
2
3 Modified: ChangeLog boost-1.35.0-r2.ebuild
4 Log:
5 Because versions of boost-build greater than 1.35.0-r1 are slotted and
6 won't work with this ebuild, lock the dependency to 1.35.0-r1.
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.146 dev-libs/boost/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.146&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.146&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.145&r2=1.146
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
19 retrieving revision 1.145
20 retrieving revision 1.146
21 diff -u -r1.145 -r1.146
22 --- ChangeLog 23 Mar 2009 23:13:39 -0000 1.145
23 +++ ChangeLog 24 Mar 2009 04:28:27 -0000 1.146
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/boost
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.145 2009/03/23 23:13:39 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.146 2009/03/24 04:28:27 dirtyepic Exp $
29 +
30 + 24 Mar 2009; Ryan Hill <dirtyepic@g.o> boost-1.35.0-r2.ebuild:
31 + Because versions of boost-build greater than 1.35.0-r1 are slotted and
32 + won't work with this ebuild, lock the dependency to 1.35.0-r1.
33
34 23 Mar 2009; Ryan Hill <dirtyepic@g.o> boost-1.35.0-r2.ebuild:
35 Fix testsuite postprocessing for bug #245192.
36
37
38
39 1.3 dev-libs/boost/boost-1.35.0-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: boost-1.35.0-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- boost-1.35.0-r2.ebuild 23 Mar 2009 23:13:39 -0000 1.2
52 +++ boost-1.35.0-r2.ebuild 24 Mar 2009 04:28:27 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.2 2009/03/23 23:13:39 dirtyepic Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.3 2009/03/24 04:28:27 dirtyepic Exp $
58
59 inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs
60
61 @@ -23,7 +23,7 @@
62 sys-libs/zlib
63 virtual/python"
64 DEPEND="${RDEPEND}
65 - >=dev-util/boost-build-${PV}-r1"
66 + =dev-util/boost-build-${PV}-r1"
67
68 S=${WORKDIR}/${MY_P}