commit:     d38063c9723c84194dda06075ca6846b3789971b
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 19:50:55 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 20:07:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38063c9

dev-libs/libnest2d: dropped old

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19821
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-libs/libnest2d/libnest2d-0.4.ebuild | 39 ---------------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-libs/libnest2d/libnest2d-0.4.ebuild 
b/dev-libs/libnest2d/libnest2d-0.4.ebuild
deleted file mode 100644
index c9896b77221..00000000000
--- a/dev-libs/libnest2d/libnest2d-0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Library and framework for the 2D bin packaging problem"
-HOMEPAGE="https://github.com/tamasmeszaros/libnest2d";
-SRC_URI="https://github.com/tamasmeszaros/libnest2d/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-IUSE="examples static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-cpp/eigen:3
-       dev-libs/boost
-       dev-libs/clipper
-       sci-libs/nlopt
-       "
-DEPEND="${RDEPEND}
-       test? ( >=dev-cpp/catch-2.9.1 )
-       "
-
-PATCHES=( "${FILESDIR}"/${P}-add-disallowed-areas.patch )
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -DLIBNEST2D_BUILD_EXAMPLES=$(usex examples)
-               -DLIBNEST2D_HEADER_ONLY=$(usex static-libs OFF ON)
-               -DLIBNEST2D_BUILD_UNITTESTS=$(usex test)
-       )
-       cmake_src_configure
-}

Reply via email to