jlec 14/10/27 16:48:10 Modified: ChangeLog qtiplot-0.9.8.9-r2.ebuild Log: sci-visualization/qtiplot: Add fix for >PyQt4-4.10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.106 sci-visualization/qtiplot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.106&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.106&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.105&r2=1.106 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- ChangeLog 19 Jan 2014 09:38:26 -0000 1.105 +++ ChangeLog 27 Oct 2014 16:48:10 -0000 1.106 @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.105 2014/01/19 09:38:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.106 2014/10/27 16:48:10 jlec Exp $ + + 27 Oct 2014; Justin Lecher <[email protected]> qtiplot-0.9.8.9-r2.ebuild, + +files/qtiplot-0.9.8.9-PyQt4-4.10.patch: + Add fix for >PyQt4-4.10 19 Jan 2014; Pacho Ramos <[email protected]> qtiplot-0.9.8.9-r2.ebuild: amd64 stable, bug 490036 1.8 sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild?r1=1.7&r2=1.8 Index: qtiplot-0.9.8.9-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- qtiplot-0.9.8.9-r2.ebuild 19 Jan 2014 09:38:26 -0000 1.7 +++ qtiplot-0.9.8.9-r2.ebuild 27 Oct 2014 16:48:10 -0000 1.8 @@ -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/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.7 2014/01/19 09:38:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.8 2014/10/27 16:48:10 jlec Exp $ EAPI=5 @@ -73,6 +73,7 @@ "${FILESDIR}"/${P}-crasher_without_internet.patch "${FILESDIR}"/${P}-private.patch "${FILESDIR}"/${P}-sip-4.15.patch + "${FILESDIR}"/${P}-PyQt4-4.10.patch ) pkg_setup() {
