floppym 14/12/28 19:32:53 Modified: subvertpy-0.9.1.ebuild ChangeLog Log: python-r1 cleanup. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.6 dev-python/subvertpy/subvertpy-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild?r1=1.5&r2=1.6 Index: subvertpy-0.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- subvertpy-0.9.1.ebuild 6 Jul 2014 12:49:55 -0000 1.5 +++ subvertpy-0.9.1.ebuild 28 Dec 2014 19:32:53 -0000 1.6 @@ -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/subvertpy/subvertpy-0.9.1.ebuild,v 1.5 2014/07/06 12:49:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild,v 1.6 2014/12/28 19:32:53 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -22,11 +22,14 @@ dev-python/testtools ) )" -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") - DOCS=( NEWS AUTHORS ) S=${WORKDIR} +python_compile() { + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +} + python_test() { distutils_install_for_testing pushd man > /dev/null 1.57 dev-python/subvertpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 6 Jul 2014 12:49:55 -0000 1.56 +++ ChangeLog 28 Dec 2014 19:32:53 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/subvertpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.56 2014/07/06 12:49:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.57 2014/12/28 19:32:53 floppym Exp $ + + 28 Dec 2014; Mike Gilbert <[email protected]> subvertpy-0.9.1.ebuild: + python-r1 cleanup. 06 Jul 2014; Michał Górny <[email protected]> subvertpy-0.8.10.ebuild, subvertpy-0.9.0.ebuild, subvertpy-0.9.1.ebuild:
