jlec        14/09/17 08:53:33

  Modified:             ChangeLog matplotlib-1.4.0.ebuild
  Log:
  dev-python/matplotlib: Reduce usage of virtualx, #498028
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.171                dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   14 Sep 2014 18:45:06 -0000      1.170
+++ ChangeLog   17 Sep 2014 08:53:33 -0000      1.171
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.170 
2014/09/14 18:45:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.171 
2014/09/17 08:53:33 jlec Exp $
+
+  17 Sep 2014; Justin Lecher <[email protected]> matplotlib-1.4.0.ebuild:
+  Reduce usage of virtualx, #498028
 
 *matplotlib-1.4.0 (14 Sep 2014)
 



1.2                  dev-python/matplotlib/matplotlib-1.4.0.ebuild

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

Index: matplotlib-1.4.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- matplotlib-1.4.0.ebuild     14 Sep 2014 18:45:06 -0000      1.1
+++ matplotlib-1.4.0.ebuild     17 Sep 2014 08:53:33 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.0.ebuild,v 1.1 
2014/09/14 18:45:06 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.0.ebuild,v 1.2 
2014/09/17 08:53:33 jlec Exp $
 
 EAPI=5
 
@@ -8,8 +8,6 @@
 
 PYTHON_REQ_USE='tk?'
 
-VIRTUALX_REQUIRED="always"
-
 inherit distutils-r1 eutils flag-o-matic virtualx
 
 DESCRIPTION="Pure python plotting library with matlab like syntax"
@@ -210,8 +208,7 @@
 }
 
 python_compile() {
-       VIRTUALX_COMMAND="wrap_setup distutils-r1_python_compile"
-       virtualmake
+       wrap_setup distutils-r1_python_compile
 }
 
 python_compile_all() {




Reply via email to