jlec 14/08/14 06:23:42 Modified: numpy-1.8.1.ebuild ChangeLog Log: dev-python/numpy: Fix doc installation patrh, #519236; thanks ero-sennin for the patch (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/numpy/numpy-1.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.8.1.ebuild?r1=1.1&r2=1.2 Index: numpy-1.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- numpy-1.8.1.ebuild 8 Apr 2014 23:33:11 -0000 1.1 +++ numpy-1.8.1.ebuild 14 Aug 2014 06:23:42 -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.1.ebuild,v 1.1 2014/04/08 23:33:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.1.ebuild,v 1.2 2014/08/14 06:23:42 jlec Exp $ EAPI=5 @@ -134,13 +134,12 @@ dodoc COMPATIBILITY DEV_README.txt THANKS.txt - docinto f2py - dodoc numpy/f2py/docs/*.txt - doman numpy/f2py/f2py.1 - if use doc; then dohtml -r "${WORKDIR}"/html/* - insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/${PN}-{user,ref}-${DOC_PV}.pdf + dodoc "${DISTDIR}"/${PN}-{user,ref}-${DOC_PV}.pdf fi + + docinto f2py + dodoc numpy/f2py/docs/*.txt + doman numpy/f2py/f2py.1 } 1.237 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.237&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.237&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.236&r2=1.237 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- ChangeLog 8 Apr 2014 23:33:11 -0000 1.236 +++ ChangeLog 14 Aug 2014 06:23:42 -0000 1.237 @@ -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.236 2014/04/08 23:33:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.237 2014/08/14 06:23:42 jlec Exp $ + + 14 Aug 2014; Justin Lecher <[email protected]> numpy-1.8.1.ebuild: + Fix doc installation patrh, #519236; thanks ero-sennin for the patch *numpy-1.8.1 (08 Apr 2014)
