aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
-}