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 7CF6C13838B for ; Sun, 21 Sep 2014 12:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911C3E09F1; Sun, 21 Sep 2014 12:51:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 354A7E09F1 for ; Sun, 21 Sep 2014 12:51:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5483F33BDE8 for ; Sun, 21 Sep 2014 12:51:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E71A990 for ; Sun, 21 Sep 2014 12:51:16 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1411303862.fe6ef7a3d10e3c66aa90fe04c7f611e79d9622e5.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/pyside/pyside-9999.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: fe6ef7a3d10e3c66aa90fe04c7f611e79d9622e5 X-VCS-Branch: master Date: Sun, 21 Sep 2014 12:51:16 +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: 646ab17a-d4a9-40fe-9d42-e7c446a01bdb X-Archives-Hash: 509c7f15007581e2664b1459854cdf68 commit: fe6ef7a3d10e3c66aa90fe04c7f611e79d9622e5 Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 21 12:51:02 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Sep 21 12:51:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fe6ef7a3 [dev-python/pyside] Sync with portage. Package-Manager: portage-2.2.13 --- dev-python/pyside/pyside-9999.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild index b78e3b4..2d456de 100644 --- a/dev-python/pyside/pyside-9999.ebuild +++ b/dev-python/pyside/pyside-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.2.1-r1.ebuild,v 1.1 2013/12/25 19:26:11 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.2.2.ebuild,v 1.4 2014/09/21 00:42:17 pesa Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit multilib cmake-utils python-r1 virtualx git-r3 +inherit cmake-utils multilib python-r1 virtualx git-r3 MY_P="${PN}-qt4.8+${PV}" @@ -20,9 +20,10 @@ EGIT_REPO_URI=( LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="X declarative designer help multimedia opengl phonon script scripttools sql svg test webkit xmlpatterns" +IUSE="X declarative designer help multimedia opengl phonon script scripttools sql svg test webkit xmlpatterns" REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} declarative? ( X ) designer? ( X ) help? ( X ) @@ -37,9 +38,10 @@ REQUIRED_USE=" " # Minimal supported version of Qt. -QT_PV="4.7.0:4" +QT_PV="4.8.5:4" RDEPEND=" + ${PYTHON_DEPS} >=dev-python/shiboken-${PV}[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} X? ( @@ -47,7 +49,7 @@ RDEPEND=" >=dev-qt/qttest-${QT_PV} ) declarative? ( >=dev-qt/qtdeclarative-${QT_PV} ) - designer? ( || ( dev-qt/designer:4 =dev-qt/designer-${QT_PV} ) help? ( >=dev-qt/qthelp-${QT_PV} ) multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} ) opengl? ( >=dev-qt/qtopengl-${QT_PV} ) @@ -79,6 +81,8 @@ src_prepare() { cp "${FILESDIR}"/rpath.cmake . || die sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die fi + + cmake-utils_src_prepare } src_configure() { @@ -120,15 +124,14 @@ src_configure() { } src_compile() { - python_foreach_impl cmake-utils_src_make + python_foreach_impl cmake-utils_src_compile } src_test() { local PYTHONDONTWRITEBYTECODE export PYTHONDONTWRITEBYTECODE - local VIRTUALX_COMMAND="cmake-utils_src_test" - python_foreach_impl virtualmake + VIRTUALX_COMMAND="cmake-utils_src_test" python_foreach_impl virtualmake } src_install() {