aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-31 16:39:02 +0100
committerAisha Tammy <gentoo@aisha.cc>2021-01-02 12:09:36 +0000
commit24e3c6b0e6630d2900456e36afc274492953ca06 (patch)
tree0c5e1f31679b9956e62281bd35f8c894d9a14189 /app-doc/blacs-docs/blacs-docs-1.1.ebuild
parentsci-libs/mpiblacs: drop package (diff)
downloadsci-24e3c6b0e6630d2900456e36afc274492953ca06.tar.gz
sci-24e3c6b0e6630d2900456e36afc274492953ca06.tar.bz2
sci-24e3c6b0e6630d2900456e36afc274492953ca06.zip
app-doc/blacs-docs: remove obsolete package
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/sci/pull/1020 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'app-doc/blacs-docs/blacs-docs-1.1.ebuild')
-rw-r--r--app-doc/blacs-docs/blacs-docs-1.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-doc/blacs-docs/blacs-docs-1.1.ebuild b/app-doc/blacs-docs/blacs-docs-1.1.ebuild
deleted file mode 100644
index d1915e0f6..000000000
--- a/app-doc/blacs-docs/blacs-docs-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Documentation reference for BLACS implementations"
-HOMEPAGE="https://www.netlib.org/blacs/"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
- dodoc *ps
-}