diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-03-02 22:33:45 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-03-02 22:33:45 +0000 |
commit | 52b4f528529eeeb053021588c19d535c6fd460c7 (patch) | |
tree | 6b124b188bb6eb67e381cda79fdcb75f35bfad16 /sci-libs/lis | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-52b4f528529eeeb053021588c19d535c6fd460c7.tar.gz gentoo-2-52b4f528529eeeb053021588c19d535c6fd460c7.tar.bz2 gentoo-2-52b4f528529eeeb053021588c19d535c6fd460c7.zip |
Version bump
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/lis')
-rw-r--r-- | sci-libs/lis/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/lis/lis-1.3.30.ebuild (renamed from sci-libs/lis/lis-1.2.91.ebuild) | 12 |
2 files changed, 13 insertions, 9 deletions
diff --git a/sci-libs/lis/ChangeLog b/sci-libs/lis/ChangeLog index b1f8e1b5d869..67dff5e6ea3e 100644 --- a/sci-libs/lis/ChangeLog +++ b/sci-libs/lis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/lis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lis/ChangeLog,v 1.7 2012/11/12 02:44:13 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lis/ChangeLog,v 1.8 2013/03/02 22:33:45 bicatali Exp $ + +*lis-1.3.30 (02 Mar 2013) + + 02 Mar 2013; Sébastien Fabbro <bicatali@gentoo.org> +lis-1.3.30.ebuild, + -lis-1.2.91.ebuild: + Version bump *lis-1.2.120 (12 Nov 2012) diff --git a/sci-libs/lis/lis-1.2.91.ebuild b/sci-libs/lis/lis-1.3.30.ebuild index d28796a7d808..144d2086387f 100644 --- a/sci-libs/lis/lis-1.2.91.ebuild +++ b/sci-libs/lis/lis-1.3.30.ebuild @@ -1,12 +1,10 @@ -# 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/lis/lis-1.2.91.ebuild,v 1.4 2012/10/18 20:08:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lis/lis-1.3.30.ebuild,v 1.1 2013/03/02 22:33:45 bicatali Exp $ -EAPI=4 +EAPI=5 AUTOTOOLS_AUTORECONF=yes -FORTRAN_NEEDED=fortran - inherit autotools-utils fortran-2 DESCRIPTION="Library of Iterative Solvers for Linear Systems" @@ -21,7 +19,7 @@ IUSE="doc fma fortran mpi openmp quad saamg sse2 static-libs" RDEPEND="mpi? ( virtual/mpi )" DEPEND="${RDEPEND}" -PATCHES=( ${FILESDIR}/${PN}-1.2.62-autotools.patch ) +PATCHES=( "${FILESDIR}"/${PN}-1.2.120-autotools.patch ) pkg_setup() { if use openmp; then @@ -29,7 +27,7 @@ pkg_setup() { die "You have openmp enabled but your current gcc does not support it" export FORTRAN_NEED_OPENMP=1 fi - fortran-2_pkg_setup + use fortran && fortran-2_pkg_setup } src_configure() { |