pesa        14/09/21 00:42:17

  Modified:             pyside-1.2.2.ebuild ChangeLog
  Log:
  Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. Drop deprecated python 
targets.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.4                  dev-python/pyside/pyside-1.2.2.ebuild

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

Index: pyside-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyside-1.2.2.ebuild 27 Aug 2014 12:15:40 -0000      1.3
+++ pyside-1.2.2.ebuild 21 Sep 2014 00:42:17 -0000      1.4
@@ -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.2.ebuild,v 1.3 
2014/08/27 12:15:40 blueness 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_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit multilib cmake-utils python-r1 virtualx
+inherit cmake-utils multilib python-r1 virtualx
 
 MY_P="${PN}-qt4.8+${PV}"
 
@@ -17,9 +17,10 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-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 )
@@ -34,9 +35,10 @@
 "
 
 # 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? (
@@ -44,7 +46,7 @@
                >=dev-qt/qttest-${QT_PV}
        )
        declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
-       designer? ( || ( dev-qt/designer:4 <dev-qt/qtgui-4.8.5:4 ) )
+       designer? ( >=dev-qt/designer-${QT_PV} )
        help? ( >=dev-qt/qthelp-${QT_PV} )
        multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
        opengl? ( >=dev-qt/qtopengl-${QT_PV} )
@@ -76,6 +78,8 @@
                cp "${FILESDIR}"/rpath.cmake . || die
                sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
        fi
+
+       cmake-utils_src_prepare
 }
 
 src_configure() {
@@ -117,15 +121,14 @@
 }
 
 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() {



1.63                 dev-python/pyside/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   27 Aug 2014 12:15:40 -0000      1.62
+++ ChangeLog   21 Sep 2014 00:42:17 -0000      1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyside
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.62 
2014/08/27 12:15:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.63 
2014/09/21 00:42:17 pesa Exp $
+
+  21 Sep 2014; Davide Pesavento <[email protected]> pyside-1.2.2.ebuild:
+  Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. Drop deprecated python
+  targets.
 
   27 Aug 2014; Anthony G. Basile <[email protected]> pyside-1.1.2-r1.ebuild,
   pyside-1.2.1-r1.ebuild, pyside-1.2.2.ebuild:




Reply via email to