From 1269ae179fafbf503d6cff1f7d3a37fdc956d5ba Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 22 Feb 2016 11:48:54 +0100 Subject: app-doc/lapack-docs: Bump to EAPI=6 * Add missing die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | 11 ++++++----- app-doc/lapack-docs/metadata.xml | 10 +++++----- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'app-doc/lapack-docs') 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 diff --git a/app-doc/lapack-docs/metadata.xml b/app-doc/lapack-docs/metadata.xml index 5418d0399..a47b5e46a 100644 --- a/app-doc/lapack-docs/metadata.xml +++ b/app-doc/lapack-docs/metadata.xml @@ -1,11 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - - + + sci@gentoo.org + Gentoo Science Project + + LAPACK is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular -- cgit v1.2.3-65-gdbad