From f35785dbaadd0d6a93b2a878512119580adbb058 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 1 Nov 2014 11:33:37 +0100 Subject: app-doc/blas-docs: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- app-doc/blas-docs/blas-docs-3.3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app-doc/blas-docs/blas-docs-3.3.ebuild') diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild index e5fb14401..e76ed1e02 100644 --- a/app-doc/blas-docs/blas-docs-3.3.ebuild +++ b/app-doc/blas-docs/blas-docs-3.3.ebuild @@ -2,10 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 + DESCRIPTION="Documentation reference and man pages for blas implementations" HOMEPAGE="http://www.netlib.org/blas/" -SRC_URI="http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz +SRC_URI=" + http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz http://www.netlib.org/blas/blasqr.pdf http://www.netlib.org/blas/blast-forum/blas-report.pdf" @@ -22,7 +24,7 @@ src_install() { local f t for f in blas/man/manl/*.l; do t="${f%%.l}.n" - mv "${f}" "${t}" + mv "${f}" "${t}" || die done doman blas/man/manl/*.n dodoc README "${DISTDIR}"/blas{-report,qr}.pdf -- cgit v1.2.3-65-gdbad