Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-doc/lapack-docs/
Date: Fri, 09 Oct 2020 01:50:26
Message-Id: 1602208198.1d9e152bc9c919cd3904b034011ded71cb42245d.epsilon-0@gentoo
1 commit: 1d9e152bc9c919cd3904b034011ded71cb42245d
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Oct 9 01:49:58 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Oct 9 01:49:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d9e152b
7
8 app-doc/lapack-docs: drop package
9
10 present in ::gentoo
11
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | 32 ---------------------------
15 app-doc/lapack-docs/metadata.xml | 16 --------------
16 2 files changed, 48 deletions(-)
17
18 diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
19 deleted file mode 100644
20 index 314b2fce5..000000000
21 --- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -DESCRIPTION="Documentation reference and man pages for LAPACK implementations"
30 -HOMEPAGE="http://www.netlib.org/lapack/"
31 -SRC_URI="
32 - http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
33 - http://www.netlib.org/lapack/lapackqref.ps"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39 -
40 -S="${WORKDIR}/manpages"
41 -
42 -src_install() {
43 - # These belong to the blas-docs
44 - rm -f man/manl/{csrot,lsame,xerbla,xerbla_array,zdrot}.* || die
45 -
46 - # rename because doman do not yet understand manl files
47 - # Not all systems have the rename command, like say FreeBSD
48 - local f t
49 - for f in man/manl/*.l; do
50 - t="${f%%.l}.n"
51 - mv "${f}" "${t}" || die
52 - done
53 - doman man/manl/*
54 - dodoc README "${DISTDIR}"/lapackqref.ps
55 -}
56
57 diff --git a/app-doc/lapack-docs/metadata.xml b/app-doc/lapack-docs/metadata.xml
58 deleted file mode 100644
59 index 19cefda24..000000000
60 --- a/app-doc/lapack-docs/metadata.xml
61 +++ /dev/null
62 @@ -1,16 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 - <maintainer type="project">
67 - <email>sci@g.o</email>
68 - <name>Gentoo Science Project</name>
69 - </maintainer>
70 - <longdescription lang="en">
71 -LAPACK is a comprehensive FORTRAN library that does linear
72 -algebra operations including matrix inversions, least squared
73 -solutions to linear sets of equations, eigenvector analysis, singular
74 -value decomposition, etc. It is a very comprehensive and reputable
75 -package that has found extensive use in the scientific community.
76 -This package contains manual pages for the routines, and a Quick-Reference guide.
77 -</longdescription>
78 -</pkgmetadata>