summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-08-03 14:32:15 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-08-03 14:32:15 +0000
commit272fffec1ce8d93465b4e0388db07e9f07bad426 (patch)
treea9198e339d137518bb8d15b42cd2475b5179a868 /sci-physics/meep
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-272fffec1ce8d93465b4e0388db07e9f07bad426.tar.gz
gentoo-2-272fffec1ce8d93465b4e0388db07e9f07bad426.tar.bz2
gentoo-2-272fffec1ce8d93465b4e0388db07e9f07bad426.zip
Removed doc USE flag since generation of meep.pdf requires hdf5 and describes a deprecated C++ API (fixes bug #233269).
(Portage version: 2.2_rc5/cvs/Linux 2.6.26-SENTINEL-1 i686)
Diffstat (limited to 'sci-physics/meep')
-rw-r--r--sci-physics/meep/ChangeLog6
-rw-r--r--sci-physics/meep/meep-0.10.1.ebuild9
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-physics/meep/ChangeLog b/sci-physics/meep/ChangeLog
index 9a21ae024f14..dbd67ded67c4 100644
--- a/sci-physics/meep/ChangeLog
+++ b/sci-physics/meep/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/meep
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.3 2008/06/28 13:14:21 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.4 2008/08/03 14:32:15 markusle Exp $
+
+ 03 Aug 2008; Markus Dittrich <markusle@gentoo.org> meep-0.10.1.ebuild:
+ Removed doc USE flag since generation of meep.pdf requires hdf5 and
+ describes a deprecated C++ API (fixes bug #233269).
28 Jun 2008; Markus Dittrich <markusle@gentoo.org> meep-0.10.1.ebuild:
Since blas-reference seems to result in a faulty meep, let's depend
diff --git a/sci-physics/meep/meep-0.10.1.ebuild b/sci-physics/meep/meep-0.10.1.ebuild
index 4c7d45feefdc..f444ae7f0177 100644
--- a/sci-physics/meep/meep-0.10.1.ebuild
+++ b/sci-physics/meep/meep-0.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.4 2008/06/29 00:20:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.5 2008/08/03 14:32:15 markusle Exp $
inherit eutils autotools
@@ -11,7 +11,7 @@ SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="bindist doc examples hdf5 guile mpi"
+IUSE="bindist examples hdf5 guile mpi"
DEPEND="sci-libs/fftw
!bindist? ( sci-libs/gsl )
@@ -34,6 +34,7 @@ pkg_setup() {
fi
}
+
src_unpack() {
unpack ${A}
cd "${S}"
@@ -55,9 +56,6 @@ src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS NEWS README TODO || die "dodoc failed"
insinto /usr/share/doc/${PF}
- if use doc; then
- doins doc/meep.pdf || die "install doc failed"
- fi
if use examples; then
doins -r examples || die "install examples failed"
fi
@@ -71,3 +69,4 @@ pkg_postinst() {
elog "that you use blas-atlas instead."
echo
}
+