aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2007-02-07 16:13:15 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2007-02-07 16:13:15 +0000
commitb83acb20842c201a86c33157e2d52141010222b6 (patch)
treea39689aa9d63bcbe699061cd3a66d3fc73004dea /app-doc/lapack-docs/lapack-docs-3.0.ebuild
parentcleaned matplotlib (diff)
downloadsci-b83acb20842c201a86c33157e2d52141010222b6.tar.gz
sci-b83acb20842c201a86c33157e2d52141010222b6.tar.bz2
sci-b83acb20842c201a86c33157e2d52141010222b6.zip
removed blas-docs and lapack-docs, now in main tree
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@481 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'app-doc/lapack-docs/lapack-docs-3.0.ebuild')
-rw-r--r--app-doc/lapack-docs/lapack-docs-3.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/lapack-docs/lapack-docs-3.0.ebuild b/app-doc/lapack-docs/lapack-docs-3.0.ebuild
deleted file mode 100644
index 6adf60a73..000000000
--- a/app-doc/lapack-docs/lapack-docs-3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Documentation reference and man pages for lapack implementations"
-HOMEPAGE="http://www.netlib.org/lapack"
-SRC_URI="http://www.netlib.org/lapack/manpages.tgz
- http://www.netlib.org/lapack/lapackqref.ps"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_compile() {
- $(tc-getCC) -o equivalence equivalence.c || "compiling equivalence failed"
-}
-
-src_install() {
- dobin equivalence
- # These belong to the blas-docs
- rm -f man/manl/{lsame,xerbla}.*
- # This one is empty
- rm -f man/manl/zbcon.l
- # rename because doman do not yet understand manl files
- rename .l .n man/manl/*.l
- doman man/manl/* || "doman failed"
- dodoc README "${DISTDIR}"/lapackqref.ps || die "dodoc failed"
-}