summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-16 14:18:02 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-16 14:18:02 +0000
commit2ce79b0e872e2af61813599bbe70018f144583ce (patch)
treedef9abeb46ea6ef293f26b8d146e2856b53ed1b9 /sci-libs/amd
parentRemoval of fortran.eclass, #348851 (diff)
downloadgentoo-2-2ce79b0e872e2af61813599bbe70018f144583ce.tar.gz
gentoo-2-2ce79b0e872e2af61813599bbe70018f144583ce.tar.bz2
gentoo-2-2ce79b0e872e2af61813599bbe70018f144583ce.zip
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r--sci-libs/amd/ChangeLog6
-rw-r--r--sci-libs/amd/amd-2.2.0.ebuild11
-rw-r--r--sci-libs/amd/amd-2.2.1.ebuild6
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