commit:     c0bb78208ad6cb4491b5acaa7db9d19db57006a6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 12:51:02 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 12:51:02 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0bb7820

media-libs/DualContouringSample: remove opticks lib

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../DualContouringSample-0_p20191111-r1.ebuild     | 29 -------------------
 .../files/DualContouringSample-0_glm.patch         | 33 ----------------------
 media-libs/DualContouringSample/metadata.xml       |  7 -----
 3 files changed, 69 deletions(-)

diff --git 
a/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild 
b/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild
deleted file mode 100644
index 00eece82f..000000000
--- a/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="A sample Dual Contouring implementation"
-HOMEPAGE="https://github.com/simoncblyth/DualContouringSample";
-
-EGIT_REPO_URI="https://github.com/simoncblyth/${PN}.git";
-EGIT_COMMIT="d5ed08c21228575f948292422cd8542cbdce255c"
-KEYWORDS="~amd64"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-util/bcm
-       media-libs/glm"
-
-PATCHES=( "${FILESDIR}"/DualContouringSample-0_glm.patch )
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_INCLUDEDIR=include/${PN}
-       )
-
-       cmake_src_configure
-}

diff --git 
a/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch 
b/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch
deleted file mode 100644
index efa40b66e..000000000
--- a/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: DualContouringSample-0_p20191111/CMakeLists.txt
-===================================================================
---- DualContouringSample-0_p20191111.orig/CMakeLists.txt
-+++ DualContouringSample-0_p20191111/CMakeLists.txt
-@@ -3,18 +3,11 @@ set(name DualContouringSample)
- project(${name} VERSION 0.1.0)
- 
- include(CTest)
--include(OpticksBuildOptions)
--
--include(GNUInstallDirs)
--set(CMAKE_INSTALL_INCLUDEDIR "externals/include/${name}")
--set(CMAKE_INSTALL_LIBDIR     "externals/lib")
--set(CMAKE_INSTALL_BINDIR     "lib")
--#set(CMAKE_INSTALL_RPATH      "${CMAKE_INSTALL_FULL_LIBDIR}")
- 
- find_package(BCM REQUIRED)
- include(BCMDeploy)
- 
--find_package(GLM    REQUIRED)
-+find_package(glm REQUIRED)
- 
- 
- set(SOURCES
-@@ -37,7 +30,7 @@ set(HEADERS
- )
- 
- add_library(${name} SHARED ${SOURCES})
--target_link_libraries(${name} PUBLIC Opticks::GLM)
-+target_link_libraries(${name} PUBLIC glm)
- 
- # needed for tests that use non-installed headers
- target_include_directories(${name} PUBLIC

diff --git a/media-libs/DualContouringSample/metadata.xml 
b/media-libs/DualContouringSample/metadata.xml
deleted file mode 100644
index 7203fb853..000000000
--- a/media-libs/DualContouringSample/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>hero...@gentoo.org</email>
-       </maintainer>
-</pkgmetadata>

Reply via email to