commit: 1269ae179fafbf503d6cff1f7d3a37fdc956d5ba Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Feb 22 10:48:54 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 10:48:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1269ae17
app-doc/lapack-docs: Bump to EAPI=6 * Add missing die Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> 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(-) 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 6f30386..d78babd 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 5418d03..a47b5e4 100644 --- a/app-doc/lapack-docs/metadata.xml +++ b/app-doc/lapack-docs/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> -</maintainer> -<longdescription lang="en"> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> 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
