aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-10-09 01:49:58 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-09 01:49:58 +0000
commit1d9e152bc9c919cd3904b034011ded71cb42245d (patch)
treea11edb0755946befcf350ffa31fc1971ec60b696 /app-doc
parentapp-docs/blas-docs: drop package (diff)
downloadsci-1d9e152bc9c919cd3904b034011ded71cb42245d.tar.gz
sci-1d9e152bc9c919cd3904b034011ded71cb42245d.tar.bz2
sci-1d9e152bc9c919cd3904b034011ded71cb42245d.zip
app-doc/lapack-docs: drop package
present in ::gentoo Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/lapack-docs/Manifest2
-rw-r--r--app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild32
-rw-r--r--app-doc/lapack-docs/metadata.xml16
3 files changed, 0 insertions, 50 deletions
diff --git a/app-doc/lapack-docs/Manifest b/app-doc/lapack-docs/Manifest
deleted file mode 100644
index 91cf6a7f2..000000000
--- a/app-doc/lapack-docs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST lapack-man-3.3.tar.gz 1066170 BLAKE2B 55fbdc7ebd29560db3fd08285e6c5e30e91b423180c4e828a8d2fcf7430a02c64289189b0b8d86358ef7655712eb9c64ed5ff07e9bed25bc80ee9e1999faec72 SHA512 0c437c208bf0509f8183234241bb471cfe5fa7ffe800d52ab3714faa4d6e48ab8be46319555410b0bb2db0db7d289a05110dc8a7c949f40fec13bf1c518c99ee
-DIST lapackqref.ps 72345 BLAKE2B b5c4b7c7d7dae50f622ce06015ca5230a33f880eabba9e8c2b6e27999d51055b6a5b7bae3f7634c1e9313ffb9ffd3cf542b1d68229ae215f51984798cec0b1dc SHA512 b5177910f988002f9b9bc4e735c457b6e65e57e0f4860e237e82e038bd77ef2071d2251b41677374742219dcd0162cd0a92dfba9801279a4b8bb6aa5bdbf0820
diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
deleted file mode 100644
index 314b2fce5..000000000
--- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
+++ /dev/null
@@ -1,32 +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 LAPACK implementations"
-HOMEPAGE="http://www.netlib.org/lapack/"
-SRC_URI="
- http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
- http://www.netlib.org/lapack/lapackqref.ps"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/manpages"
-
-src_install() {
- # These belong to the blas-docs
- 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}" || 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
deleted file mode 100644
index 19cefda24..000000000
--- 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>