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: boost-1.35.0-r4.ebuild ChangeLog boost-1.35.0-r3.ebuild
Date: Tue, 24 Mar 2009 04:51:28
Message-Id: E1Llybg-00017L-HT@stork.gentoo.org
1 dirtyepic 09/03/24 04:51:20
2
3 Modified: boost-1.35.0-r4.ebuild ChangeLog
4 boost-1.35.0-r3.ebuild
5 Log:
6 1.35.0-r{3,4} need boost-build-1.35.0-r2 to build.
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/boost/boost-1.35.0-r4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild?r1=1.1&r2=1.2
15
16 Index: boost-1.35.0-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- boost-1.35.0-r4.ebuild 6 Jan 2009 15:13:01 -0000 1.1
23 +++ boost-1.35.0-r4.ebuild 24 Mar 2009 04:51:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild,v 1.1 2009/01/06 15:13:01 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r4.ebuild,v 1.2 2009/03/24 04:51:20 dirtyepic Exp $
29
30 EAPI="2"
31
32 @@ -26,7 +26,7 @@
33 sys-libs/zlib
34 virtual/python"
35 DEPEND="${RDEPEND}
36 - dev-util/boost-build:${SLOT}"
37 + =dev-util/boost-build-1.35.0-r2"
38 PDEPEND="app-admin/eselect-boost"
39
40 S=${WORKDIR}/${MY_P}
41
42
43
44 1.147 dev-libs/boost/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.147&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.147&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.146&r2=1.147
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
53 retrieving revision 1.146
54 retrieving revision 1.147
55 diff -u -r1.146 -r1.147
56 --- ChangeLog 24 Mar 2009 04:28:27 -0000 1.146
57 +++ ChangeLog 24 Mar 2009 04:51:20 -0000 1.147
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/boost
60 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.146 2009/03/24 04:28:27 dirtyepic Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.147 2009/03/24 04:51:20 dirtyepic Exp $
63 +
64 + 24 Mar 2009; Ryan Hill <dirtyepic@g.o> boost-1.35.0-r3.ebuild,
65 + boost-1.35.0-r4.ebuild:
66 + 1.35.0-r{3,4} need boost-build-1.35.0-r2 to build.
67
68 24 Mar 2009; Ryan Hill <dirtyepic@g.o> boost-1.35.0-r2.ebuild:
69 Because versions of boost-build greater than 1.35.0-r1 are slotted and
70
71
72
73 1.2 dev-libs/boost/boost-1.35.0-r3.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild?r1=1.1&r2=1.2
78
79 Index: boost-1.35.0-r3.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- boost-1.35.0-r3.ebuild 16 Dec 2008 16:37:27 -0000 1.1
86 +++ boost-1.35.0-r3.ebuild 24 Mar 2009 04:51:20 -0000 1.2
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2008 Gentoo Foundation
89 +# Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild,v 1.1 2008/12/16 16:37:27 dev-zero Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r3.ebuild,v 1.2 2009/03/24 04:51:20 dirtyepic Exp $
93
94 EAPI="2"
95
96 @@ -26,7 +26,7 @@
97 sys-libs/zlib
98 virtual/python"
99 DEPEND="${RDEPEND}
100 - dev-util/boost-build:${SLOT}"
101 + =dev-util/boost-build-1.35.0-r2"
102 PDEPEND="app-admin/eselect-boost"
103
104 S=${WORKDIR}/${MY_P}