commit: 0fec368ec052aa1795af73376a4980e93d0602a4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 12:47:17 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 12:47:17 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fec368e
media-libs/implicitmesher: remove package
lib for opticks, but does not seem to be required for new versions anyway
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../files/implicitmesher-0_glm.patch | 38 ----------------------
.../implicitmesher-0_p20200413.ebuild | 31 ------------------
media-libs/implicitmesher/metadata.xml | 7 ----
3 files changed, 76 deletions(-)
diff --git a/media-libs/implicitmesher/files/implicitmesher-0_glm.patch
b/media-libs/implicitmesher/files/implicitmesher-0_glm.patch
deleted file mode 100644
index 2f1841f4d..000000000
--- a/media-libs/implicitmesher/files/implicitmesher-0_glm.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d1a0cf3..f9013cb 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,6 @@
- cmake_minimum_required (VERSION 3.5)
- set(name ImplicitMesher)
- project(${name} VERSION 0.1.0)
--include(OpticksBuildOptions)
-
- #[=[
- Hmm OpticksBuildOptions sets CMAKE_INSTALL_INCLUDEDIR to "include/${name}"
-@@ -14,7 +13,7 @@ set(CMAKE_INSTALL_LIBDIR "externals/lib")
- set(CMAKE_INSTALL_BINDIR "lib")
-
-
--find_package(GLM REQUIRED)
-+find_package(glm REQUIRED)
-
- set(SOURCES
-
-@@ -44,7 +43,7 @@ set(HEADERS
- )
-
- add_library(${name} SHARED ${SOURCES})
--target_link_libraries(${name} PUBLIC Opticks::GLM)
-+target_link_libraries(${name} PUBLIC glm)
-
- if(UNIX AND NOT APPLE)
- message(STATUS "adding stdc++ m for UNIX AND NOT APPLE")
-@@ -74,7 +73,6 @@ if(PC_VERBOSE)
- endif()
-
-
--bcm_deploy(TARGETS ${name} NAMESPACE Opticks:: SKIP_HEADER_INSTALL)
- install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
-
- add_subdirectory(tests)
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
-}
diff --git a/media-libs/implicitmesher/metadata.xml
b/media-libs/implicitmesher/metadata.xml
deleted file mode 100644
index 7203fb853..000000000
--- a/media-libs/implicitmesher/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- </maintainer>
-</pkgmetadata>