aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/blas-docs')
-rw-r--r--app-doc/blas-docs/Manifest3
-rw-r--r--app-doc/blas-docs/blas-docs-3.3.ebuild30
-rw-r--r--app-doc/blas-docs/metadata.xml17
3 files changed, 0 insertions, 50 deletions
diff --git a/app-doc/blas-docs/Manifest b/app-doc/blas-docs/Manifest
deleted file mode 100644
index 4267db22a..000000000
--- a/app-doc/blas-docs/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST blas-report.pdf 2412966 BLAKE2B 3e9f1036e22ea003e8432eae95e8000c7afd850cb0fb2701afbe62e171fa4f32495ce3876c712b606dd8ff0c301697d12dc145e0782143b87c8f74f8d613a31d SHA512 a8a0a8e5eb591461779a7111c130fb7e56dcef0cec3f741c66bd7449b423fced4de61ae7fe9b0f7caa6828119d519198ede72cdeac4c84bf7c698a99e0903e6a
-DIST blasqr.pdf 97443 BLAKE2B 92648b4afbdcce29d3550986db22747bc7f3e592847086c56a1be8ad71547009e677430af2c6db47a96087a8db1ab04a64047c5fa30f48b665cb023855327cdc SHA512 e16f6c4e29df1676b06251c2b71ccfcf83229a73aedbee1a08590a385bffbe3b6668830d213dab6be926c4e6f5adade48c922f96cc0753e9aac19d33abd44168
-DIST lapack-man-3.3.tar.gz 1066170 BLAKE2B 55fbdc7ebd29560db3fd08285e6c5e30e91b423180c4e828a8d2fcf7430a02c64289189b0b8d86358ef7655712eb9c64ed5ff07e9bed25bc80ee9e1999faec72 SHA512 0c437c208bf0509f8183234241bb471cfe5fa7ffe800d52ab3714faa4d6e48ab8be46319555410b0bb2db0db7d289a05110dc8a7c949f40fec13bf1c518c99ee
diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
deleted file mode 100644
index 7be6828b3..000000000
--- a/app-doc/blas-docs/blas-docs-3.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
- http://www.netlib.org/blas/blasqr.pdf
- http://www.netlib.org/blas/blast-forum/blas-report.pdf"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/manpages"
-
-src_install() {
- # 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 blas/man/manl/*.l; do
- t="${f%%.l}.n"
- mv "${f}" "${t}" || die
- done
- doman blas/man/manl/*.n
- dodoc README "${DISTDIR}"/blas{-report,qr}.pdf
-}
diff --git a/app-doc/blas-docs/metadata.xml b/app-doc/blas-docs/metadata.xml
deleted file mode 100644
index dfb4275fa..000000000
--- a/app-doc/blas-docs/metadata.xml
+++ /dev/null
@@ -1,17 +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">
-BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
-for most of the basic vector and matrix operations. They are widely
-used as the basis for other high quality linear algebra software, for
-example lapack and linpack. This implementation is the Fortran 77
-reference implementation found at netlib.
-This package contains manual pages for the routines, and other
-quick reference in postscript format.
-</longdescription>
-</pkgmetadata>