* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.3.2.ebuild ChangeLog
@ 2014-10-13 17:50 Davide Pesavento (pesa)
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento (pesa) @ 2014-10-13 17:50 UTC (permalink / raw
To: gentoo-commits
pesa 14/10/13 17:50:20
Modified: PyQt5-5.3.2.ebuild ChangeLog
Log:
Drop incorrect REQUIRED_USE dependencies.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.2 dev-python/PyQt5/PyQt5-5.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.1&r2=1.2
Index: PyQt5-5.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyQt5-5.3.2.ebuild 13 Oct 2014 17:26:10 -0000 1.1
+++ PyQt5-5.3.2.ebuild 13 Oct 2014 17:50:20 -0000 1.2
@@ -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/PyQt5/PyQt5-5.3.2.ebuild,v 1.1 2014/10/13 17:26:10 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.2 2014/10/13 17:50:20 pesa Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -28,23 +28,12 @@
printsupport sensors serialport sql svg testlib webkit websockets widgets x11extras xmlpatterns"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
- declarative? ( gui )
- designer? ( gui )
- help? ( gui )
- multimedia? ( gui )
- opengl? ( gui )
positioning? ( gui )
- printsupport? ( gui )
sensors? ( gui )
serialport? ( gui )
- sql? ( gui widgets )
- svg? ( gui )
- testlib? ( gui widgets )
- webkit? ( gui network )
+ sql? ( widgets )
+ testlib? ( widgets )
websockets? ( gui )
- widgets? ( gui )
- x11extras? ( gui )
- xmlpatterns? ( network )
"
# Minimal supported version of Qt.
@@ -73,7 +62,7 @@
sql? ( >=dev-qt/qtsql-${QT_PV} )
svg? ( >=dev-qt/qtsvg-${QT_PV} )
testlib? ( >=dev-qt/qttest-${QT_PV} )
- webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
+ webkit? ( >=dev-qt/qtwebkit-${QT_PV}[printsupport] )
websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )
widgets? ( >=dev-qt/qtwidgets-${QT_PV} )
x11extras? ( >=dev-qt/qtx11extras-${QT_PV} )
1.2 dev-python/PyQt5/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 13 Oct 2014 17:26:10 -0000 1.1
+++ ChangeLog 13 Oct 2014 17:50:20 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyQt5
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.1 2014/10/13 17:26:10 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.2 2014/10/13 17:50:20 pesa Exp $
+
+ 13 Oct 2014; Davide Pesavento <pesa@gentoo.org> PyQt5-5.3.2.ebuild:
+ Drop incorrect REQUIRED_USE dependencies.
*PyQt5-5.3.2 (13 Oct 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.3.2.ebuild ChangeLog
@ 2014-10-15 15:26 Davide Pesavento (pesa)
0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento (pesa) @ 2014-10-15 15:26 UTC (permalink / raw
To: gentoo-commits
pesa 14/10/15 15:26:13
Modified: PyQt5-5.3.2.ebuild ChangeLog
Log:
Fixed bug #525338.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path
1.3 dev-python/PyQt5/PyQt5-5.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.2&r2=1.3
Index: PyQt5-5.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt5-5.3.2.ebuild 13 Oct 2014 17:50:20 -0000 1.2
+++ PyQt5-5.3.2.ebuild 15 Oct 2014 15:26:13 -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/PyQt5/PyQt5-5.3.2.ebuild,v 1.2 2014/10/13 17:50:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.3 2014/10/15 15:26:13 pesa Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -140,8 +140,10 @@
# We need to specify the .pro file name when it doesn't follow
# the subdirs naming convention or recursive qmake won't work.
sed -i -e '/^SUBDIRS/ {
+ s:designer:designer/python.pro:
s:pylupdate:pylupdate/pylupdate5.pro:
s:pyrcc:pyrcc/pyrcc5.pro:
+ s:qmlscene:qmlscene/python.pro:
}' ${PN}.pro || die
eqmake5 -recursive ${PN}.pro
}
1.3 dev-python/PyQt5/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 13 Oct 2014 17:50:20 -0000 1.2
+++ ChangeLog 15 Oct 2014 15:26:13 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyQt5
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.2 2014/10/13 17:50:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.3 2014/10/15 15:26:13 pesa Exp $
+
+ 15 Oct 2014; Davide Pesavento <pesa@gentoo.org> PyQt5-5.3.2.ebuild:
+ Fixed bug #525338.
13 Oct 2014; Davide Pesavento <pesa@gentoo.org> PyQt5-5.3.2.ebuild:
Drop incorrect REQUIRED_USE dependencies.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.3.2.ebuild ChangeLog
@ 2014-10-24 16:38 Ian Stakenvicius (axs)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-10-24 16:38 UTC (permalink / raw
To: gentoo-commits
axs 14/10/24 16:37:59
Modified: PyQt5-5.3.2.ebuild ChangeLog
Log:
fixed module dependency error on QtWebKitWidgets module
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.4 dev-python/PyQt5/PyQt5-5.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.3&r2=1.4
Index: PyQt5-5.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyQt5-5.3.2.ebuild 15 Oct 2014 15:26:13 -0000 1.3
+++ PyQt5-5.3.2.ebuild 24 Oct 2014 16:37:59 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.3 2014/10/15 15:26:13 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.4 2014/10/24 16:37:59 axs Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit multibuild multilib python-r1 qmake-utils
+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"
@@ -79,6 +79,7 @@
sed -i -e '/^\s\+check_dbus(/d' configure.py || die
fi
+ epatch "${FILESDIR}"/${P}-add-dep-to-QtWebKitWidgets.patch
python_copy_sources
preparation() {
1.4 dev-python/PyQt5/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 15 Oct 2014 15:26:13 -0000 1.3
+++ ChangeLog 24 Oct 2014 16:37:59 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/PyQt5
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.3 2014/10/15 15:26:13 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.4 2014/10/24 16:37:59 axs Exp $
+
+ 24 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+ +files/PyQt5-5.3.2-add-dep-to-QtWebKitWidgets.patch, PyQt5-5.3.2.ebuild:
+ fixed module dependency error on QtWebKitWidgets module
15 Oct 2014; Davide Pesavento <pesa@gentoo.org> PyQt5-5.3.2.ebuild:
Fixed bug #525338.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-24 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 16:38 [gentoo-commits] gentoo-x86 commit in dev-python/PyQt5: PyQt5-5.3.2.ebuild ChangeLog Ian Stakenvicius (axs)
-- strict thread matches above, loose matches on Subject: below --
2014-10-15 15:26 Davide Pesavento (pesa)
2014-10-13 17:50 Davide Pesavento (pesa)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox