diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-05-03 10:34:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-05-03 10:34:44 +0000 |
commit | 418be4749bcab06b8e5b449e5e8ed57921f6cf0a (patch) | |
tree | 663b69282af922b8ff0a52316e3da58db4a04b01 /app-doc/lapack-docs/lapack-docs-3.1.1.ebuild | |
parent | Version bump from 8.1.8 to 8.1.9 for bug #175791 . (diff) | |
download | historical-418be4749bcab06b8e5b449e5e8ed57921f6cf0a.tar.gz historical-418be4749bcab06b8e5b449e5e8ed57921f6cf0a.tar.bz2 historical-418be4749bcab06b8e5b449e5e8ed57921f6cf0a.zip |
Version bump. Added longdescription in metadata.xml
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-doc/lapack-docs/lapack-docs-3.1.1.ebuild')
-rw-r--r-- | app-doc/lapack-docs/lapack-docs-3.1.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild b/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild new file mode 100644 index 000000000000..c2964e5dd249 --- /dev/null +++ b/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/lapack-docs/lapack-docs-3.1.1.ebuild,v 1.1 2007/05/03 10:34:44 bicatali Exp $ + +DESCRIPTION="Documentation reference and man pages for lapack implementations" +HOMEPAGE="http://www.netlib.org/lapack" +SRC_URI="mirror://gentoo/lapack-man-${PV}.tgz + http://www.netlib.org/lapack/lapackqref.ps" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/lapack-${PV}/manpages + +src_install() { + # These belong to the blas-docs + rm -f man/manl/{lsame,xerbla}.* + # 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" +} |