idella4 15/01/13 05:37:27 Modified: gnuplot-py-1.8-r1.ebuild ChangeLog Log: tidy (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild?r1=1.3&r2=1.4 Index: gnuplot-py-1.8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnuplot-py-1.8-r1.ebuild 27 Jun 2014 15:12:20 -0000 1.3 +++ gnuplot-py-1.8-r1.ebuild 13 Jan 2015 05:37:27 -0000 1.4 @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.3 2014/06/27 15:12:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.4 2015/01/13 05:37:27 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_SINGLE_IMPL=true -inherit distutils-r1 eutils +inherit distutils-r1 DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" @@ -18,23 +18,16 @@ IUSE="doc" DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" + dev-python/numpy[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} sci-visualization/gnuplot" DOCS=( ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt TODO.txt ) -src_prepare() { - distutils-r1_src_prepare - epatch "${FILESDIR}"/${PN}-1.7-mousesupport.patch -} - -src_install() { - distutils-r1_src_install +PATCHES=( "${FILESDIR}"/${PN}-1.7-mousesupport.patch ) - if use doc; then - insinto /usr/share/doc/${PF}/html - doins -r doc/Gnuplot/* - fi +python_install_all() { + use doc && local HTML_DOCS=( doc/Gnuplot/. ) + distutils-r1_python_install_all } +# testsuite does NOT run unattended, so left out here 1.45 dev-python/gnuplot-py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 27 Jun 2014 15:12:20 -0000 1.44 +++ ChangeLog 13 Jan 2015 05:37:27 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.44 2014/06/27 15:12:20 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.45 2015/01/13 05:37:27 idella4 Exp $ + + 13 Jan 2015; Ian Delaney <idel...@gentoo.org> gnuplot-py-1.8-r1.ebuild: + tidy *gnuplot-py-1.8-r1 (27 Jun 2014) @@ -161,4 +164,3 @@ 19 Jun 2003; Alastair Tse <liqu...@gentoo.org> gnuplot-py-1.6.ebuild: new ebuild submitted by Chris Bainbridge <c...@dcs.ed.ac.uk> (#21113) -