aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild')
-rw-r--r--media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild b/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild
deleted file mode 100644
index e6fae861d..000000000
--- a/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-COMMIT="4b7a47056074"
-
-DESCRIPTION="Real-time implicit surface polygonization"
-HOMEPAGE="https://bitbucket.org/simoncblyth/implicitmesher"
-SRC_URI="https://bitbucket.org/simoncblyth/implicitmesher/get/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="media-libs/glm"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/simoncblyth-${PN}-${COMMIT}"
-
-PATCHES=( "${FILESDIR}"/implicitmesher-0_glm.patch )
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_INCLUDEDIR=include/ImplicitMesher
- )
-
- cmake_src_configure
-}