diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-25 00:16:07 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-25 00:16:07 +0000 |
commit | 4ca14859584a9d5ebc6eaa47e8f8b96ce76472c4 (patch) | |
tree | 73d1455e9bc2e671a97a38e74548f4b6e00a4d87 /sci-libs | |
parent | Switch to EAPI5 and new tar ball (diff) | |
download | gentoo-2-4ca14859584a9d5ebc6eaa47e8f8b96ce76472c4.tar.gz gentoo-2-4ca14859584a9d5ebc6eaa47e8f8b96ce76472c4.tar.bz2 gentoo-2-4ca14859584a9d5ebc6eaa47e8f8b96ce76472c4.zip |
Switch to EAPI5 and new tar ball
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/spqr/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/spqr/spqr-1.3.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/spqr/ChangeLog b/sci-libs/spqr/ChangeLog index 389954dd7169..915bc3429c05 100644 --- a/sci-libs/spqr/ChangeLog +++ b/sci-libs/spqr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/spqr -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.11 2012/11/23 15:20:09 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/ChangeLog,v 1.12 2013/06/25 00:16:07 bicatali Exp $ + + 25 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> spqr-1.3.1.ebuild: + Switch to EAPI5 and new tar ball 23 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> spqr-1.3.1.ebuild: SImplified dependencies diff --git a/sci-libs/spqr/spqr-1.3.1.ebuild b/sci-libs/spqr/spqr-1.3.1.ebuild index 61b05fe051cd..9d8e92d22158 100644 --- a/sci-libs/spqr/spqr-1.3.1.ebuild +++ b/sci-libs/spqr/spqr-1.3.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/spqr-1.3.1.ebuild,v 1.2 2012/11/23 15:20:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/spqr/spqr-1.3.1.ebuild,v 1.3 2013/06/25 00:16:07 bicatali Exp $ -EAPI=4 +EAPI=5 inherit autotools-utils DESCRIPTION="Multithreaded multifrontal sparse QR factorization library" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SPQR" -SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |