pinkbyte    15/02/27 13:44:19

  Modified:             boost-1.57.0.ebuild boost-1.56.0-r1.ebuild
                        ChangeLog boost-1.55.0-r2.ebuild
  Log:
  Set MPI dependency to virtual/mpi, wrt bug #525596
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  Changes    Path
1.2                  dev-libs/boost/boost-1.57.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild?r1=1.1&r2=1.2

Index: boost-1.57.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-1.57.0.ebuild 27 Feb 2015 12:19:55 -0000      1.1
+++ boost-1.57.0.ebuild 27 Feb 2015 13:44:19 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v 1.1 
2015/02/27 12:19:55 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.57.0.ebuild,v 1.2 
2015/02/27 13:44:19 pinkbyte Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -23,7 +23,7 @@
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
        icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
        !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
-       mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
+       mpi? ( virtual/mpi[cxx,threads] )
        python? ( ${PYTHON_DEPS} )
        app-arch/bzip2[${MULTILIB_USEDEP}]
        sys-libs/zlib[${MULTILIB_USEDEP}]



1.4                  dev-libs/boost/boost-1.56.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?rev=1.4&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?r1=1.3&r2=1.4

Index: boost-1.56.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-1.56.0-r1.ebuild      5 Jan 2015 17:58:25 -0000       1.3
+++ boost-1.56.0-r1.ebuild      27 Feb 2015 13:44:19 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -23,7 +23,7 @@
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
        icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
        !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
-       mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
+       mpi? ( virtual/mpi[cxx,threads] )
        python? ( ${PYTHON_DEPS} )
        app-arch/bzip2[${MULTILIB_USEDEP}]
        sys-libs/zlib[${MULTILIB_USEDEP}]



1.345                dev-libs/boost/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.345&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.345&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.344&r2=1.345

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog   27 Feb 2015 12:19:55 -0000      1.344
+++ ChangeLog   27 Feb 2015 13:44:19 -0000      1.345
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.344 2015/02/27 
12:19:55 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.345 2015/02/27 
13:44:19 pinkbyte Exp $
+
+  27 Feb 2015; Sergey Popov <pinkb...@gentoo.org> boost-1.55.0-r2.ebuild,
+  boost-1.56.0-r1.ebuild, boost-1.57.0.ebuild:
+  Set MPI dependency to virtual/mpi, wrt bug #525596
 
 *boost-1.57.0 (27 Feb 2015)
 



1.10                 dev-libs/boost/boost-1.55.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.10&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?r1=1.9&r2=1.10

Index: boost-1.55.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- boost-1.55.0-r2.ebuild      2 Jan 2015 13:45:12 -0000       1.9
+++ boost-1.55.0-r2.ebuild      27 Feb 2015 13:44:19 -0000      1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -23,7 +23,7 @@
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-cpplibs[-abi_x86_32(-)] )
        icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
        !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
-       mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
+       mpi? ( virtual/mpi[cxx,threads] )
        python? ( ${PYTHON_DEPS} )
        app-arch/bzip2[${MULTILIB_USEDEP}]
        sys-libs/zlib[${MULTILIB_USEDEP}]




Reply via email to