diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-28 20:13:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-28 20:13:22 +0000 |
commit | 03b08b1ed045b7f1adb41978a209f57622ffb4a6 (patch) | |
tree | 1409868b63d7ac14e1fa17c437428e874aa6ec3a /sci-physics/meep | |
parent | flex dep, updated patchset (diff) | |
download | gentoo-2-03b08b1ed045b7f1adb41978a209f57622ffb4a6.tar.gz gentoo-2-03b08b1ed045b7f1adb41978a209f57622ffb4a6.tar.bz2 gentoo-2-03b08b1ed045b7f1adb41978a209f57622ffb4a6.zip |
Removed old versions
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/meep')
-rw-r--r-- | sci-physics/meep/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/meep/files/meep-0.10.1-gcc4.3.patch | 11 | ||||
-rw-r--r-- | sci-physics/meep/files/meep-1.0.3-gcc44.patch | 11 | ||||
-rw-r--r-- | sci-physics/meep/meep-0.20.3.ebuild | 48 | ||||
-rw-r--r-- | sci-physics/meep/meep-0.20.4.ebuild | 40 | ||||
-rw-r--r-- | sci-physics/meep/meep-1.0.3.ebuild | 45 |
6 files changed, 6 insertions, 156 deletions
diff --git a/sci-physics/meep/ChangeLog b/sci-physics/meep/ChangeLog index 75a3b5134cec..276bd907d037 100644 --- a/sci-physics/meep/ChangeLog +++ b/sci-physics/meep/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/meep # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.14 2010/01/31 18:04:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.15 2010/05/28 20:13:22 bicatali Exp $ + + 28 May 2010; Sébastien Fabbro <bicatali@gentoo.org> + -files/meep-0.10.1-gcc4.3.patch, -meep-0.20.3.ebuild, -meep-0.20.4.ebuild, + -meep-1.0.3.ebuild, -files/meep-1.0.3-gcc44.patch: + Removed old versions 31 Jan 2010; <hwoarang@gentoo.org> meep-1.1.1.ebuild: Stable on amd64 wrt bug #294447 diff --git a/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch b/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch deleted file mode 100644 index de8117953dcd..000000000000 --- a/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur meep-0.10.1/src/update_e_from_d.cpp meep-0.10.1.new/src/update_e_from_d.cpp ---- meep-0.10.1/src/update_e_from_d.cpp 2007-11-13 15:13:20.000000000 -0500 -+++ meep-0.10.1.new/src/update_e_from_d.cpp 2008-06-27 11:22:21.000000000 -0400 -@@ -15,6 +15,7 @@ - % Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <cstring> - #include "meep.hpp" - #include "meep_internals.hpp" - diff --git a/sci-physics/meep/files/meep-1.0.3-gcc44.patch b/sci-physics/meep/files/meep-1.0.3-gcc44.patch deleted file mode 100644 index 31f4fc9b79c4..000000000000 --- a/sci-physics/meep/files/meep-1.0.3-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur meep-1.0.3.orig/src/h5file.cpp meep-1.0.3/src/h5file.cpp ---- meep-1.0.3.orig/src/h5file.cpp 2009-05-23 05:43:24.000000000 +0300 -+++ meep-1.0.3/src/h5file.cpp 2009-08-10 16:13:03.000000000 +0300 -@@ -15,6 +15,7 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -+#include <cstdio> - #include <cstdlib> - #include <string.h> - diff --git a/sci-physics/meep/meep-0.20.3.ebuild b/sci-physics/meep/meep-0.20.3.ebuild deleted file mode 100644 index 7ef15f442b70..000000000000 --- a/sci-physics/meep/meep-0.20.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.20.3.ebuild,v 1.3 2009/01/16 15:54:38 bicatali Exp $ - -inherit eutils - -DESCRIPTION="Simulation software to model electromagnetic systems" -HOMEPAGE="http://ab-initio.mit.edu/meep/" -SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bindist examples hdf5 guile mpi" - -DEPEND="sci-libs/fftw - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 ) - sci-physics/harminv - virtual/lapack - guile? ( >=sci-libs/libctl-3.0.3 ) - hdf5? ( sci-libs/hdf5 ) - mpi? ( virtual/mpi )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.10.1-gcc4.3.patch -} - -src_compile() { - econf \ - --enable-shared \ - $(use_with mpi) \ - $(use_with hdf5) \ - $(use_with guile libctl) \ - || die "econf failed" - emake || die "emake failed" -} - -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 examples; then - doins -r examples || die "install examples failed" - fi -} diff --git a/sci-physics/meep/meep-0.20.4.ebuild b/sci-physics/meep/meep-0.20.4.ebuild deleted file mode 100644 index a35d16af0a41..000000000000 --- a/sci-physics/meep/meep-0.20.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.20.4.ebuild,v 1.1 2009/03/18 15:29:31 bicatali Exp $ - -EAPI=2 - -DESCRIPTION="Simulation software to model electromagnetic systems" -HOMEPAGE="http://ab-initio.mit.edu/meep/" -SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bindist examples hdf5 guile mpi" - -DEPEND="sci-libs/fftw - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 ) - sci-physics/harminv - guile? ( >=sci-libs/libctl-3.0.3 ) - hdf5? ( sci-libs/hdf5 ) - mpi? ( virtual/mpi )" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --enable-shared \ - $(use_with mpi) \ - $(use_with hdf5) \ - $(use_with guile libctl) -} - -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 examples; then - doins -r examples || die "install examples failed" - fi -} diff --git a/sci-physics/meep/meep-1.0.3.ebuild b/sci-physics/meep/meep-1.0.3.ebuild deleted file mode 100644 index 4c476572c265..000000000000 --- a/sci-physics/meep/meep-1.0.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-1.0.3.ebuild,v 1.2 2009/08/10 13:16:06 ssuominen Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Simulation software to model electromagnetic systems" -HOMEPAGE="http://ab-initio.mit.edu/meep/" -SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bindist examples hdf5 guile mpi" - -DEPEND="sci-libs/fftw - !bindist? ( sci-libs/gsl ) - bindist? ( <sci-libs/gsl-1.10 ) - sci-physics/harminv - guile? ( >=sci-libs/libctl-3.0.3 ) - hdf5? ( sci-libs/hdf5 ) - mpi? ( virtual/mpi )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch -} - -src_configure() { - econf \ - --enable-shared \ - $(use_with mpi) \ - $(use_with hdf5) \ - $(use_with guile libctl) -} - -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 examples; then - doins -r examples || die "install examples failed" - fi -} |