jlec        15/01/15 11:51:11

  Modified:             h5py-2.3.1.ebuild ChangeLog h5py-2.4.0.ebuild
  Log:
  dev-python/h5py: Drop deprecated DISTUTILS_NO_PARALLEL_BUILD
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.6                  dev-python/h5py/h5py-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?r1=1.5&r2=1.6

Index: h5py-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- h5py-2.3.1.ebuild   11 Aug 2014 07:07:13 -0000      1.5
+++ h5py-2.3.1.ebuild   15 Jan 2015 11:51:11 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.5 
2014/08/11 07:07:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.6 
2015/01/15 11:51:11 jlec Exp $
 
 EAPI=5
 
@@ -24,12 +24,9 @@
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/cython[${PYTHON_USEDEP}]
        mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )"
-DISTUTILS_NO_PARALLEL_BUILD=1
 
 pkg_setup() {
-       if use mpi ; then
-               export CC=mpicc
-       fi
+       use mpi && export CC=mpicc
 }
 
 python_prepare_all() {



1.33                 dev-python/h5py/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   14 Jan 2015 22:01:38 -0000      1.32
+++ ChangeLog   15 Jan 2015 11:51:11 -0000      1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/h5py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.32 2015/01/14 
22:01:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.33 2015/01/15 
11:51:11 jlec Exp $
+
+  15 Jan 2015; Justin Lecher <[email protected]> h5py-2.3.1.ebuild,
+  h5py-2.4.0.ebuild:
+  Drop deprecated DISTUTILS_NO_PARALLEL_BUILD
 
 *h5py-2.4.0 (14 Jan 2015)
 



1.2                  dev-python/h5py/h5py-2.4.0.ebuild

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

Index: h5py-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- h5py-2.4.0.ebuild   14 Jan 2015 22:01:38 -0000      1.1
+++ h5py-2.4.0.ebuild   15 Jan 2015 11:51:11 -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-python/h5py/h5py-2.4.0.ebuild,v 1.1 
2015/01/14 22:01:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.4.0.ebuild,v 1.2 
2015/01/15 11:51:11 jlec Exp $
 
 EAPI=5
 
@@ -24,12 +24,9 @@
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/cython[${PYTHON_USEDEP}]
        mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )"
-DISTUTILS_NO_PARALLEL_BUILD=1
 
 pkg_setup() {
-       if use mpi ; then
-               export CC=mpicc
-       fi
+       use mpi && export CC=mpicc
 }
 
 python_prepare_all() {




Reply via email to