public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Slawek Lis (slis)" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
Date: Thu, 19 Feb 2015 07:30:03 +0000 (UTC)	[thread overview]
Message-ID: <20150219073003.A681812149@oystercatcher.gentoo.org> (raw)

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 <slis@gentoo.org> +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 <slis@gentoo.org> +files/cython-fixes.patch,
   Kivy-1.8.0.ebuild:





             reply	other threads:[~2015-02-19  7:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19  7:30 Slawek Lis (slis) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog Michal Gorny (mgorny)
2015-01-01 21:23 Slawek Lis (slis)
2014-08-10 21:06 Sergei Trofimovich (slyfox)
2014-04-06 10:36 Gilles Dartiguelongue (eva)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150219073003.A681812149@oystercatcher.gentoo.org \
    --to=slis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox