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 7705E1382C5 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 AC6772BC025; Wed, 23 Dec 2020 02:43:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97BE02BC025 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 8538B341926 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 230C43A6 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: <1608691416.53d8d7a53c3f7405618cb39523c3d4701b9f6ef1.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_p09102020.ebuild X-VCS-Directories: media-libs/mmg/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 53d8d7a53c3f7405618cb39523c3d4701b9f6ef1 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: bc6f0e87-055d-4d65-a668-713baf24a62d X-Archives-Hash: 5c5c4dabef65b65b810d0a64362277e5 commit: 53d8d7a53c3f7405618cb39523c3d4701b9f6ef1 Author: Aisha Tammy aisha cc> AuthorDate: Wed Dec 23 02:43:36 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 23 02:43:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53d8d7a5 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_p09102020.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/media-libs/mmg/mmg-5.4.3_p09102020.ebuild b/media-libs/mmg/mmg-5.4.3_p09102020.ebuild deleted file mode 100644 index 122c48c2e..000000000 --- a/media-libs/mmg/mmg-5.4.3_p09102020.ebuild +++ /dev/null @@ -1,43 +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/" - -COMMIT=d422182c8118124b15aba1b1f2e6fb38e85fd6ba -SRC_URI="https://github.com/MmgTools/mmg/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} - -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