yngwin 15/02/18 05:21:11 Modified: PyQt5-5.4.ebuild ChangeLog Log: Drop default on gui useflag, which is now enabled (with some others) in desktop profile (bug #540046). Wrap long lines. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.3 dev-python/PyQt5/PyQt5-5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild?r1=1.2&r2=1.3 Index: PyQt5-5.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PyQt5-5.4.ebuild 3 Feb 2015 07:49:55 -0000 1.2 +++ PyQt5-5.4.ebuild 18 Feb 2015 05:21:11 -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/PyQt5/PyQt5-5.4.ebuild,v 1.2 2015/02/03 07:49:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.ebuild,v 1.3 2015/02/18 05:21:11 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -8,7 +8,8 @@ inherit eutils multibuild multilib python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt5" +HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ + https://pypi.python.org/pypi/PyQt5" MY_PN="PyQt-gpl" if [[ ${PV} == *_pre* ]]; then @@ -24,8 +25,9 @@ KEYWORDS="~amd64 ~arm ~x86" # TODO: bluetooth, webchannel, webengine -IUSE="dbus debug declarative designer doc examples +gui help multimedia network opengl positioning - printsupport sensors serialport sql svg testlib webkit websockets widgets x11extras xmlpatterns" +IUSE="dbus debug declarative designer doc examples gui help multimedia network + opengl positioning printsupport sensors serialport sql svg testlib webkit + websockets widgets x11extras xmlpatterns" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} positioning? ( gui ) 1.7 dev-python/PyQt5/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 Feb 2015 07:49:55 -0000 1.6 +++ ChangeLog 18 Feb 2015 05:21:11 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt5 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.6 2015/02/03 07:49:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.7 2015/02/18 05:21:11 yngwin Exp $ + + 18 Feb 2015; Ben de Groot <yng...@gentoo.org> PyQt5-5.4.ebuild: + Drop default on gui useflag, which is now enabled (with some others) in + desktop profile (bug #540046). Wrap long lines. 03 Feb 2015; Mikle Kolyada <zlog...@gentoo.org> PyQt5-5.4.ebuild: Add ~arm keyword