vapier 15/05/15 08:36:20 Modified: matplotlib-1.4.3.ebuild ChangeLog Log: Fix cross-compiling logic and how we handle pkg-config. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 dev-python/matplotlib/matplotlib-1.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.3.ebuild?r1=1.2&r2=1.3 Index: matplotlib-1.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- matplotlib-1.4.3.ebuild 20 Mar 2015 12:57:09 -0000 1.2 +++ matplotlib-1.4.3.ebuild 15 May 2015 08:36:20 -0000 1.3 @@ -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/matplotlib/matplotlib-1.4.3.ebuild,v 1.2 2015/03/20 12:57:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.3.ebuild,v 1.3 2015/05/15 08:36:20 vapier Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_REQ_USE='tk?' -inherit distutils-r1 eutils flag-o-matic virtualx +inherit distutils-r1 eutils flag-o-matic virtualx toolchain-funcs DESCRIPTION="Pure python plotting library with matlab like syntax" HOMEPAGE="http://matplotlib.org/" @@ -132,6 +132,8 @@ # rm -r agg24 CXX || die # rm -r agg24 || die + epatch "${FILESDIR}"/${PN}-1.4.3-cross-compile-{1,2,3}.patch + sed \ -e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \ -i lib/matplotlib/{mathtext,fontconfig_pattern}.py \ @@ -156,6 +158,7 @@ python_configure_all() { append-flags -fno-strict-aliasing append-cppflags -DNDEBUG # or get old trying to do triangulation + tc-export PKG_CONFIG } python_configure() { 1.189 dev-python/matplotlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 15 May 2015 08:16:37 -0000 1.188 +++ ChangeLog 15 May 2015 08:36:20 -0000 1.189 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.188 2015/05/15 08:16:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.189 2015/05/15 08:36:20 vapier Exp $ + + 15 May 2015; Mike Frysinger <[email protected]> + +files/matplotlib-1.4.3-cross-compile-1.patch, + +files/matplotlib-1.4.3-cross-compile-2.patch, + +files/matplotlib-1.4.3-cross-compile-3.patch, matplotlib-1.4.3.ebuild: + Fix cross-compiling logic and how we handle pkg-config. 15 May 2015; Mike Frysinger <[email protected]> -files/matplotlib-1.1.1-ft-refcount.patch,
