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 1EBDB138359 for ; Tue, 22 Sep 2020 01:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589A8E0825; Tue, 22 Sep 2020 01:55:39 +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 3B2A7E0825 for ; Tue, 22 Sep 2020 01:55:39 +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 22A78340E6D for ; Tue, 22 Sep 2020 01:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C62EC355 for ; Tue, 22 Sep 2020 01:55:36 +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: <1600739728.171c67d3608bf1c6262f4bc193ad42e9ed6be016.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/libflatarray/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/libflatarray/libflatarray-9999.ebuild dev-libs/libflatarray/metadata.xml X-VCS-Directories: dev-libs/libflatarray/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 171c67d3608bf1c6262f4bc193ad42e9ed6be016 X-VCS-Branch: master Date: Tue, 22 Sep 2020 01:55:36 +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: 1f536fea-2a03-4366-849c-cc615c787920 X-Archives-Hash: f4dd47ebf0bd0fa70a677e2e8ad9fa14 commit: 171c67d3608bf1c6262f4bc193ad42e9ed6be016 Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 01:55:06 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 01:55:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=171c67d3 dev-libs/libflatarray: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-libs/libflatarray/libflatarray-9999.ebuild | 51 -------------------------- dev-libs/libflatarray/metadata.xml | 22 ----------- 2 files changed, 73 deletions(-) diff --git a/dev-libs/libflatarray/libflatarray-9999.ebuild b/dev-libs/libflatarray/libflatarray-9999.ebuild deleted file mode 100644 index 12132ab11..000000000 --- a/dev-libs/libflatarray/libflatarray-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [ ${PV} == "9999" ] ; then - _SCM=mercurial - EHG_REPO_URI="http://bitbucket.org/gentryx/libflatarray" - SRC_URI="" - KEYWORDS="" - CMAKE_USE_DIR="${S}" -else - SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" - S="${WORKDIR}/${P}" -fi - -inherit cmake-utils cuda ${_SCM} - -DESCRIPTION="Struct of arrays library with object oriented interface for C++" -HOMEPAGE="http://www.libgeodecomp.org/libflatarray.html" - -SLOT="0" -LICENSE="Boost-1.0" -IUSE="cuda doc" - -RDEPEND=" - >=dev-libs/boost-1.48 - cuda? ( dev-util/nvidia-cuda-toolkit )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with cuda CUDA) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - DOCS=( README ) - cmake-utils_src_install -} - -src_test() { - cmake-utils_src_make test -} diff --git a/dev-libs/libflatarray/metadata.xml b/dev-libs/libflatarray/metadata.xml deleted file mode 100644 index 124b52db7..000000000 --- a/dev-libs/libflatarray/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - -LibGeoDecomp is a multi-dimensional C++ array class which provides -an object-oriented view (a.k.a. array of structs, AoS) while -internally storing data in a struct of arrays (SoA) manner. It -comes with utilities to move data to CUDA enabled GPUs. - - - gentryx@gmx.de - - - cluster@gentoo.org - Gentoo Cluster Project - - - -Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator) - - -