Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.57.0.ebuild boost-1.56.0-r1.ebuild ChangeLog boost-1.55.0-r2.ebuild
Date: Fri, 27 Feb 2015 13:44:25
Message-Id: 20150227134419.9278812AA1@oystercatcher.gentoo.org
1 pinkbyte 15/02/27 13:44:19
2
3 Modified: boost-1.57.0.ebuild boost-1.56.0-r1.ebuild
4 ChangeLog boost-1.55.0-r2.ebuild
5 Log:
6 Set MPI dependency to virtual/mpi, wrt bug #525596
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
9
10 Revision Changes Path
11 1.2 dev-libs/boost/boost-1.57.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?r1=1.1&r2=1.2
16
17 Index: boost-1.57.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- boost-1.57.0.ebuild 27 Feb 2015 12:19:55 -0000 1.1
24 +++ boost-1.57.0.ebuild 27 Feb 2015 13:44:19 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v 1.1 2015/02/27 12:19:55 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v 1.2 2015/02/27 13:44:19 pinkbyte Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
33 @@ -23,7 +23,7 @@
34 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
35 icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
36 !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
37 - mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
38 + mpi? ( virtual/mpi[cxx,threads] )
39 python? ( ${PYTHON_DEPS} )
40 app-arch/bzip2[${MULTILIB_USEDEP}]
41 sys-libs/zlib[${MULTILIB_USEDEP}]
42
43
44
45 1.4 dev-libs/boost/boost-1.56.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?r1=1.3&r2=1.4
50
51 Index: boost-1.56.0-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- boost-1.56.0-r1.ebuild 5 Jan 2015 17:58:25 -0000 1.3
58 +++ boost-1.56.0-r1.ebuild 27 Feb 2015 13:44:19 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.3 2015/01/05 17:58:25 ottxor Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.4 2015/02/27 13:44:19 pinkbyte Exp $
64
65 EAPI="5"
66 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
67 @@ -23,7 +23,7 @@
68 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
69 icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
70 !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
71 - mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
72 + mpi? ( virtual/mpi[cxx,threads] )
73 python? ( ${PYTHON_DEPS} )
74 app-arch/bzip2[${MULTILIB_USEDEP}]
75 sys-libs/zlib[${MULTILIB_USEDEP}]
76
77
78
79 1.345 dev-libs/boost/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.345&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.345&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.344&r2=1.345
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
88 retrieving revision 1.344
89 retrieving revision 1.345
90 diff -u -r1.344 -r1.345
91 --- ChangeLog 27 Feb 2015 12:19:55 -0000 1.344
92 +++ ChangeLog 27 Feb 2015 13:44:19 -0000 1.345
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-libs/boost
95 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.344 2015/02/27 12:19:55 pinkbyte Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.345 2015/02/27 13:44:19 pinkbyte Exp $
98 +
99 + 27 Feb 2015; Sergey Popov <pinkbyte@g.o> boost-1.55.0-r2.ebuild,
100 + boost-1.56.0-r1.ebuild, boost-1.57.0.ebuild:
101 + Set MPI dependency to virtual/mpi, wrt bug #525596
102
103 *boost-1.57.0 (27 Feb 2015)
104
105
106
107
108 1.10 dev-libs/boost/boost-1.55.0-r2.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.10&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.10&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?r1=1.9&r2=1.10
113
114 Index: boost-1.55.0-r2.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v
117 retrieving revision 1.9
118 retrieving revision 1.10
119 diff -u -r1.9 -r1.10
120 --- boost-1.55.0-r2.ebuild 2 Jan 2015 13:45:12 -0000 1.9
121 +++ boost-1.55.0-r2.ebuild 27 Feb 2015 13:44:19 -0000 1.10
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2015 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.9 2015/01/02 13:45:12 ago Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.10 2015/02/27 13:44:19 pinkbyte Exp $
127
128 EAPI="5"
129 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
130 @@ -23,7 +23,7 @@
131 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
132 icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
133 !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
134 - mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
135 + mpi? ( virtual/mpi[cxx,threads] )
136 python? ( ${PYTHON_DEPS} )
137 app-arch/bzip2[${MULTILIB_USEDEP}]
138 sys-libs/zlib[${MULTILIB_USEDEP}]