pesa        15/06/14 14:07:15

  Modified:             PyQt4-4.11.4.ebuild ChangeLog
  Log:
  Use the new --no-python-dbus configure option.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.3                  dev-python/PyQt4/PyQt4-4.11.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild?r1=1.2&r2=1.3

Index: PyQt4-4.11.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt4-4.11.4.ebuild 14 Jun 2015 13:52:01 -0000      1.2
+++ PyQt4-4.11.4.ebuild 14 Jun 2015 14:07:15 -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/PyQt4/PyQt4-4.11.4.ebuild,v 1.2 
2015/06/14 13:52:01 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.4.ebuild,v 1.3 
2015/06/14 14:07:15 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -72,9 +72,6 @@
 
        # Allow building against KDE's phonon (bug 525354).
        epatch "${FILESDIR}/${PN}-4.11.2-phonon.patch"
-
-       # Avoid automagic dependency.
-       use dbus || rm -fr dbus
 }
 
 pyqt_use_enable() {
@@ -97,6 +94,7 @@
                        --enable=QtXml
                        $(pyqt_use_enable X QtGui)
                        $(pyqt_use_enable dbus QtDBus)
+                       $(usex dbus '' --no-python-dbus)
                        $(pyqt_use_enable declarative)
                        $(pyqt_use_enable designer)
                        $(usex designer '' --no-designer-plugin)
@@ -144,7 +142,7 @@
        }
        python_foreach_impl run_in_build_dir installation
 
-       dodoc NEWS THANKS
+       dodoc ChangeLog NEWS THANKS
 
        if use doc; then
                dodoc -r doc/html



1.290                dev-python/PyQt4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.290&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.290&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.289&r2=1.290

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   14 Jun 2015 13:52:01 -0000      1.289
+++ ChangeLog   14 Jun 2015 14:07:15 -0000      1.290
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.289 
2015/06/14 13:52:01 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.290 
2015/06/14 14:07:15 pesa Exp $
+
+  14 Jun 2015; Davide Pesavento <p...@gentoo.org> PyQt4-4.11.4.ebuild:
+  Use the new --no-python-dbus configure option.
 
   14 Jun 2015; Davide Pesavento <p...@gentoo.org> PyQt4-4.11.4.ebuild:
   PyQt4 became GPL-3 only.




Reply via email to