heroxbd 14/12/05 05:08:01 Modified: matplotlib-1.4.2.ebuild ChangeLog Log: Tune dependencies of matplotlib-1.4.2: according to INSTALL in the tarball, it requires six 1.4 or later, freetype 2.3 or later. (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 dev-python/matplotlib/matplotlib-1.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild?r1=1.2&r2=1.3 Index: matplotlib-1.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- matplotlib-1.4.2.ebuild 23 Nov 2014 16:36:23 -0000 1.2 +++ matplotlib-1.4.2.ebuild 5 Dec 2014 05:08:01 -0000 1.3 @@ -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.2.ebuild,v 1.2 2014/11/23 16:36:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild,v 1.3 2014/12/05 05:08:01 heroxbd Exp $ EAPI=5 @@ -29,9 +29,9 @@ >=dev-python/numpy-1.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/six-1.3[${PYTHON_USEDEP}] + >=dev-python/six-1.4[${PYTHON_USEDEP}] media-fonts/stix-fonts - media-libs/freetype:2 + >=media-libs/freetype-2.3 media-libs/libpng:0 media-libs/qhull gtk? ( 1.175 dev-python/matplotlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.175&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.175&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.174&r2=1.175 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- ChangeLog 28 Nov 2014 10:50:34 -0000 1.174 +++ ChangeLog 5 Dec 2014 05:08:01 -0000 1.175 @@ -1,6 +1,10 @@ # 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.174 2014/11/28 10:50:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.175 2014/12/05 05:08:01 heroxbd Exp $ + + 05 Dec 2014; Benda Xu <[email protected]> matplotlib-1.4.2.ebuild: + Tune dependencies of matplotlib-1.4.2: according to INSTALL in the tarball, it + requires six 1.4 or later, freetype 2.3 or later. 28 Nov 2014; Pacho Ramos <[email protected]> matplotlib-9999.ebuild: Support python 3.4
