commit: 0952745ce7bad1baad3baec0c01ab4f31841bf70
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 00:02:23 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Feb 25 00:02:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0952745c
dev-libs/cglm: treeclean (in ::gentoo now)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-libs/cglm/Manifest | 2 --
dev-libs/cglm/cglm-0.8.8.ebuild | 46 -----------------------------------------
dev-libs/cglm/cglm-0.8.9.ebuild | 46 -----------------------------------------
dev-libs/cglm/cglm-9999.ebuild | 46 -----------------------------------------
dev-libs/cglm/metadata.xml | 16 --------------
5 files changed, 156 deletions(-)
diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
deleted file mode 100644
index 05dcd5ca9..000000000
--- a/dev-libs/cglm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cglm-0.8.8.tar.gz 631074 BLAKE2B
381de733722ef7cc7deb8799da2e7ccb2efeec1fd8cf9322c98216e796b829d4b81208e93c6b0e4f14b868fe60d498142b59c5de48e578df656333f4196967f9
SHA512
a89f76378aee6ee8a7a38b9ce975bff1873590b4cb83daaf658b2875578758d05e15e92ef7141df3109ee37e6b097eda0bb2e60b13fdeca536a72053145c5ece
-DIST cglm-0.8.9.tar.gz 631331 BLAKE2B
17f6f8d379aa81ee9327315b121cc7629fcc394fe032c1e1540e5153b2d3b0a2129f27eb46a8ae4323aa826b2bfff310b9039f78953d52d0bd994ba493fcdbd9
SHA512
ac0a042d61c60eac7d6616e5bc0f5c3e77b1a45f58f6732b34edc9a0d714046777e4b490200a3b54c6325ddad5b5faeb3648a299685f748f8b0618ce66a9a7f4
diff --git a/dev-libs/cglm/cglm-0.8.8.ebuild b/dev-libs/cglm/cglm-0.8.8.ebuild
deleted file mode 100644
index 6c3dd814c..000000000
--- a/dev-libs/cglm/cglm-0.8.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_AUTODOC=1
-DOCS_DEPEND="dev-python/sphinx-rtd-theme"
-DOCS_DIR="${S}/docs/source"
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-any-r1
-inherit docs meson
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/recp/cglm.git"
-else
- SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="OpenGL Mathematics (glm) for C"
-HOMEPAGE="https://github.com/recp/cglm"
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Enable autodoc since themeing plugin is used.
- sed -i
"s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#"
docs/source/conf.py || die
-}
-
-src_configure() {
- local emesonargs=(
- "-Dwerror=false"
- )
- meson_src_configure
-}
-
-src_compile() {
- default
- meson_src_compile
- docs_compile
-}
diff --git a/dev-libs/cglm/cglm-0.8.9.ebuild b/dev-libs/cglm/cglm-0.8.9.ebuild
deleted file mode 100644
index 614d475d7..000000000
--- a/dev-libs/cglm/cglm-0.8.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_AUTODOC=1
-DOCS_DEPEND="dev-python/sphinx-rtd-theme"
-DOCS_DIR="${S}/docs/source"
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-any-r1
-inherit docs meson
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/recp/cglm.git"
-else
- SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="OpenGL Mathematics (glm) for C"
-HOMEPAGE="https://github.com/recp/cglm"
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Enable autodoc since themeing plugin is used.
- sed -i
"s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#"
docs/source/conf.py || die
-}
-
-src_configure() {
- local emesonargs=(
- "-Dwerror=false"
- )
- meson_src_configure
-}
-
-src_compile() {
- default
- meson_src_compile
- docs_compile
-}
diff --git a/dev-libs/cglm/cglm-9999.ebuild b/dev-libs/cglm/cglm-9999.ebuild
deleted file mode 100644
index 6c3dd814c..000000000
--- a/dev-libs/cglm/cglm-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_AUTODOC=1
-DOCS_DEPEND="dev-python/sphinx-rtd-theme"
-DOCS_DIR="${S}/docs/source"
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-any-r1
-inherit docs meson
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/recp/cglm.git"
-else
- SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="OpenGL Mathematics (glm) for C"
-HOMEPAGE="https://github.com/recp/cglm"
-LICENSE="MIT"
-SLOT="0"
-
-src_prepare() {
- default
- # Enable autodoc since themeing plugin is used.
- sed -i
"s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#"
docs/source/conf.py || die
-}
-
-src_configure() {
- local emesonargs=(
- "-Dwerror=false"
- )
- meson_src_configure
-}
-
-src_compile() {
- default
- meson_src_compile
- docs_compile
-}
diff --git a/dev-libs/cglm/metadata.xml b/dev-libs/cglm/metadata.xml
deleted file mode 100644
index b063dadad..000000000
--- a/dev-libs/cglm/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- <name>Oliver Freyermuth</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/recp/cglm/issues</bugs-to>
- <changelog>https://github.com/recp/cglm/releases</changelog>
- <remote-id type="github">recp/cglm</remote-id>
- </upstream>
- <longdescription lang="en">
- cglm is an optimized 3D math library written in C99 (compatible
with C89). It is similar to original glm library except this is mainly for C.
- </longdescription>
-</pkgmetadata>