summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-16 15:26:57 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-16 15:26:57 +0000
commit462f1e93e01d3563a3f25ba182ab9c24c2484f13 (patch)
treee1b117aa5dbbd5a4bf303257dc0246af27302440 /sci-mathematics
parentDrop ~arm keyword for beta channel version being unmasked (needs libvpx and c... (diff)
downloadgentoo-2-462f1e93e01d3563a3f25ba182ab9c24c2484f13.tar.gz
gentoo-2-462f1e93e01d3563a3f25ba182ab9c24c2484f13.tar.bz2
gentoo-2-462f1e93e01d3563a3f25ba182ab9c24c2484f13.zip
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dataplot/ChangeLog5
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index 32623a819ebb..399d186d7294 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.9 2010/07/23 18:28:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.10 2010/12/16 15:26:57 jlec Exp $
+
+ 16 Dec 2010; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild:
+ Removal of fortran.eclass, #348851
*dataplot-20090821 (23 Jul 2010)
diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild
index fa51deae0ff9..e9714697a8eb 100644
--- a/sci-mathematics/dataplot/dataplot-20080225.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.7 2009/12/26 17:45:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.8 2010/12/16 15:26:57 jlec Exp $
EAPI="2"
-inherit eutils toolchain-funcs autotools fortran
+inherit eutils toolchain-funcs autotools
# DAY MONTH YEAR
MY_PV=${PV:4:2}_${PV:6:2}_${PV:0:4}
@@ -31,8 +31,6 @@ RDEPEND="${COMMON_DEPEND}
S="${WORKDIR}/${MY_P}"
S_AUX="${WORKDIR}/${MY_P_AUX}"
-FORTRAN="gfortran"
-
src_unpack() {
# unpacking and renaming because
# upstream does not use directories
@@ -43,7 +41,9 @@ src_unpack() {
mkdir ${MY_P}
cd "${S}"
unpack ${MY_P}.tar.gz
+}
+src_prepare() {
# autotoolization: need to fix a few files with
# hardcoded directories (will be fixed with autoconf)
mv DPCOPA.INC DPCOPA.INC.in