diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-16 14:33:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-16 14:33:46 +0000 |
commit | 907b3c718bbf7861f8292ca25c457ce6ae3265f5 (patch) | |
tree | 915ad4a8327c0cac2a79910055f7bfaac47fcbcc /sci-libs/amd | |
parent | Convert to virtual/jpeg, bug #347980 by Andrew Savchenko <bircoph@gmail.com>. (diff) | |
download | historical-907b3c718bbf7861f8292ca25c457ce6ae3265f5.tar.gz historical-907b3c718bbf7861f8292ca25c457ce6ae3265f5.tar.bz2 historical-907b3c718bbf7861f8292ca25c457ce6ae3265f5.zip |
Removal of fortran.eclass, #348851
Package-Manager: portage-2.2.0_alpha8/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 11 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.1.ebuild | 6 |
3 files changed, 12 insertions, 11 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index 4f6470049038..7201e5859371 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/amd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.22 2010/12/02 19:01:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.23 2010/12/16 14:18:02 jlec Exp $ + + 16 Dec 2010; Justin Lecher <jlec@gentoo.org> amd-2.2.0.ebuild, + amd-2.2.1.ebuild: + Removal of fortran.eclass, #348851 02 Dec 2010; Justin Lecher <jlec@gentoo.org> amd-2.2.0.ebuild: Fixing Changelog deletion diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 918e5434c131..f0f9d7fc79bf 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.18 2010/12/02 19:01:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.19 2010/12/16 14:18:02 jlec Exp $ -inherit autotools eutils fortran +inherit autotools eutils toolchain-funcs MY_PN=AMD DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" @@ -19,13 +19,12 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" -FORTRAN="gfortran g77 ifc" - src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-autotools.patch - epatch "${FILESDIR}"/${P}-tests.patch + epatch \ + "${FILESDIR}"/${P}-autotools.patch \ + "${FILESDIR}"/${P}-tests.patch eautoreconf } diff --git a/sci-libs/amd/amd-2.2.1.ebuild b/sci-libs/amd/amd-2.2.1.ebuild index 36a15148ba29..f949552045b8 100644 --- a/sci-libs/amd/amd-2.2.1.ebuild +++ b/sci-libs/amd/amd-2.2.1.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.1.ebuild,v 1.3 2010/12/02 11:14:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.1.ebuild,v 1.4 2010/12/16 14:18:02 jlec Exp $ EAPI="3" -inherit autotools eutils fortran - -FORTRAN="gfortran ifc" +inherit autotools eutils toolchain-funcs MY_PN=AMD |