diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-09-03 17:24:24 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-03 17:34:44 -0500 |
commit | 45fb15026a6de8ce989a9189ccc5f251165bf436 (patch) | |
tree | 86c76e17cdc6a4c390b9581d0a8db9353a19f69e /sci-libs/med | |
parent | sci-libs/med: merge libmed into med (diff) | |
download | gentoo-45fb15026a6de8ce989a9189ccc5f251165bf436.tar.gz gentoo-45fb15026a6de8ce989a9189ccc5f251165bf436.tar.bz2 gentoo-45fb15026a6de8ce989a9189ccc5f251165bf436.zip |
sci-libs/med: immediately switch to new variant
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/med')
-rw-r--r-- | sci-libs/med/med-4.0.0.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-libs/med/med-4.0.0.ebuild b/sci-libs/med/med-4.0.0.ebuild deleted file mode 100644 index 721d2173d35b..000000000000 --- a/sci-libs/med/med-4.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils flag-o-matic - -DESCRIPTION="Modeling and Exchange of Data library" -HOMEPAGE="https://www.salome-platform.org/user-section/about/med" -SRC_URI="https://files.salome-platform.org/Salome/other/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mpi" - -RDEPEND=" - ${PYTHON_DEPS} - >=sci-libs/hdf5-1.10.5[mpi=] - mpi? ( virtual/mpi ) -" - -DEPEND=" - ${DEPEND} -" - -src_prepare() { - default - append-cppflags -DH5_USE_16_API -} - -src_configure() { - local myconf=( - --docdir="/usr/share/doc/${PF}" - --disable-python - ) - - econf "${myconf[@]}" -} - -src_install() { - default - - mv "${ED}"/usr/$(get_libdir)/libmed3.settings \ - "${ED}"/usr/share/doc/${PF}/ || die "mv failed" - - rm -rf "${ED}"/usr/include/2.3.6 || die "rm failed" -} |