public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/
Date: Mon,  5 Nov 2012 05:18:26 +0000 (UTC)	[thread overview]
Message-ID: <1352092517.41eb3e0c6e6c06498814fdf0512a175fa794aa0a.pesa@gentoo> (raw)

commit:     41eb3e0c6e6c06498814fdf0512a175fa794aa0a
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Nov  5 05:12:18 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 05:15:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=41eb3e0c

[dev-python/PyQt4] (WIP) Try to respect AR, bug 440266.

Package-Manager: portage-2.2.0_alpha142

---
 dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild
index e422a84..dffaba2 100644
--- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121105.ebuild
@@ -78,7 +78,7 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-	"${FILESDIR}/${PN}-4.7.2-configure.py.patch"
+#	"${FILESDIR}/${PN}-4.7.2-configure.py.patch"
 )
 
 PYTHON_VERSIONED_EXECUTABLES=("/usr/bin/pyuic4")
@@ -114,8 +114,8 @@ pyqt4_use_enable() {
 
 src_configure() {
 	configuration() {
-		local myconf=("$(PYTHON)"
-			configure.py
+		local myconf=(
+			"$(PYTHON)" configure.py
 			--confirm-license
 			--bindir="${EPREFIX}/usr/bin"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
@@ -142,13 +142,15 @@ src_configure() {
 			$(pyqt4_use_enable svg QtSvg)
 			$(pyqt4_use_enable webkit QtWebKit)
 			$(pyqt4_use_enable xmlpatterns QtXmlPatterns)
+			AR="$(tc-getAR) cqs"
 			CC="$(tc-getCC)"
+			CFLAGS="${CFLAGS}"
 			CXX="$(tc-getCXX)"
+			CXXFLAGS="${CXXFLAGS}"
 			LINK="$(tc-getCXX)"
 			LINK_SHLIB="$(tc-getCXX)"
-			CFLAGS="${CFLAGS}"
-			CXXFLAGS="${CXXFLAGS}"
-			LFLAGS="${LDFLAGS}")
+			LFLAGS="${LDFLAGS}"
+		)
 		echo "${myconf[@]}"
 		"${myconf[@]}" || die
 
@@ -160,9 +162,9 @@ src_configure() {
 				$(use opengl && echo QtOpenGL); do
 			# Run eqmake4 inside the qpy subdirectories to respect
 			# CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS and avoid stripping.
-			pushd qpy/${mod} > /dev/null || return 1
+			pushd qpy/${mod} > /dev/null || return
 			eqmake4 $(ls w_qpy*.pro)
-			popd > /dev/null || return 1
+			popd > /dev/null || return
 
 			# Fix insecure runpaths.
 			sed -e "/^LFLAGS[[:space:]]*=/s:-Wl,-rpath,${BUILDDIR}/qpy/${mod}::" \
@@ -171,9 +173,9 @@ src_configure() {
 
 		# Avoid stripping of libpythonplugin.so.
 		if use X; then
-			pushd designer > /dev/null || return 1
+			pushd designer > /dev/null || return
 			eqmake4 python.pro
-			popd > /dev/null || return 1
+			popd > /dev/null || return
 		fi
 	}
 	python_execute_function -s configuration


             reply	other threads:[~2012-11-05  5:18 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-05  5:18 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-28 18:22 [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ Davide Pesavento
2013-09-13 19:37 Jonathan Callen
2013-08-08 10:53 Michael Palimaka
2013-07-08  6:09 Davide Pesavento
2013-06-24  8:38 Davide Pesavento
2013-04-30  4:04 Markos Chandras
2013-04-29  4:03 Markos Chandras
2013-04-28  4:03 Markos Chandras
2013-04-24  4:03 Markos Chandras
2013-04-23  4:03 Markos Chandras
2013-04-20  4:03 Markos Chandras
2013-04-15  4:03 Markos Chandras
2013-04-11  4:02 Markos Chandras
2013-04-09  4:02 Markos Chandras
2013-04-08  4:02 Markos Chandras
2013-03-30  5:02 Markos Chandras
2013-03-28  5:02 Markos Chandras
2013-03-20  5:02 Markos Chandras
2013-03-19  5:02 Markos Chandras
2013-03-18  5:02 Markos Chandras
2013-03-16  5:02 Markos Chandras
2013-03-14  5:02 Markos Chandras
2013-03-13  5:02 Markos Chandras
2013-03-12  9:18 Davide Pesavento
2013-03-12  5:02 Markos Chandras
2013-03-09  5:02 Markos Chandras
2013-03-06  5:02 Markos Chandras
2013-02-15  8:21 Davide Pesavento
2013-02-10  5:02 Markos Chandras
2013-02-07  5:02 Markos Chandras
2013-02-06  5:02 Markos Chandras
2013-02-04 16:16 Michael Palimaka
2013-02-02  5:02 Markos Chandras
2013-01-26  5:02 Markos Chandras
2013-01-22 14:35 Michael Palimaka
2013-01-16  5:24 Markos Chandras
2013-01-09  5:02 Markos Chandras
2012-12-27  9:35 Davide Pesavento
2012-12-26  6:52 Davide Pesavento
2012-12-22  5:02 Markos Chandras
2012-12-10 11:24 Davide Pesavento
2012-12-07  5:02 Markos Chandras
2012-12-04  5:02 Markos Chandras
2012-11-23  5:02 Markos Chandras
2012-11-21  5:02 Markos Chandras
2012-11-20  5:02 Markos Chandras
2012-11-18  5:02 Markos Chandras
2012-11-17  5:02 Markos Chandras
2012-11-16  5:02 Markos Chandras
2012-11-14  5:02 Markos Chandras
2012-11-13  5:02 Markos Chandras
2012-11-05  5:37 Davide Pesavento
2012-10-29  5:07 Markos Chandras
2012-10-09  4:07 Markos Chandras
2012-10-06 10:44 Markos Chandras
2012-10-06  4:05 Markos Chandras
2012-10-01  4:05 Markos Chandras
2012-09-17  4:04 Markos Chandras
2012-09-16  4:04 Markos Chandras
2012-09-12  4:04 Markos Chandras
2012-09-11  4:04 Markos Chandras
2012-09-07  4:04 Markos Chandras
2012-09-05  4:04 Markos Chandras
2012-09-04  4:04 Markos Chandras
2012-08-12  4:01 Markos Chandras
2012-07-14  5:58 Markos Chandras
2012-07-11  5:57 Markos Chandras
2012-06-27 10:40 Davide Pesavento
2012-06-01 23:06 Markos Chandras
2012-05-22 21:18 Markos Chandras
2012-05-03  7:24 Johannes Huber
2012-04-21 17:28 Michael Palimaka
2012-04-01  8:30 Markos Chandras
2012-03-03 14:36 Davide Pesavento
2012-02-20 18:46 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352092517.41eb3e0c6e6c06498814fdf0512a175fa794aa0a.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox