diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-24 23:55:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-24 23:55:53 +0000 |
commit | f472f5595d36819e938744c0240d18bf92738988 (patch) | |
tree | cce7eaf85f479d955b539f7edf73db06c39c403d /sci-libs/klu/klu-1.1.3.ebuild | |
parent | drop perl-module_src_compile (diff) | |
download | historical-f472f5595d36819e938744c0240d18bf92738988.tar.gz historical-f472f5595d36819e938744c0240d18bf92738988.tar.bz2 historical-f472f5595d36819e938744c0240d18bf92738988.zip |
Switch to EAPI5 and new tar ball
Package-Manager: portage-2.2.01.22013-prefix/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'sci-libs/klu/klu-1.1.3.ebuild')
-rw-r--r-- | sci-libs/klu/klu-1.1.3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/klu/klu-1.1.3.ebuild b/sci-libs/klu/klu-1.1.3.ebuild deleted file mode 100644 index 2c8f119200b6..000000000000 --- a/sci-libs/klu/klu-1.1.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.1.3.ebuild,v 1.1 2012/01/20 05:52:52 bicatali Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils - -MY_PN=KLU - -DESCRIPTION="Sparse LU factorization for circuit simulation" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu/" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" - -DEPEND="sci-libs/amd - sci-libs/btf - sci-libs/colamd" -RDEPEND="${DEPEND}" - -DOCS=( README.txt Doc/ChangeLog ) -PATCHES=( "${FILESDIR}"/${PN}-1.0.1-autotools.patch ) - -S="${WORKDIR}/${MY_PN}" - -src_install() { - autotools-utils_src_install - use doc && dodoc Doc/*.pdf -} |