summaryrefslogtreecommitdiff
path: root/app-doc/lapack-docs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-doc/lapack-docs
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/lapack-docs')
-rw-r--r--app-doc/lapack-docs/Manifest4
-rw-r--r--app-doc/lapack-docs/lapack-docs-3.1.1.ebuild31
-rw-r--r--app-doc/lapack-docs/metadata.xml16
3 files changed, 0 insertions, 51 deletions
diff --git a/app-doc/lapack-docs/Manifest b/app-doc/lapack-docs/Manifest
deleted file mode 100644
index a5ceaa8c15cf..000000000000
--- a/app-doc/lapack-docs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST lapack-man-3.1.1.tgz 1117350 BLAKE2B 3c1dfa55efdc1a2e11315885d853354060d04f3beab701d0dd9574e67ba9b34ec762c23b6275812a6849fbac0141c7a5fa56a86d4a340caeab5c001bc274392e SHA512 3dca890ec618f8c87de137760bd072a8664afc21d9f73e8b04b8bf1e4fd50f0796f11c9327f10ca34e3169fd55bbe8007da044580713428652eaa2c3dc25982a
-DIST lapackqref.ps 72345 BLAKE2B b5c4b7c7d7dae50f622ce06015ca5230a33f880eabba9e8c2b6e27999d51055b6a5b7bae3f7634c1e9313ffb9ffd3cf542b1d68229ae215f51984798cec0b1dc SHA512 b5177910f988002f9b9bc4e735c457b6e65e57e0f4860e237e82e038bd77ef2071d2251b41677374742219dcd0162cd0a92dfba9801279a4b8bb6aa5bdbf0820
-EBUILD lapack-docs-3.1.1.ebuild 904 BLAKE2B 04fd77cf2ccd03fb2ac565a16a4832d757d5007ac03bbe727cc643ee3192f2a46669017e4fec6b3b9f3ea73f3682c81ce67f751ff811fb949a6b135cf0c4756b SHA512 78133e1e5df999a015484376e0b6c0dd9c2c7cd92dc9e6fc5e1b392355f67bc3e4b60c8b71b285367a9b7f19a6866726eabc7fb86c6382cf25869b7f89d8e286
-MISC metadata.xml 702 BLAKE2B 7cb262e5264e6abb4bbdd39cbef6630b2a5a6f8952cd90877260b5218e155197a94d76868ee494a9cae8c639edd33b3fc1b5c1f6de3cfe92e47b4387085a6868 SHA512 d30c03608c227a94b578a235243946be928a26cdbbb873eeb8cf019dec6940c2d8c6dabc341018481ccc8eeccf0d82447c058de43e354e19fc984b78569703df
diff --git a/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild b/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild
deleted file mode 100644
index 7f2fabcce4a5..000000000000
--- a/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Documentation reference and man pages for lapack implementations"
-HOMEPAGE="http://www.netlib.org/lapack"
-SRC_URI="mirror://gentoo/lapack-man-${PV}.tgz
- http://www.netlib.org/lapack/lapackqref.ps"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-S="${WORKDIR}/lapack-${PV}/manpages"
-
-src_install() {
- # These belong to the blas-docs
- rm -f man/manl/{lsame,xerbla}.*
-
- # 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}"
- done
- doman man/manl/* || die "doman failed"
- dodoc README "${DISTDIR}"/lapackqref.ps || die "dodoc failed"
-}
diff --git a/app-doc/lapack-docs/metadata.xml b/app-doc/lapack-docs/metadata.xml
deleted file mode 100644
index ee64f36fe486..000000000000
--- a/app-doc/lapack-docs/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</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
-value decomposition, etc. It is a very comprehensive and reputable
-package that has found extensive use in the scientific community.
-This package contains manual pages for the routines, and a Quick-Reference guide.
-</longdescription>
-</pkgmetadata>