jlec 15/06/03 19:54:19 Modified: Kivy-1.8.0.ebuild Kivy-1.9.0.ebuild ChangeLog Log: Add missing eutils.eclass (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.8 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.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild?r1=1.7&r2=1.8 Index: Kivy-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Kivy-1.8.0.ebuild 8 Apr 2015 08:05:08 -0000 1.7 +++ Kivy-1.8.0.ebuild 3 Jun 2015 19:54:18 -0000 1.8 @@ -1,14 +1,14 @@ # 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.7 2015/04/08 08:05:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.8 2015/06/03 19:54:18 jlec Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit distutils-r1 +inherit distutils-r1 eutils -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.2 dev-python/Kivy/Kivy-1.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?r1=1.1&r2=1.2 Index: Kivy-1.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Kivy-1.9.0.ebuild 10 Apr 2015 08:29:03 -0000 1.1 +++ Kivy-1.9.0.ebuild 3 Jun 2015 19:54:18 -0000 1.2 @@ -1,14 +1,14 @@ # 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.9.0.ebuild,v 1.1 2015/04/10 08:29:03 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.2 2015/06/03 19:54:18 jlec Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_1,3_3,3_4} ) -inherit distutils-r1 +inherit distutils-r1 eutils -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.10 dev-python/Kivy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 3 Jun 2015 19:53:14 -0000 1.9 +++ ChangeLog 3 Jun 2015 19:54:18 -0000 1.10 @@ -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.9 2015/06/03 19:53:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.10 2015/06/03 19:54:18 jlec Exp $ + + 03 Jun 2015; Justin Lecher <[email protected]> Kivy-1.8.0.ebuild, + Kivy-1.9.0.ebuild: + Add missing eutils.eclass 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml
