From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF9E7138010 for ; Sat, 6 Oct 2012 10:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BB8E02F0; Sat, 6 Oct 2012 10:44:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EEB4EE02F0 for ; Sat, 6 Oct 2012 10:44:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A02733C34C for ; Sat, 6 Oct 2012 10:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D8F88E5436 for ; Sat, 6 Oct 2012 10:44:42 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1349520249.9a2720919ad22ec78ce552aea3211aff768717b6.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 9a2720919ad22ec78ce552aea3211aff768717b6 X-VCS-Branch: master Date: Sat, 6 Oct 2012 10:44:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42885a7e-fb71-419f-a25f-04a1f07c3b8a X-Archives-Hash: f4077a4cc11192bae6fd441dae82e539 commit: 9a2720919ad22ec78ce552aea3211aff768717b6 Author: Markos Chandras gentoo org> AuthorDate: Fri Oct 5 20:39:26 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Oct 6 10:44:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9a272091 dev-python/PyQt4: Sync with portage ebuild --- dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild index c968bfe..cc995a0 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild @@ -24,12 +24,12 @@ if [[ ${PV} == *_pre* ]]; then SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" else MY_P="PyQt-x11-gpl-${PV}" - SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz" + SRC_URI="mirror://sourceforge/pyqt/${PN}/PyQt-${PV}/${MY_P}.tar.gz" fi LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="X assistant dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns" REQUIRED_USE=" @@ -44,7 +44,7 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-python/sip-4.13.3 + >=dev-python/sip-4.14 >=x11-libs/qt-core-${QT_VER}:4 >=x11-libs/qt-script-${QT_VER}:4 X? ( @@ -148,8 +148,6 @@ src_configure() { LINK_SHLIB="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" - CFLAGS_RELEASE= - CXXFLAGS_RELEASE= LFLAGS="${LDFLAGS}") echo "${myconf[@]}" "${myconf[@]}" || die