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 ABE2B13835A for ; Wed, 23 Dec 2020 02:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE8A2BC028; Wed, 23 Dec 2020 02:43:45 +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 D7C002BC028 for ; Wed, 23 Dec 2020 02:43:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6BBFB341921 for ; Wed, 23 Dec 2020 02:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DBC34E for ; Wed, 23 Dec 2020 02:43:43 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1608691399.0cf004dba5285398cfe8f6286f04f0f7ea5f835b.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-libs/mmg/ X-VCS-Repository: proj/sci X-VCS-Files: media-libs/mmg/mmg-5.4.3.ebuild X-VCS-Directories: media-libs/mmg/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 0cf004dba5285398cfe8f6286f04f0f7ea5f835b X-VCS-Branch: master Date: Wed, 23 Dec 2020 02:43:43 +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: 6a9bbd3b-1bea-43ea-98b7-657c0cbb1764 X-Archives-Hash: 164eea2e30cbc621cc41d5b57b794531 commit: 0cf004dba5285398cfe8f6286f04f0f7ea5f835b Author: Aisha Tammy aisha cc> AuthorDate: Wed Dec 23 02:43:19 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 23 02:43:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0cf004db media-libs/mmg: drop old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> media-libs/mmg/mmg-5.4.3.ebuild | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/media-libs/mmg/mmg-5.4.3.ebuild b/media-libs/mmg/mmg-5.4.3.ebuild deleted file mode 100644 index e5fa82146..000000000 --- a/media-libs/mmg/mmg-5.4.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake fortran-2 -CMAKE_BUILD_TYPE=MMG -FORTRAN_NEED_OPENMP=1 - -DESCRIPTION="bidimensional and tridimensional remesher" -HOMEPAGE="https://www.mmgtools.org/" -SRC_URI="https://github.com/MmgTools/mmg/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3" -KEYWORDS="~amd64" -SLOT="0" -IUSE="scotch vtk" - -DEPEND=" - scotch? ( sci-libs/scotch ) - vtk? ( sci-libs/vtk ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - app-doc/doxygen -" - -src_configure() { - local mycmakeargs=( - -DUSE_VTK=$(usex vtk) - -DUSE_SCOTCH=$(usex scotch) - -DBUILD_SHARED_LIBS=ON - -DLIBMMG2D_SHARED=ON - -DLIBMMGS_SHARED=ON - -DLIBMMG3D_SHARED=ON - ) - cmake_src_configure -} - -# no tests present