aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild')
-rw-r--r--app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
index 6f303861e..d78babd85 100644
--- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
+++ b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Documentation reference and man pages for LAPACK implementations"
HOMEPAGE="http://www.netlib.org/lapack/"
-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/lapack/lapackqref.ps"
LICENSE="BSD"
@@ -18,14 +19,14 @@ S="${WORKDIR}/manpages"
src_install() {
# These belong to the blas-docs
- rm -f man/manl/{csrot,lsame,xerbla,xerbla_array,zdrot}.*
+ rm -f man/manl/{csrot,lsame,xerbla,xerbla_array,zdrot}.* || die
# rename because doman do not yet understand manl files
# Not all systems have the rename command, like say FreeBSD
local f t
for f in man/manl/*.l; do
t="${f%%.l}.n"
- mv "${f}" "${t}"
+ mv "${f}" "${t}" || die
done
doman man/manl/*
dodoc README "${DISTDIR}"/lapackqref.ps