dev-libs/libflatarray: remove old ebuilds
authorKurt Kanzenbach <kurt@kmk-computers.de>
Fri, 14 Feb 2020 05:33:20 +0000 (07:33 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 14 Feb 2020 06:22:26 +0000 (08:22 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-libs/libflatarray/libflatarray-0.2.0.ebuild [deleted file]
dev-libs/libflatarray/libflatarray-0.3.0.ebuild [deleted file]

diff --git a/dev-libs/libflatarray/libflatarray-0.2.0.ebuild b/dev-libs/libflatarray/libflatarray-0.2.0.ebuild
deleted file mode 100644 (file)
index 0f58f1f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils cuda
-
-SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-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"
-
-DEPEND="
-       doc? ( app-doc/doxygen )
-       cuda? ( dev-util/nvidia-cuda-toolkit )"
-
-src_prepare() {
-       cmake-utils_src_prepare
-       use cuda && cuda_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_CUDA=$(usex cuda)
-       )
-       cmake-utils_src_configure
-}
diff --git a/dev-libs/libflatarray/libflatarray-0.3.0.ebuild b/dev-libs/libflatarray/libflatarray-0.3.0.ebuild
deleted file mode 100644 (file)
index 0f58f1f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils cuda
-
-SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-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"
-
-DEPEND="
-       doc? ( app-doc/doxygen )
-       cuda? ( dev-util/nvidia-cuda-toolkit )"
-
-src_prepare() {
-       cmake-utils_src_prepare
-       use cuda && cuda_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_CUDA=$(usex cuda)
-       )
-       cmake-utils_src_configure
-}