idella4 14/10/30 10:59:05 Modified: bokeh-0.5.0.ebuild ChangeLog Log: add patch to purge check for previous install from setup.py, fixes Bug #527336 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/bokeh/bokeh-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/bokeh-0.5.0.ebuild?r1=1.1&r2=1.2 Index: bokeh-0.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bokeh-0.5.0.ebuild 29 Oct 2014 06:40:34 -0000 1.1 +++ bokeh-0.5.0.ebuild 30 Oct 2014 10:59:05 -0000 1.2 @@ -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/bokeh/bokeh-0.5.0.ebuild,v 1.1 2014/10/29 06:40:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/bokeh-0.5.0.ebuild,v 1.2 2014/10/30 10:59:05 idella4 Exp $ EAPI=5 @@ -55,6 +55,8 @@ " DOCS=( CHANGELOG QUICKSTART.md README.md ) +PATCHES=( "${FILESDIR}"/${PV}-setup.patch ) + DISTUTILS_NO_PARALLEL_BUILD=1 python_prepare_all() { 1.10 dev-python/bokeh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 29 Oct 2014 15:11:11 -0000 1.9 +++ ChangeLog 30 Oct 2014 10:59:05 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/bokeh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.9 2014/10/29 15:11:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bokeh/ChangeLog,v 1.10 2014/10/30 10:59:05 idella4 Exp $ + + 30 Oct 2014; Ian Delaney <[email protected]> +files/0.5.0-setup.patch, + bokeh-0.5.0.ebuild: + add patch to purge check for previous install from setup.py, fixes Bug #527336 29 Oct 2014; Mike Gilbert <[email protected]> metadata.xml: Drop python herd after discussion in IRC.
