sci-physics/meep: Remove use-flag mpb and hard-disable functionality and dependency...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 2 Oct 2016 14:56:21 +0000 (16:56 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 2 Oct 2016 14:57:19 +0000 (16:57 +0200)
Package-Manager: portage-2.3.1

sci-physics/meep/meep-1.2-r1.ebuild [moved from sci-physics/meep/meep-1.2.ebuild with 90% similarity]
sci-physics/meep/metadata.xml

similarity index 90%
rename from sci-physics/meep/meep-1.2.ebuild
rename to sci-physics/meep/meep-1.2-r1.ebuild
index b4b57f0a293043d40c1db395b5676a266db03692..bf58ad6062616f9057ce32e08cf5825b7d17d5d5 100644 (file)
@@ -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)
index c7f05001d95a5890c6f8b5ccffe8c822388c5107..a6fba91cb5ccf71d0ce7c47841ddae083b891bc2 100644 (file)
@@ -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>