idella4 14/08/28 06:10:37 Modified: numpy-1.8.2.ebuild ChangeLog Log: tidy SRC_URI (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/numpy/numpy-1.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.2.ebuild?r1=1.1&r2=1.2 Index: numpy-1.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- numpy-1.8.2.ebuild 22 Aug 2014 11:09:44 -0000 1.1 +++ numpy-1.8.2.ebuild 28 Aug 2014 06:10:37 -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/numpy/numpy-1.8.2.ebuild,v 1.1 2014/08/22 11:09:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.2.ebuild,v 1.2 2014/08/28 06:10:37 idella4 Exp $ EAPI=5 @@ -11,14 +11,15 @@ inherit distutils-r1 eutils flag-o-matic fortran-2 multilib toolchain-funcs versionator DOC_PV="1.8.1" +DOC_P="${PN}-${DOC_PV}" DESCRIPTION="Fast array and numerical python library" HOMEPAGE="http://numpy.scipy.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz doc? ( - http://docs.scipy.org/doc/${P/2/1}/${PN}-html-${DOC_PV}.zip - http://docs.scipy.org/doc/${P/2/1}/${PN}-ref-${DOC_PV}.pdf - http://docs.scipy.org/doc/${P2/1}/${PN}-user-${DOC_PV}.pdf + http://docs.scipy.org/doc/${DOC_P}/${PN}-html-${DOC_PV}.zip + http://docs.scipy.org/doc/${DOC_P}/${PN}-ref-${DOC_PV}.pdf + http://docs.scipy.org/doc/${DOC_P}/${PN}-user-${DOC_PV}.pdf )" # It appears the docs haven't been upgraded, still @ 1.8.1 LICENSE="BSD" 1.240 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.240&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.240&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.239&r2=1.240 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v retrieving revision 1.239 retrieving revision 1.240 diff -u -r1.239 -r1.240 --- ChangeLog 28 Aug 2014 05:16:24 -0000 1.239 +++ ChangeLog 28 Aug 2014 06:10:37 -0000 1.240 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.239 2014/08/28 05:16:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.240 2014/08/28 06:10:37 idella4 Exp $ + + 28 Aug 2014; Ian Delaney <[email protected]> numpy-1.8.2.ebuild: + tidy SRC_URI 28 Aug 2014; Ian Delaney <[email protected]> numpy-1.8.1.ebuild: drop pypy accidentally added
