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/blacs-docs/
Date: Sat, 02 Jan 2021 12:09:59
Message-Id: 1609589376.24e3c6b0e6630d2900456e36afc274492953ca06.epsilon-0@gentoo
1 commit: 24e3c6b0e6630d2900456e36afc274492953ca06
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Dec 31 15:39:02 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Jan 2 12:09:36 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24e3c6b0
7
8 app-doc/blacs-docs: remove obsolete package
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Closes: https://github.com/gentoo/sci/pull/1020
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 app-doc/blacs-docs/blacs-docs-1.1.ebuild | 19 -------------------
16 app-doc/blacs-docs/metadata.xml | 17 -----------------
17 2 files changed, 36 deletions(-)
18
19 diff --git a/app-doc/blacs-docs/blacs-docs-1.1.ebuild b/app-doc/blacs-docs/blacs-docs-1.1.ebuild
20 deleted file mode 100644
21 index d1915e0f6..000000000
22 --- a/app-doc/blacs-docs/blacs-docs-1.1.ebuild
23 +++ /dev/null
24 @@ -1,19 +0,0 @@
25 -# Copyright 1999-2020 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -DESCRIPTION="Documentation reference for BLACS implementations"
31 -HOMEPAGE="https://www.netlib.org/blacs/"
32 -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -S="${WORKDIR}"
40 -
41 -src_install() {
42 - dodoc *ps
43 -}
44
45 diff --git a/app-doc/blacs-docs/metadata.xml b/app-doc/blacs-docs/metadata.xml
46 deleted file mode 100644
47 index 165882922..000000000
48 --- a/app-doc/blacs-docs/metadata.xml
49 +++ /dev/null
50 @@ -1,17 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <maintainer type="project">
55 - <email>sci@g.o</email>
56 - <name>Gentoo Science Project</name>
57 - </maintainer>
58 - <longdescription lang="en">
59 -The BLACS (Basic Linear Algebra Communication Subprograms) project
60 -is an ongoing investigation whose purpose is to create a linear
61 -algebra oriented message passing interface that may be implemented
62 -efficiently and uniformly across a large range of distributed memory
63 -platforms.
64 -This package contains manual pages for the routines, and other
65 -quick reference in postscript format.
66 -</longdescription>
67 -</pkgmetadata>