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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE4C415800F for ; Fri, 10 Feb 2023 13:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 126FEE086D; Fri, 10 Feb 2023 13:39:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED0BAE086D for ; Fri, 10 Feb 2023 13:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1735D340D39 for ; Fri, 10 Feb 2023 13:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD440531 for ; Fri, 10 Feb 2023 13:39:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1676036381.d5697a401c81a03fb3490f419ddbee783eb5aa4e.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/quinoa/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/quinoa/metadata.xml sci-physics/quinoa/quinoa-9999.ebuild X-VCS-Directories: sci-physics/quinoa/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d5697a401c81a03fb3490f419ddbee783eb5aa4e X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:39:52 +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: 1da559ff-8809-4086-ae3a-53668385b85e X-Archives-Hash: 83daefaab24ffbc4caec66f98e7c9979 commit: d5697a401c81a03fb3490f419ddbee783eb5aa4e Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 10 13:39:41 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 10 13:39:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5697a40 sci-physics/quinoa: treeclean, unavailable deps Signed-off-by: Andrew Ammerlaan gentoo.org> sci-physics/quinoa/metadata.xml | 12 ---------- sci-physics/quinoa/quinoa-9999.ebuild | 45 ----------------------------------- 2 files changed, 57 deletions(-) diff --git a/sci-physics/quinoa/metadata.xml b/sci-physics/quinoa/metadata.xml deleted file mode 100644 index 2e043b786..000000000 --- a/sci-physics/quinoa/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - junghans@gentoo.org - Christoph Junghans - - - sci-physics@gentoo.org - Gentoo Physics Project - - diff --git a/sci-physics/quinoa/quinoa-9999.ebuild b/sci-physics/quinoa/quinoa-9999.ebuild deleted file mode 100644 index 18ba346a4..000000000 --- a/sci-physics/quinoa/quinoa-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DOCS_BUILDER="doxygen" -DOCS_DIR="doc" -DOCS_CONFIG_NAME="${PN}.doxy" - -inherit cmake docs git-r3 - -DESCRIPTION="Adaptive computational fluid dynamics" -HOMEPAGE="https://quinoacomputing.org/" -EGIT_REPO_URI="git://github.com/quinoacomputing/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" - -DEPEND=" - dev-cpp/highwayhash - dev-cpp/pstreams - dev-cpp/random123 - dev-libs/boost - dev-libs/boost-mpl-cartesian_product - >=dev-libs/pegtl-2 - dev-libs/pugixml - dev-libs/tut - dev-util/mad-numdiff - sci-libs/gmsh - sci-libs/h5part - sci-libs/hypre[mpi] - sci-libs/mkl - >=sci-libs/trilinos-12.10.1[netcdf] - >=sys-cluster/charm-6.7.1[mpi] - virtual/lapacke -" -RDEPEND="${DEPEND}" - -CMAKE_USE_DIR="${S}/src" - -src_compile() { - docs_compile - cmake_src_compile -}