public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
@ 2015-02-19  7:30 Slawek Lis (slis)
  0 siblings, 0 replies; 5+ messages in thread
From: Slawek Lis (slis) @ 2015-02-19  7:30 UTC (permalink / raw
  To: gentoo-commits

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:





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:08

  Modified:             Kivy-1.8.0.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.6&r2=1.7

Index: Kivy-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Kivy-1.8.0.ebuild	19 Feb 2015 07:30:03 -0000	1.6
+++ Kivy-1.8.0.ebuild	8 Apr 2015 08:05:08 -0000	1.7
@@ -1,10 +1,10 @@
 # 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.6 2015/02/19 07:30:03 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.7 2015/04/08 08:05:08 mgorny Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_1,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.7                  dev-python/Kivy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 Feb 2015 07:30:03 -0000	1.6
+++ ChangeLog	8 Apr 2015 08:05:08 -0000	1.7
@@ -1,6 +1,9 @@
 # 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.6 2015/02/19 07:30:03 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.7 2015/04/08 08:05:08 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> Kivy-1.8.0.ebuild:
+  Drop old Python implementations
 
   19 Feb 2015; Sławek Lis <slis@gentoo.org> +files/cython-0.22.patch,
   Kivy-1.8.0.ebuild:





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
@ 2015-01-01 21:23 Slawek Lis (slis)
  0 siblings, 0 replies; 5+ messages in thread
From: Slawek Lis (slis) @ 2015-01-01 21:23 UTC (permalink / raw
  To: gentoo-commits

slis        15/01/01 21:23:06

  Modified:             Kivy-1.8.0.ebuild ChangeLog
  Log:
  Fixed #534114
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.4&r2=1.5

Index: Kivy-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Kivy-1.8.0.ebuild	10 Aug 2014 21:06:30 -0000	1.4
+++ Kivy-1.8.0.ebuild	1 Jan 2015 21:23:06 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.4 2014/08/10 21:06:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.5 2015/01/01 21:23:06 slis Exp $
 
 EAPI="5"
 
@@ -8,7 +8,7 @@
 
 inherit distutils-r1
 
-DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications"
+DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications."
 HOMEPAGE="http://kivy.org/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -19,7 +19,7 @@
 
 DEPEND="dev-python/cython
 	garden? ( dev-python/kivy-garden )
-	gstreamer? ( dev-python/gst-python:0.10 )
+	gstreamer? ( dev-python/gst-python )
 	cairo? ( dev-python/pycairo )
 	spell? ( dev-python/pyenchant )
 	dev-python/pygame
@@ -31,6 +31,7 @@
 
 src_prepare() {
 	sed -e '/data_files=/d' -i "${S}/setup.py"
+	epatch "${FILESDIR}/cython-fixes.patch"
 }
 
 src_install() {



1.5                  dev-python/Kivy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 Aug 2014 21:06:30 -0000	1.4
+++ ChangeLog	1 Jan 2015 21:23:06 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/Kivy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.4 2014/08/10 21:06:30 slyfox Exp $
+# 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 $
+
+  01 Jan 2015; Sławek Lis <slis@gentoo.org> +files/cython-fixes.patch,
+  Kivy-1.8.0.ebuild:
+  Fixed #534114
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> Kivy-1.8.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
@ 2014-08-10 21:06 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:06 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:06:30

  Modified:             Kivy-1.8.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.3&r2=1.4

Index: Kivy-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kivy-1.8.0.ebuild	6 Apr 2014 10:36:24 -0000	1.3
+++ Kivy-1.8.0.ebuild	10 Aug 2014 21:06:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.3 2014/04/06 10:36:24 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.4 2014/08/10 21:06:30 slyfox Exp $
 
 EAPI="5"
 
@@ -8,7 +8,7 @@
 
 inherit distutils-r1
 
-DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications."
+DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications"
 HOMEPAGE="http://kivy.org/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.4                  dev-python/Kivy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Apr 2014 10:36:24 -0000	1.3
+++ ChangeLog	10 Aug 2014 21:06:30 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/Kivy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.3 2014/04/06 10:36:24 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.4 2014/08/10 21:06:30 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> Kivy-1.8.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   06 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> Kivy-1.8.0.ebuild:
   Pin gst-python to 0.10 slot





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog
@ 2014-04-06 10:36 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-04-06 10:36 UTC (permalink / raw
  To: gentoo-commits

eva         14/04/06 10:36:24

  Modified:             Kivy-1.8.0.ebuild ChangeLog
  Log:
  Pin gst-python to 0.10 slot
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.2&r2=1.3

Index: Kivy-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kivy-1.8.0.ebuild	2 Apr 2014 10:39:25 -0000	1.2
+++ Kivy-1.8.0.ebuild	6 Apr 2014 10:36:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.2 2014/04/02 10:39:25 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.3 2014/04/06 10:36:24 eva 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:0.10 )
 	cairo? ( dev-python/pycairo )
 	spell? ( dev-python/pyenchant )
 	dev-python/pygame
@@ -37,4 +37,4 @@
 	distutils-r1_src_install
 	use doc && dodoc -r doc/sources/*
 	use examples && insinto "/usr/share/doc/${PF}/" && doins -r examples
-}
\ No newline at end of file
+}



1.3                  dev-python/Kivy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Apr 2014 10:39:25 -0000	1.2
+++ ChangeLog	6 Apr 2014 10:36:24 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/Kivy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.2 2014/04/02 10:39:25 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.3 2014/04/06 10:36:24 eva Exp $
+
+  06 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> Kivy-1.8.0.ebuild:
+  Pin gst-python to 0.10 slot
 
   02 Apr 2014; Sławek Lis <slis@gentoo.org> Kivy-1.8.0.ebuild, metadata.xml:
   change use flag name (gst to gstreamer)





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-08  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19  7:30 [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.8.0.ebuild ChangeLog Slawek Lis (slis)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 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)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox