mgorny 14/03/31 20:43:29 Modified: webob-1.3.1.ebuild webob-1.2.3-r1.ebuild ChangeLog Log: Add support for the new PyPy slotting. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 dev-python/webob/webob-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?r1=1.1&r2=1.2 Index: webob-1.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- webob-1.3.1.ebuild 17 Dec 2013 06:24:32 -0000 1.1 +++ webob-1.3.1.ebuild 31 Mar 2014 20:43:29 -0000 1.2 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.1 2013/12/17 06:24:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.2 2014/03/31 20:43:29 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 1.13 dev-python/webob/webob-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?r1=1.12&r2=1.13 Index: webob-1.2.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- webob-1.2.3-r1.ebuild 18 Jan 2014 15:59:04 -0000 1.12 +++ webob-1.2.3-r1.ebuild 31 Mar 2014 20:43:29 -0000 1.13 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.12 2014/01/18 15:59:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.13 2014/03/31 20:43:29 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit distutils-r1 1.86 dev-python/webob/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 18 Jan 2014 15:59:04 -0000 1.85 +++ ChangeLog 31 Mar 2014 20:43:29 -0000 1.86 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/webob # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.85 2014/01/18 15:59:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.86 2014/03/31 20:43:29 mgorny Exp $ + + 31 Mar 2014; Michał Górny <[email protected]> webob-1.2.3-r1.ebuild, + webob-1.3.1.ebuild: + Add support for the new PyPy slotting. 18 Jan 2014; Markus Meier <[email protected]> webob-1.2.3-r1.ebuild: arm stable, bug #450174
