summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-10-25 19:58:32 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-10-25 19:58:32 +0000
commite42eb5a6a01af9f8172a67cb2bc43ba11f632908 (patch)
treed4326123a7854734228fd68d42bb36677538c88a /sci-libs/arpack
parentOld version cleanup (diff)
downloadgentoo-2-e42eb5a6a01af9f8172a67cb2bc43ba11f632908.tar.gz
gentoo-2-e42eb5a6a01af9f8172a67cb2bc43ba11f632908.tar.bz2
gentoo-2-e42eb5a6a01af9f8172a67cb2bc43ba11f632908.zip
Remove all copies of bundled mpif.h
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/arpack')
-rw-r--r--sci-libs/arpack/ChangeLog5
-rw-r--r--sci-libs/arpack/arpack-96-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/arpack/ChangeLog b/sci-libs/arpack/ChangeLog
index 37a63f704ff1..5ce9a4a9bbd9 100644
--- a/sci-libs/arpack/ChangeLog
+++ b/sci-libs/arpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/arpack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.28 2011/06/21 15:42:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.29 2011/10/25 19:58:32 xarthisius Exp $
+
+ 25 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> arpack-96-r3.ebuild:
+ Remove all copies of bundled mpif.h
21 Jun 2011; Justin Lecher <jlec@gentoo.org> arpack-96-r2.ebuild,
arpack-96-r3.ebuild:
diff --git a/sci-libs/arpack/arpack-96-r3.ebuild b/sci-libs/arpack/arpack-96-r3.ebuild
index e4ff783c213f..53a33760fd83 100644
--- a/sci-libs/arpack/arpack-96-r3.ebuild
+++ b/sci-libs/arpack/arpack-96-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r3.ebuild,v 1.5 2011/06/21 15:42:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r3.ebuild,v 1.6 2011/10/25 19:58:32 xarthisius Exp $
EAPI=4
@@ -60,7 +60,7 @@ src_prepare() {
PARPACK/EXAMPLES/MPI/makefile || die "sed failed"
# bug #354993
- rm -f PARPACK/SRC/MPI/mpif.h
+ rm -f PARPACK/{SRC,UTIL,EXAMPLES}/MPI/mpif.h
#ln -s "${EPREFIX}"/usr/include/mpif*.h PARPACK/SRC/MPI/
eautoreconf
}