From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC65C138334 for ; Tue, 3 Sep 2019 22:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFAD4E0805; Tue, 3 Sep 2019 22:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95714E0805 for ; Tue, 3 Sep 2019 22:35:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A959734AB66 for ; Tue, 3 Sep 2019 22:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A5F780 for ; Tue, 3 Sep 2019 22:35:10 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1567550084.45fb15026a6de8ce989a9189ccc5f251165bf436.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/med/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/med/med-4.0.0.ebuild X-VCS-Directories: sci-libs/med/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 45fb15026a6de8ce989a9189ccc5f251165bf436 X-VCS-Branch: master Date: Tue, 3 Sep 2019 22:35:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2e15914-3d96-4a2b-a770-f8f2392e9078 X-Archives-Hash: c07347d1e4e41b6cd00f429f6b14ecb4 commit: 45fb15026a6de8ce989a9189ccc5f251165bf436 Author: Matthias Maier gentoo org> AuthorDate: Tue Sep 3 22:24:24 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Sep 3 22:34:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fb1502 sci-libs/med: immediately switch to new variant Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Matthias Maier gentoo.org> sci-libs/med/med-4.0.0.ebuild | 48 ------------------------------------------- 1 file changed, 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 721d2173d35..00000000000 --- 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" -}