graaff 15/03/18 20:17:45 Modified: ChangeLog phantomjs-2.0.0.ebuild Log: Fix building fix python 3 selected. Thanks for Benjamin Southall for the patch in bug 543534. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.20 www-client/phantomjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 15 Mar 2015 07:49:17 -0000 1.19 +++ ChangeLog 18 Mar 2015 20:17:45 -0000 1.20 @@ -1,6 +1,11 @@ # ChangeLog for www-client/phantomjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.19 2015/03/15 07:49:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.20 2015/03/18 20:17:45 graaff Exp $ + + 18 Mar 2015; Hans de Graaff <[email protected]> phantomjs-2.0.0.ebuild, + +files/phantomjs-python3-udis86-itab.patch: + Fix building fix python 3 selected. Thanks for Benjamin Southall for the + patch in bug 543534. *phantomjs-2.0.0 (15 Mar 2015) 1.2 www-client/phantomjs/phantomjs-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?r1=1.1&r2=1.2 Index: phantomjs-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- phantomjs-2.0.0.ebuild 15 Mar 2015 07:49:17 -0000 1.1 +++ phantomjs-2.0.0.ebuild 18 Mar 2015 20:17:45 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.1 2015/03/15 07:49:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.2 2015/03/18 20:17:45 graaff Exp $ EAPI=5 -inherit toolchain-funcs pax-utils multiprocessing +inherit eutils toolchain-funcs pax-utils multiprocessing DESCRIPTION="A headless WebKit scriptable with a JavaScript API" HOMEPAGE="http://phantomjs.org/" @@ -28,6 +28,8 @@ virtual/pkgconfig" src_prepare() { + epatch "${FILESDIR}/phantomjs-python3-udis86-itab.patch" + # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache sed -i \ -e "/^SYSTEM_VARIABLES=/i \
