public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.11.3.ebuild ChangeLog PyQt4-4.11.2.ebuild
@ 2015-05-11 18:00 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2015-05-11 18:00 UTC (permalink / raw
  To: gentoo-commits

pesa        15/05/11 18:00:13

  Modified:             PyQt4-4.11.3.ebuild ChangeLog
  Removed:              PyQt4-4.11.2.ebuild
  Log:
  Enable tracing with USE=debug; enable configure verbose output to get useful build logs in bug reports; stop passing deprecated --no-timestamp option; use qt4_get_bindir().
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)

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

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

Index: PyQt4-4.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt4-4.11.3.ebuild	9 Jan 2015 01:27:25 -0000	1.2
+++ PyQt4-4.11.3.ebuild	11 May 2015 18:00:13 -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.3.ebuild,v 1.2 2015/01/09 01:27:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v 1.3 2015/05/11 18:00:13 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -36,7 +36,7 @@
 
 RDEPEND="
 	${PYTHON_DEPS}
-	>=dev-python/sip-4.16.4:=[${PYTHON_USEDEP}]
+	>=dev-python/sip-4.16.6:=[${PYTHON_USEDEP}]
 	>=dev-qt/qtcore-${QT_PV}
 	X? ( >=dev-qt/qtgui-${QT_PV} )
 	dbus? (
@@ -82,20 +82,16 @@
 }
 
 src_configure() {
-	local qmake_path=${EPREFIX}/usr/$(get_libdir)/qt4/bin/qmake
-	[[ ! -x ${qmake_path} ]] && qmake_path=${EPREFIX}/usr/bin/qmake
-
 	configuration() {
 		local myconf=(
 			"${PYTHON}"
 			"${S}"/configure-ng.py
+			$(use debug && echo --debug --trace)
+			--verbose
 			--confirm-license
-			--qmake="${qmake_path}"
+			--qmake="$(qt4_get_bindir)"/qmake
 			--destdir="$(python_get_sitedir)"
-			--assume-shared
-			--no-timestamp
 			--qsci-api
-			$(use debug && echo --debug)
 			--enable=QtCore
 			--enable=QtNetwork
 			--enable=QtXml



1.286                dev-python/PyQt4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog	14 Apr 2015 12:36:33 -0000	1.285
+++ ChangeLog	11 May 2015 18:00:13 -0000	1.286
@@ -1,6 +1,12 @@
 # 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.285 2015/04/14 12:36:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.286 2015/05/11 18:00:13 pesa Exp $
+
+  11 May 2015; Davide Pesavento <pesa@gentoo.org> -PyQt4-4.11.2.ebuild,
+  PyQt4-4.11.3.ebuild:
+  Enable tracing with USE=debug; enable configure verbose output to get useful
+  build logs in bug reports; stop passing deprecated --no-timestamp option; use
+  qt4_get_bindir().
 
   14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> PyQt4-4.11.1.ebuild:
   Stable for ia64, wrt bug #523322





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-11 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 18:00 [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.11.3.ebuild ChangeLog PyQt4-4.11.2.ebuild 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