diff options
author | 2015-01-04 15:27:01 +0000 | |
---|---|---|
committer | 2015-01-04 15:27:01 +0000 | |
commit | 9d34b8fffb64476f46523acb1da16011ad9b4933 (patch) | |
tree | 3e19c7eb0bc049a8e405407d1e989a9b9b590aa3 /sci-libs | |
parent | EAPI 5 (diff) | |
download | gentoo-2-9d34b8fffb64476f46523acb1da16011ad9b4933.tar.gz gentoo-2-9d34b8fffb64476f46523acb1da16011ad9b4933.tar.bz2 gentoo-2-9d34b8fffb64476f46523acb1da16011ad9b4933.zip |
sci-libs/umfpack: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/umfpack/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/umfpack/umfpack-5.6.1-r1.ebuild | 34 |
2 files changed, 5 insertions, 36 deletions
diff --git a/sci-libs/umfpack/ChangeLog b/sci-libs/umfpack/ChangeLog index f26530208e95..492e0a9e3a95 100644 --- a/sci-libs/umfpack/ChangeLog +++ b/sci-libs/umfpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/umfpack -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.50 2014/06/18 14:51:39 klausman Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/ChangeLog,v 1.51 2015/01/04 15:27:01 jlec Exp $ + + 04 Jan 2015; Justin Lecher <jlec@gentoo.org> -umfpack-5.6.1-r1.ebuild: + Drop old 18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> umfpack-5.6.1-r1.ebuild: Keyworded on alpha, bug #442862 diff --git a/sci-libs/umfpack/umfpack-5.6.1-r1.ebuild b/sci-libs/umfpack/umfpack-5.6.1-r1.ebuild deleted file mode 100644 index 9ac6e4743af8..000000000000 --- a/sci-libs/umfpack/umfpack-5.6.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/umfpack/umfpack-5.6.1-r1.ebuild,v 1.5 2014/06/18 14:51:39 klausman Exp $ - -EAPI=4 - -inherit autotools-utils toolchain-funcs - -DESCRIPTION="Unsymmetric multifrontal sparse LU factorization library" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/umfpack" -SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc +cholmod static-libs" - -RDEPEND=" - >=sci-libs/amd-1.3 - sci-libs/suitesparseconfig - virtual/blas - cholmod? ( >=sci-libs/cholmod-2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( virtual/latex-base )" - -src_configure() { - local myeconfargs=( - --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" - $(use_with doc) - $(use_with cholmod) - ) - autotools-utils_src_configure -} |