diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 14:41:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 14:41:18 +0000 |
commit | 0c78bd472f06fd161227ce5e2c7497936b62fc22 (patch) | |
tree | 8f02a2dc9130aed59236c60a197b34f69e683931 /sci-libs | |
parent | Outdated, beta and abondoned upstream (diff) | |
download | gentoo-2-0c78bd472f06fd161227ce5e2c7497936b62fc22.tar.gz gentoo-2-0c78bd472f06fd161227ce5e2c7497936b62fc22.tar.bz2 gentoo-2-0c78bd472f06fd161227ce5e2c7497936b62fc22.zip |
sci-libs/clapack: Punt base.eclass
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/clapack/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1-r6.ebuild | 9 | ||||
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1-r7.ebuild | 11 |
3 files changed, 17 insertions, 11 deletions
diff --git a/sci-libs/clapack/ChangeLog b/sci-libs/clapack/ChangeLog index 7a642da9e3eb..990cdf4b784c 100644 --- a/sci-libs/clapack/ChangeLog +++ b/sci-libs/clapack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/clapack -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.23 2013/05/12 03:20:51 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.24 2014/01/06 14:41:18 jlec Exp $ + + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> clapack-3.2.1-r6.ebuild, + clapack-3.2.1-r7.ebuild: + Punt base.eclass 12 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml: Fix metadata.xml encoding diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild index 3e0c2b1d8364..ddbb7bd145db 100644 --- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r6.ebuild,v 1.6 2012/08/03 17:19:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r6.ebuild,v 1.7 2014/01/06 14:41:18 jlec Exp $ EAPI=4 -inherit flag-o-matic base cmake-utils +inherit flag-o-matic cmake-utils DESCRIPTION="f2c'ed version of LAPACK" HOMEPAGE="http://www.netlib.org/clapack/" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="test" -RDEPEND=">=dev-libs/libf2c-20090407-r1 +RDEPEND=" + >=dev-libs/libf2c-20090407-r1 virtual/blas" DEPEND="${RDEPEND}" diff --git a/sci-libs/clapack/clapack-3.2.1-r7.ebuild b/sci-libs/clapack/clapack-3.2.1-r7.ebuild index 0e161d744f52..6ddc96744b15 100644 --- a/sci-libs/clapack/clapack-3.2.1-r7.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r7.ebuild,v 1.1 2012/12/12 16:26:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r7.ebuild,v 1.2 2014/01/06 14:41:18 jlec Exp $ -EAPI=4 +EAPI=5 -inherit flag-o-matic base cmake-utils +inherit flag-o-matic cmake-utils DESCRIPTION="f2c'ed version of LAPACK" HOMEPAGE="http://www.netlib.org/clapack/" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" -RDEPEND=">=dev-libs/libf2c-20090407-r1 +RDEPEND=" + >=dev-libs/libf2c-20090407-r1 virtual/blas" DEPEND="${RDEPEND}" |