diff options
author | Peter Bienstman <pbienst@gentoo.org> | 2006-11-07 13:27:40 +0000 |
---|---|---|
committer | Peter Bienstman <pbienst@gentoo.org> | 2006-11-07 13:27:40 +0000 |
commit | 6ea389b0ef24c78a2d127facc913852f193298d8 (patch) | |
tree | 99dd6321ae3adabc3451cd3805a790cb1ac3d191 /sci-physics/mpb | |
parent | Version bump (diff) | |
download | gentoo-2-6ea389b0ef24c78a2d127facc913852f193298d8.tar.gz gentoo-2-6ea389b0ef24c78a2d127facc913852f193298d8.tar.bz2 gentoo-2-6ea389b0ef24c78a2d127facc913852f193298d8.zip |
Fix dependencies.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sci-physics/mpb')
-rw-r--r-- | sci-physics/mpb/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/mpb/files/digest-mpb-1.4.2 | 2 | ||||
-rw-r--r-- | sci-physics/mpb/mpb-1.4.2.ebuild | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/sci-physics/mpb/ChangeLog b/sci-physics/mpb/ChangeLog index 14ef8b251dc0..a137024b4cad 100644 --- a/sci-physics/mpb/ChangeLog +++ b/sci-physics/mpb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/mpb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.3 2006/07/30 16:30:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.4 2006/11/07 13:27:40 pbienst Exp $ + + 07 Nov 2006; <pbienst@gentoo.org> mpb-1.4.2.ebuild: + Fix dependencies. 02 Jul 2006; Luis Medinas <metalgod@gentoo.org> metadata.xml: Update metadata to sci-physics. diff --git a/sci-physics/mpb/files/digest-mpb-1.4.2 b/sci-physics/mpb/files/digest-mpb-1.4.2 index b4fef82d9dd1..e223c5ed37da 100644 --- a/sci-physics/mpb/files/digest-mpb-1.4.2 +++ b/sci-physics/mpb/files/digest-mpb-1.4.2 @@ -1 +1,3 @@ MD5 e1e618b0db343a7a3fc38eabd69d008b mpb-1.4.2.tar.gz 686488 +RMD160 6440f0e19d4b5b8354c135034429ea2031c4301d mpb-1.4.2.tar.gz 686488 +SHA256 e44c0720a5969a879fb93e48f6098d4d87e2f99d6ef49711d822f4c2249ccd61 mpb-1.4.2.tar.gz 686488 diff --git a/sci-physics/mpb/mpb-1.4.2.ebuild b/sci-physics/mpb/mpb-1.4.2.ebuild index 034831656018..2dcb2301e126 100644 --- a/sci-physics/mpb/mpb-1.4.2.ebuild +++ b/sci-physics/mpb/mpb-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2.ebuild,v 1.1 2006/07/02 23:17:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2.ebuild,v 1.2 2006/11/07 13:27:40 pbienst Exp $ DESCRIPTION="Program for computing the band structures and electromagnetic modes of periodic dielectric structures" SRC_URI="http://ab-initio.mit.edu/mpb/${P}.tar.gz" @@ -14,9 +14,9 @@ SLOT="0" DEPEND="virtual/lapack sci-libs/libctl sci-libs/hdf5 - =sci-libs/fftw-2.1.5-r1 + ~sci-libs/fftw-2.1.5 sys-libs/readline" -RDEPEND="=sci-libs/fftw-2.1.5-r1" +RDEPEND="~sci-libs/fftw-2.1.5" src_unpack() { unpack ${A} |