aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 13:50:34 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 13:50:34 +0100
commit6cadf8b1f8ea93759d76d287e74f5d10a98880d2 (patch)
tree92bc8bcd93044bcc362ccfe4a645de4fcc046d85 /media-libs
parentdev-util/bcm: remove opticks lib (diff)
downloadsci-6cadf8b1f8ea93759d76d287e74f5d10a98880d2.tar.gz
sci-6cadf8b1f8ea93759d76d287e74f5d10a98880d2.tar.bz2
sci-6cadf8b1f8ea93759d76d287e74f5d10a98880d2.zip
media-libs/yocto-gl: remove opticks lib
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/yocto-gl/Manifest1
-rw-r--r--media-libs/yocto-gl/metadata.xml7
-rw-r--r--media-libs/yocto-gl/yocto-gl-3.3.0.ebuild39
3 files changed, 0 insertions, 47 deletions
diff --git a/media-libs/yocto-gl/Manifest b/media-libs/yocto-gl/Manifest
deleted file mode 100644
index e1a26da8c..000000000
--- a/media-libs/yocto-gl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yocto-gl-3.3.0.tar.gz 196860271 BLAKE2B a2b563a16d9b07a1e92fe5f05de56d1cc21abe2dd05b2d72700feba020989c60aa676072e70ebb83cd6cba0ea8dba521d6c8ee2d894a012a070773a715315171 SHA512 f6b824fe1b546a29a093ab7932fb2c5ca4e194813dfcc45e22f0f1532bf0693ef92ebe95eeeba6f02f8a46368925cea2275189ab2c4d022620e8ac4d8d2f4648
diff --git a/media-libs/yocto-gl/metadata.xml b/media-libs/yocto-gl/metadata.xml
deleted file mode 100644
index 7203fb853..000000000
--- a/media-libs/yocto-gl/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>heroxbd@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/media-libs/yocto-gl/yocto-gl-3.3.0.ebuild b/media-libs/yocto-gl/yocto-gl-3.3.0.ebuild
deleted file mode 100644
index e6102dde1..000000000
--- a/media-libs/yocto-gl/yocto-gl-3.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-inherit cmake python-any-r1 docs
-
-DESCRIPTION="Single File Libraries for Physically-Based Graphics"
-HOMEPAGE="https://github.com/simoncblyth/yocto-gl"
-SRC_URI="https://github.com/xelatihy/yocto-gl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-util/bcm"
-
-src_prepare() {
- sed -i -e 's/isnan/std::isnan/g' libs/yocto/yocto_mesh.cpp || die
-
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_INCLUDEDIR=include/YoctoGL
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- docs_compile
- cmake_src_compile
-}