slis 15/02/19 07:30:03 Modified: Kivy-1.8.0.ebuild ChangeLog Log: Attempt to fix problem with cython-0.22 (#540402) (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Revision Changes Path 1.6 dev-python/Kivy/Kivy-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.5&r2=1.6 Index: Kivy-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Kivy-1.8.0.ebuild 1 Jan 2015 21:23:06 -0000 1.5 +++ Kivy-1.8.0.ebuild 19 Feb 2015 07:30:03 -0000 1.6 @@ -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/Kivy/Kivy-1.8.0.ebuild,v 1.5 2015/01/01 21:23:06 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.6 2015/02/19 07:30:03 slis Exp $ EAPI="5" @@ -19,7 +19,7 @@ DEPEND="dev-python/cython garden? ( dev-python/kivy-garden ) - gstreamer? ( dev-python/gst-python ) + gstreamer? ( dev-python/gst-python:1.0 ) cairo? ( dev-python/pycairo ) spell? ( dev-python/pyenchant ) dev-python/pygame @@ -32,6 +32,9 @@ src_prepare() { sed -e '/data_files=/d' -i "${S}/setup.py" epatch "${FILESDIR}/cython-fixes.patch" + if has_version '>=dev-python/cython-0.22' ; then + epatch "${FILESDIR}/cython-0.22.patch" + fi } src_install() { 1.6 dev-python/Kivy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 1 Jan 2015 21:23:06 -0000 1.5 +++ ChangeLog 19 Feb 2015 07:30:03 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/Kivy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.5 2015/01/01 21:23:06 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.6 2015/02/19 07:30:03 slis Exp $ + + 19 Feb 2015; Sławek Lis <[email protected]> +files/cython-0.22.patch, + Kivy-1.8.0.ebuild: + Attempt to fix problem with cython-0.22 (#540402) 01 Jan 2015; Sławek Lis <[email protected]> +files/cython-fixes.patch, Kivy-1.8.0.ebuild:
