diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-10-02 16:56:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-10-02 16:57:19 +0200 |
commit | 84cb7619c955ee6fee674b772f65632769f9100a (patch) | |
tree | 3d676cae382458b54845dc05d0c2e53c3ff65047 /sci-physics/meep | |
parent | media-sound/muse: Remove EAPI=2 ebuild (diff) | |
download | gentoo-84cb7619c955ee6fee674b772f65632769f9100a.tar.gz gentoo-84cb7619c955ee6fee674b772f65632769f9100a.tar.bz2 gentoo-84cb7619c955ee6fee674b772f65632769f9100a.zip |
sci-physics/meep: Remove use-flag mpb and hard-disable functionality and dependency, see bug 449964
Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-physics/meep')
-rw-r--r-- | sci-physics/meep/meep-1.2-r1.ebuild (renamed from sci-physics/meep/meep-1.2.ebuild) | 7 | ||||
-rw-r--r-- | sci-physics/meep/metadata.xml | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sci-physics/meep/meep-1.2.ebuild b/sci-physics/meep/meep-1.2-r1.ebuild index b4b57f0a2930..bf58ad606261 100644 --- a/sci-physics/meep/meep-1.2.ebuild +++ b/sci-physics/meep/meep-1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples hdf5 guile mpb mpi" +IUSE="examples hdf5 guile mpi" RDEPEND=" sci-libs/fftw @@ -22,7 +22,6 @@ RDEPEND=" sci-physics/harminv guile? ( >=sci-libs/libctl-3.2 ) hdf5? ( sci-libs/hdf5 ) - mpb? ( sci-physics/mpb ) mpi? ( virtual/mpi )" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -34,7 +33,7 @@ PATCHES=( src_configure() { local myeconfargs=( - $(use_with mpb) + --disable-mpb $(use_with mpi) $(use_with hdf5) $(use_with guile libctl) diff --git a/sci-physics/meep/metadata.xml b/sci-physics/meep/metadata.xml index c7f05001d95a..a6fba91cb5cc 100644 --- a/sci-physics/meep/metadata.xml +++ b/sci-physics/meep/metadata.xml @@ -11,7 +11,4 @@ developed at MIT to model electromagnetic systems, along with the MPB eigenmode package. </longdescription> -<use> - <flag name="mpb">Enable build against <pkg>sci-physics/mpb</pkg></flag> -</use> </pkgmetadata> |