About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
hawking 07/11/20 21:15:31 Modified: ChangeLog Added: gnuplot-py-1.7-r2.ebuild Log: revbump. backported upstream's changes for numpy. numeric dependency changed to numpy. (Portage version: 2.1.3.19) Revision Changes Path 1.21 dev-python/gnuplot-py/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 21 Aug 2007 12:00:25 -0000 1.20 +++ ChangeLog 20 Nov 2007 21:15:31 -0000 1.21 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.20 2007/08/21 12:00:25 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.21 2007/11/20 21:15:31 hawking Exp $ + +*gnuplot-py-1.7-r2 (20 Nov 2007) + + 20 Nov 2007; Ali Polatel <hawking@g.o> + +files/gnuplot-py-1.7-numpy.patch, +gnuplot-py-1.7-r2.ebuild: + revbump. backported upstream's changes for numpy. numeric dependency changed + to numpy. 21 Aug 2007; Ferris McCormick <fmccor@g.o> gnuplot-py-1.7-r1.ebuild: 1.1 dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild?rev=1.1&content-type=text/plain Index: gnuplot-py-1.7-r2.ebuild =================================================================== # Copyright 1999-2007 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.7-r2.ebuild,v 1.1 2007/11/20 21:15:31 hawking Exp $ inherit distutils eutils DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/python sci-visualization/gnuplot dev-python/numpy" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-numpy.patch" epatch "${FILESDIR}/${P}-mousesupport.patch" } src_install() { distutils_src_install dohtml doc/Gnuplot/* insinto /usr/share/doc/${PF} doins demo.py } -- gentoo-commits@g.o mailing list
Updated Mar 02, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.