pacho 14/11/28 14:55:57 Modified: Shapely-1.3.2.ebuild Shapely-9999.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 sci-libs/Shapely/Shapely-1.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?r1=1.1&r2=1.2 Index: Shapely-1.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Shapely-1.3.2.ebuild 20 Jun 2014 09:30:27 -0000 1.1 +++ Shapely-1.3.2.ebuild 28 Nov 2014 14:55:57 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.1 2014/06/20 09:30:27 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.2 2014/11/28 14:55:57 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) inherit distutils-r1 1.2 sci-libs/Shapely/Shapely-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild?r1=1.1&r2=1.2 Index: Shapely-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Shapely-9999.ebuild 28 Feb 2014 14:04:31 -0000 1.1 +++ Shapely-9999.ebuild 28 Nov 2014 14:55:57 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild,v 1.1 2014/02/28 14:04:31 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-9999.ebuild,v 1.2 2014/11/28 14:55:57 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) inherit distutils-r1 1.4 sci-libs/Shapely/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 20 Jun 2014 09:30:27 -0000 1.3 +++ ChangeLog 28 Nov 2014 14:55:57 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/Shapely # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.3 2014/06/20 09:30:27 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.4 2014/11/28 14:55:57 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <[email protected]> Shapely-1.3.2.ebuild, + Shapely-9999.ebuild: + Support python 3.4 *Shapely-1.3.2 (20 Jun 2014)
