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/blas-docs/
Date: Fri, 09 Oct 2020 01:50:25
Message-Id: 1602208144.618657060ca86c3a4f75d58ebbc54707eb4d623c.epsilon-0@gentoo
1 commit: 618657060ca86c3a4f75d58ebbc54707eb4d623c
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Oct 9 01:49:04 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Oct 9 01:49:04 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=61865706
7
8 app-docs/blas-docs: drop package
9
10 present in ::gentoo
11
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 app-doc/blas-docs/blas-docs-3.3.ebuild | 30 ------------------------------
15 app-doc/blas-docs/metadata.xml | 17 -----------------
16 2 files changed, 47 deletions(-)
17
18 diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
19 deleted file mode 100644
20 index 7be6828b3..000000000
21 --- a/app-doc/blas-docs/blas-docs-3.3.ebuild
22 +++ /dev/null
23 @@ -1,30 +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 blas implementations"
30 -HOMEPAGE="http://www.netlib.org/blas/"
31 -SRC_URI="
32 - http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
33 - http://www.netlib.org/blas/blasqr.pdf
34 - http://www.netlib.org/blas/blast-forum/blas-report.pdf"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 -IUSE=""
40 -
41 -S="${WORKDIR}/manpages"
42 -
43 -src_install() {
44 - # rename because doman do not yet understand manl files
45 - # Not all systems have the rename command, like say FreeBSD
46 - local f t
47 - for f in blas/man/manl/*.l; do
48 - t="${f%%.l}.n"
49 - mv "${f}" "${t}" || die
50 - done
51 - doman blas/man/manl/*.n
52 - dodoc README "${DISTDIR}"/blas{-report,qr}.pdf
53 -}
54
55 diff --git a/app-doc/blas-docs/metadata.xml b/app-doc/blas-docs/metadata.xml
56 deleted file mode 100644
57 index dfb4275fa..000000000
58 --- a/app-doc/blas-docs/metadata.xml
59 +++ /dev/null
60 @@ -1,17 +0,0 @@
61 -<?xml version="1.0" encoding="UTF-8"?>
62 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 -<pkgmetadata>
64 - <maintainer type="project">
65 - <email>sci@g.o</email>
66 - <name>Gentoo Science Project</name>
67 - </maintainer>
68 - <longdescription lang="en">
69 -BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
70 -for most of the basic vector and matrix operations. They are widely
71 -used as the basis for other high quality linear algebra software, for
72 -example lapack and linpack. This implementation is the Fortran 77
73 -reference implementation found at netlib.
74 -This package contains manual pages for the routines, and other
75 -quick reference in postscript format.
76 -</longdescription>
77 -</pkgmetadata>