pesa 15/07/29 16:55:44 Modified: sip-4.16.9.ebuild ChangeLog Log: Sync with live ebuild. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.2 dev-python/sip/sip-4.16.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild?r1=1.1&r2=1.2 Index: sip-4.16.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sip-4.16.9.ebuild 22 Jul 2015 03:21:29 -0000 1.1 +++ sip-4.16.9.ebuild 29 Jul 2015 16:55:44 -0000 1.2 @@ -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/sip/sip-4.16.9.ebuild,v 1.1 2015/07/22 03:21:29 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.9.ebuild,v 1.2 2015/07/29 16:55:44 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -33,23 +33,25 @@ DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}" - [[ ${PV} == *9999* ]] && DEPEND+=" - =dev-lang/python-2* sys-devel/bison sys-devel/flex doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] ) " REQUIRED_USE="${PYTHON_REQUIRED_USE}" +[[ ${PV} == *9999* ]] && REQUIRED_USE+=" + || ( $(python_gen_useflags 'python2*') ) +" src_prepare() { epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch if [[ ${PV} == *9999* ]]; then - python2 build.py prepare || die + python_setup 'python2*' + "${PYTHON}" build.py prepare || die if use doc; then - python2 build.py doc || die + "${PYTHON}" build.py doc || die fi fi 1.314 dev-python/sip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.314&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.314&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.313&r2=1.314 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v retrieving revision 1.313 retrieving revision 1.314 diff -u -r1.313 -r1.314 --- ChangeLog 29 Jul 2015 16:49:15 -0000 1.313 +++ ChangeLog 29 Jul 2015 16:55:44 -0000 1.314 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.313 2015/07/29 16:49:15 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.314 2015/07/29 16:55:44 pesa Exp $ + + 29 Jul 2015; Davide Pesavento <[email protected]> sip-4.16.9.ebuild: + Sync with live ebuild. *sip-4.9999 (29 Jul 2015)
