commit:     c8a8c6b61383bf60a77dcb1bd6eba212ebbf3a04
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 19:03:59 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 19:50:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a8c6b6

dev-libs/libflatarray: treeclean

Closes: https://bugs.gentoo.org/957234 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libflatarray/Manifest                     |  1 -
 .../libflatarray-0.4.0_pre20201009.ebuild          | 52 ----------------------
 dev-libs/libflatarray/metadata.xml                 | 23 ----------
 profiles/package.mask                              |  1 -
 4 files changed, 77 deletions(-)

diff --git a/dev-libs/libflatarray/Manifest b/dev-libs/libflatarray/Manifest
deleted file mode 100644
index 0aeb15745a84..000000000000
--- a/dev-libs/libflatarray/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libflatarray-0.4.0_pre20201009.tar.gz 166551 BLAKE2B 
6e2a13b69a8cd21124c02c849956b85fed1c57d01e2b359044302573526d281b191454acbc0ef37355c0c7b5f8b34d48eed4ca0d5d44f75008040950cb570cbf
 SHA512 
2d2111cdb0c5d80e2af04eb3b53e6aa0a3ca989809adc0e8ca654c31a46a3bcbd916eb0a5b5f9e86391e54a22bbefec3d1cbdbe0dbbd0c538da0130dcc7db562

diff --git a/dev-libs/libflatarray/libflatarray-0.4.0_pre20201009.ebuild 
b/dev-libs/libflatarray/libflatarray-0.4.0_pre20201009.ebuild
deleted file mode 100644
index 89ce35e4b3e3..000000000000
--- a/dev-libs/libflatarray/libflatarray-0.4.0_pre20201009.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake cuda
-
-MY_COMMIT="c8df37f6ac73250998b90c397458469902d6d9b9"
-
-DESCRIPTION="Struct of arrays library with object oriented interface for C++"
-HOMEPAGE="
-       http://www.libgeodecomp.org/libflatarray.html
-       https://github.com/STEllAR-GROUP/libflatarray";
-SRC_URI="https://github.com/STEllAR-GROUP/libflatarray/archive/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="cuda examples test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       cuda? ( dev-util/nvidia-cuda-toolkit )"
-
-S="${WORKDIR}/libflatarray-${MY_COMMIT}"
-
-src_prepare() {
-       cmake_src_prepare
-       use cuda && cuda_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_CUDA=$(usex cuda)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       if use examples; then
-               docompress -x /usr/share/doc/${PF}
-               dodoc -r examples/
-               dodoc -r "${WORKDIR}"/${P}_build/examples/
-               find "${ED}"/usr/share/doc/${PF} -iname "*cmake*" -exec rm -r 
{} + || die
-       fi
-}
-
-src_test() {
-       cmake_build check
-}

diff --git a/dev-libs/libflatarray/metadata.xml 
b/dev-libs/libflatarray/metadata.xml
deleted file mode 100644
index ac19c3e4b448..000000000000
--- a/dev-libs/libflatarray/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person" proxied="yes">
-    <email>[email protected]</email>
-    <name>Kurt Kanzenbach</name>
-  </maintainer>
-  <maintainer type="project" proxied="proxy">
-    <email>[email protected]</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
-  <longdescription>
-    LibFlatArray 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.
-  </longdescription>
-  <use>
-    <flag name="cuda">
-      Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator)
-    </flag>
-  </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index d6a0f8218409..ff69a0bceaab 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,7 +222,6 @@ sci-libs/orocos_kdl
 # EAPI-7 cmake.eclass straggler dev-libs/ libraries without revdeps.
 # If you need them, raise your hand by doing the necessary EAPI-8 porting.
 # Bugs #957252, #957234. Removal on 2025-09-26.
-dev-libs/libflatarray
 dev-libs/redis-ipc
 
 # Andreas Sturmlechner <[email protected]> (2025-08-27)

Reply via email to